Uses of Class
gate.db.Table

Packages that use Table
gate.db   
 

Uses of Table in gate.db
 

Fields in gate.db declared as Table
protected static Table[] Checker.DDL
          This represents the database structure required by Gate2 to run.
protected static Table[] DocumentWrapper.DDL
           
protected static Table[] CorpusWrapper.DDL
          The definition for database requirements of persistent Corpora.
 

Methods in gate.db with parameters of type Table
static boolean Checker.setupDatabase(Table[] ddl, DataStore ds)
          This method attempts to create the structure defined by ddl.