|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableCollection | |
planetj.database | |
planetj.dataengine.cache | |
planetj.magic |
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) |
protected int |
Row.joinedDatabaseAccessFailure(java.sql.Connection conn,
Row disjointRow,
TableCollection affectedTables,
int mode,
java.lang.Throwable t,
ExecutingContext ec)
Invoked whenever a update, insert, or delete fails on a disjoint row during a joined DB access. |
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,
java.lang.Object o)
Adds an object to the cache, based on a RowKey and Table |
java.lang.Object |
RowKeyTableCache.get(RowKey key,
TableCollection tables)
Gets an Object out of the cache |
java.util.List |
RowKeyTableCache.getAll(TableCollection tc)
Returns all the Objects for a given table collection that are in the cache. |
protected java.util.Map |
RowKeyTableCache.getTableMap(TableCollection tc)
Gets the table map for the specified table collection |
Uses of TableCollection in planetj.magic |
Methods in planetj.magic that return TableCollection | |
TableCollection |
AddRowRequest.getTables()
Gets this MRs tables |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |