jet.server.api.db
Interface Tables

All Superinterfaces:
DBCollection

public interface Tables
extends DBCollection

A Tables is a container of Table.


Field Summary
static java.lang.String RESULTVERSION_TABLE_NAME
          The RESULTVERSION table name.
static java.lang.String TASKCONTEXT_TABLE_NAME
          The TASKCONTEXT table name.
 
Method Summary
 Table[] toArray()
          Gets all Table.
 
Methods inherited from interface jet.server.api.db.DBCollection
contains, contains, isEmpty, iterator, size
 

Field Detail

RESULTVERSION_TABLE_NAME

static final java.lang.String RESULTVERSION_TABLE_NAME
The RESULTVERSION table name.

See Also:
Constant Field Values

TASKCONTEXT_TABLE_NAME

static final java.lang.String TASKCONTEXT_TABLE_NAME
The TASKCONTEXT table name.

See Also:
Constant Field Values
Method Detail

toArray

Table[] toArray()
Gets all Table.

Returns:
array of Table.