|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableCollection | |
planetj.database | |
planetj.dataengine.cache |
Uses of TableCollection in planetj.database |
Methods in planetj.database that return TableCollection | |
TableCollection |
Table.toTableCollection()
Returns a new TableCollection object containing this table |
TableCollection |
SQLContext.getTables()
Gets the tables being queried. |
TableCollection |
RowCollection.getTables()
|
TableCollection |
Row.getTables()
Get's this field's table. |
Methods in planetj.database with parameters of type TableCollection | |
SQLContext |
SQLContext.setTables(TableCollection pTables)
Sets the tables to this query. |
void |
RowCollection.setTables(TableCollection pTables)
Sets the tables associated with this row collection Creation date: (1/22/2002 5:59:14 PM) |
void |
Row.setTables(TableCollection pTables)
Sets the table to which this row belongs. |
Uses of TableCollection in planetj.dataengine.cache |
Methods in planetj.dataengine.cache with parameters of type TableCollection | |
boolean |
RowKeyTableCache.add(RowKey key,
TableCollection tables,
Object o)
Adds an object to the cache, based on a RowKey and Table |
Object |
RowKeyTableCache.get(RowKey key,
TableCollection tables)
Gets an Object out of the cache |
List |
RowKeyTableCache.getAll(TableCollection tc)
Returns all the Objects for a given table collection that are in the cache. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |