org.basex.core.proc
Class InfoTable
java.lang.Object
org.basex.core.Progress
org.basex.core.Proc
org.basex.core.proc.InfoTable
public final class InfoTable
- extends Proc
Evaluates the 'info table' command and returns the table representation
of the currently opened database.
- Author:
- Workgroup DBIS, University of Konstanz 2005-10, ISC License, Christian Gruen
Method Summary |
static byte[] |
table(Data data,
int s,
int e)
Prints the specified range of the table. |
String |
toString()
Returns a string representation of the process. |
InfoTable
public InfoTable(String... arg)
- Default constructor.
- Parameters:
arg
- optional arguments
table
public static byte[] table(Data data,
int s,
int e)
- Prints the specified range of the table.
- Parameters:
data
- data references
- first node to be printede
- last node to be printed
- Returns:
- table
toString
public String toString()
- Description copied from class:
Proc
- Returns a string representation of the process. In the client/server
architecture, this string is sent to and reparsed by the server.
- Overrides:
toString
in class Proc
- Returns:
- string representation