org.basex.core.proc
Class InfoDB

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.InfoDB

public final class InfoDB
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
InfoDB()
          Constructor.
 
Method Summary
static byte[] db(MetaData meta, int size, boolean header, boolean index)
          Creates a database information string.
 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

InfoDB

public InfoDB()
Constructor.

Method Detail

db

public static byte[] db(MetaData meta,
                        int size,
                        boolean header,
                        boolean index)
Creates a database information string.

Parameters:
meta - meta data
size - database size
header - add header flag
index - add index information
Returns:
info string

toString

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