Uses of Class
org.makumba.db.makumba.Table

Packages that use Table
org.makumba.db.makumba   
org.makumba.db.makumba.sql The generic SQL-92 implementation of the makumba database layer. 
 

Uses of Table in org.makumba.db.makumba
 

Methods in org.makumba.db.makumba that return Table
 Table Table.getRelatedTable(String field)
          get the related table for the field indicated by name (of any set or ptr type)
 Table Database.getTable(DataDefinition ri)
          get the table from this database associated with the given RecordInfo
 Table Database.getTable(String name)
          this method will return a table by macumba name.
 Table Database.makePseudoTable(DataDefinition ri)
           
 

Methods in org.makumba.db.makumba with parameters of type Table
(package private)  void Database.configureTable(Table tbl, DataDefinition ri)
           
(package private)  void Table.copyFrom(DBConnection dest, Table source, DBConnection sourceDB, boolean ignoreDbsv)
          TODO: makumba now supports query limitation (limit and offset). so this method (copyFrom) could run a number of queries per table (instead of one query per table), limited to say 100 records each so we don't have memory problems when the db is very big
 

Uses of Table in org.makumba.db.makumba.sql
 

Subclasses of Table in org.makumba.db.makumba.sql
 class CloudscapeTableManager
           
 class DbcpTableManager
           
 class HsqldbTableManager
           
 class InformixTableManager
           
 class MsqlTableManager
           
 class MsSqlTableManager
           
 class MysqlTableManager
           
 class OdbcjetTableManager
           
 class OdbcjetV4TableManager
           
 class OracleTableManager
           
 class PgsqlOldTableManager
           
 class PgsqlTableManager
           
 class QedTableManager
           
 class TableManager