org.basex.core.proc
Class InfoTable
java.lang.Object
org.basex.core.Progress
org.basex.core.AbstractProcess
org.basex.core.Process
org.basex.core.proc.InfoTable
public final class InfoTable
- extends Process
Database info.
- Author:
- Workgroup DBIS, University of Konstanz 2005-08, ISC License, Christian Gruen
Fields inherited from class org.basex.core.Process |
args |
Constructor Summary |
InfoTable(java.lang.String... a)
Constructor. |
Method Summary |
static void |
table(PrintOutput out,
Data data,
int s,
int e)
Prints the specified range of the table. |
java.lang.String |
toString()
|
Methods inherited from class org.basex.core.Process |
args, data, error, execute, execute, info, info, info, name, output, printing, result, updating |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InfoTable
public InfoTable(java.lang.String... a)
- Constructor.
- Parameters:
a
- arguments
table
public static void table(PrintOutput out,
Data data,
int s,
int e)
throws java.io.IOException
- Prints the specified range of the table.
- Parameters:
out
- output streamdata
- data references
- first node to be printede
- last node to be printed
- Throws:
java.io.IOException
- build or write error
toString
public java.lang.String toString()
- Overrides:
toString
in class Process