org.basex.core.proc
Class InfoTable

java.lang.Object
  extended by org.basex.core.Progress
      extended by org.basex.core.AbstractProcess
          extended by org.basex.core.Process
              extended by 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

Field Summary
 
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 org.basex.core.Progress
checkStop, det, detail, prog, progress, progress, stop, title
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InfoTable

public InfoTable(java.lang.String... a)
Constructor.

Parameters:
a - arguments
Method Detail

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 stream
data - data reference
s - first node to be printed
e - last node to be printed
Throws:
java.io.IOException - build or write error

toString

public java.lang.String toString()
Overrides:
toString in class Process