|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Table | |
com.triactive.jdo.store |
Uses of Table in com.triactive.jdo.store |
Subinterfaces of Table in com.triactive.jdo.store | |
(package private) interface |
ClassTable
|
(package private) interface |
JDOTable
|
Classes in com.triactive.jdo.store that implement Table | |
(package private) class |
AbstractTable
|
(package private) class |
BaseTable
|
class |
ClassBaseTable
|
class |
ClassView
|
(package private) class |
FieldTable
|
(package private) class |
JDOBaseTable
|
(package private) class |
JDOView
|
class |
MapTable
|
(package private) class |
ProbeTable
|
(package private) class |
SchemaTable
|
class |
SetTable
|
(package private) class |
View
|
Fields in com.triactive.jdo.store declared as Table | |
protected Table |
AbstractSetStore.setTable
|
protected Table |
Column.table
|
protected Table |
MapEntrySetStore.setTable
|
protected Table |
TableExpression.mainTable
|
Methods in com.triactive.jdo.store that return Table | |
Table |
Column.getTable()
|
Table |
TableExpression.getMainTable()
|
Constructors in com.triactive.jdo.store with parameters of type Table | |
Column(Table table,
java.lang.Class type,
SQLIdentifier name)
|
|
DuplicateColumnNameException(Table table,
Column column)
Constructs a duplicate column name exception. |
|
MissingColumnException(Table table,
java.util.Collection columns)
Constructs a missing column exception. |
|
MissingForeignKeysException(Table table,
java.util.Collection stmts)
Constructs a missing foreign key(s) exception. |
|
MissingIndicesException(Table table,
java.util.Collection stmts)
Constructs a missing index(s) exception. |
|
MissingTableException(Table table)
Constructs a missing table exception. |
|
NotABaseTableException(Table table)
Constructs a not-a-base-table exception. |
|
NotAViewException(Table table)
Constructs a not-a-view exception. |
|
OracleQueryStatement(Table initialTable)
|
|
OracleQueryStatement(Table initialTable,
SQLIdentifier initialRangeVar)
|
|
QueryStatement(Table initialTable)
|
|
QueryStatement(Table initialTable,
SQLIdentifier initialRangeVar)
|
|
TableExprAsJoins(QueryStatement qs,
Table mainTable,
SQLIdentifier mainRangeVar)
|
|
TableExprAsSubjoins(QueryStatement qs,
Table mainTable,
SQLIdentifier mainRangeVar)
|
|
TableExprAsSubquery(QueryStatement qs,
Table mainTable,
SQLIdentifier mainRangeVar)
|
|
TableExpression(QueryStatement qs,
Table mainTable,
SQLIdentifier mainRangeVar)
|
|
TableMismatchException(Column column,
Table mainTable)
Constructs a table mismatch exception. |
|
UnexpectedColumnException(Table table,
SQLIdentifier columnName)
Constructs a unexpected column exception. |
|
WrongPrimaryKeyException(Table table,
PrimaryKey expectedPK,
java.util.Collection actualPKs)
Constructs a wrong primary key exception. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |