Uses of Class
com.caucho.db.table.Table

Packages that use Table
com.caucho.db   
com.caucho.db.sql   
com.caucho.db.table   
 

Uses of Table in com.caucho.db
 

Methods in com.caucho.db that return Table
 Table Database.getTable(java.lang.String name)
          Gets a table.
 

Methods in com.caucho.db with parameters of type Table
 void Database.addTable(Table table)
          Adds a table.
 

Uses of Table in com.caucho.db.sql
 

Methods in com.caucho.db.sql that return Table
 Table Expr.getTable()
          Returns the table.
 Table FromItem.getTable()
          Returns the FROM item's table.
 

Uses of Table in com.caucho.db.table
 

Methods in com.caucho.db.table that return Table
 Table Column.getTable()
          Gets the table.
 Table TableIterator.getTable()
          Returns the table of the iterator.
static Table Table.loadFromFile(Database db, java.lang.String name)
          Loads the table from the file.
 

Methods in com.caucho.db.table with parameters of type Table
 void TableIterator.init(Table table)