Package | Description |
---|---|
com.caucho.db | |
com.caucho.db.sql | |
com.caucho.db.table |
Modifier and Type | Method and Description |
---|---|
Table |
Database.getTable(java.lang.String name)
Gets a table.
|
Modifier and Type | Method and Description |
---|---|
void |
Database.addTable(Table table)
Adds a table.
|
Modifier and Type | Method and Description |
---|---|
Table |
Expr.getTable()
Returns the table.
|
Table |
FromItem.getTable()
Returns the FROM item's table.
|
Modifier and Type | Method and Description |
---|---|
Table |
TableIterator.getTable()
Returns the table of the iterator.
|
Table |
Column.getTable()
Gets the table.
|
static Table |
Table.loadFromFile(Database db,
java.lang.String name)
Loads the table from the file.
|
Modifier and Type | Method and Description |
---|---|
void |
TableIterator.init(Table table) |