|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BaseTable in org.eclipse.datatools.connectivity.sqm.core.rte.fe |
Methods in org.eclipse.datatools.connectivity.sqm.core.rte.fe with parameters of type BaseTable | |
java.lang.String |
GenericDdlBuilder.dropTable(BaseTable table,
boolean quoteIdentifiers,
boolean qualifyNames)
|
java.lang.String |
GenericDdlBuilder.createTable(BaseTable table,
boolean quoteIdentifiers,
boolean qualifyNames)
|
Uses of BaseTable in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc |
Classes in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc that implement BaseTable | |
class |
JDBCTable
|
class |
JDBCTemporaryTable
|
Uses of BaseTable in org.eclipse.datatools.modelbase.sql.constraints |
Methods in org.eclipse.datatools.modelbase.sql.constraints that return BaseTable | |
BaseTable |
TableConstraint.getBaseTable()
Returns the value of the 'Base Table' container reference. |
BaseTable |
ForeignKey.getReferencedTable()
Returns the value of the 'Referenced Table' reference. |
Methods in org.eclipse.datatools.modelbase.sql.constraints with parameters of type BaseTable | |
void |
TableConstraint.setBaseTable(BaseTable value)
Sets the value of the ' Base Table ' container reference. |
void |
ForeignKey.setReferencedTable(BaseTable value)
Sets the value of the ' Referenced Table ' reference. |
Uses of BaseTable in org.eclipse.datatools.modelbase.sql.constraints.impl |
Methods in org.eclipse.datatools.modelbase.sql.constraints.impl that return BaseTable | |
BaseTable |
TableConstraintImpl.getBaseTable()
|
BaseTable |
ForeignKeyImpl.getReferencedTable()
|
BaseTable |
ForeignKeyImpl.basicGetReferencedTable()
|
Methods in org.eclipse.datatools.modelbase.sql.constraints.impl with parameters of type BaseTable | |
NotificationChain |
TableConstraintImpl.basicSetBaseTable(BaseTable newBaseTable,
NotificationChain msgs)
|
void |
TableConstraintImpl.setBaseTable(BaseTable newBaseTable)
|
NotificationChain |
ForeignKeyImpl.basicSetReferencedTable(BaseTable newReferencedTable,
NotificationChain msgs)
|
void |
ForeignKeyImpl.setReferencedTable(BaseTable newReferencedTable)
|
Uses of BaseTable in org.eclipse.datatools.modelbase.sql.tables |
Subinterfaces of BaseTable in org.eclipse.datatools.modelbase.sql.tables | |
interface |
PersistentTable
A representation of the model object 'Persistent Table'. |
interface |
TemporaryTable
A representation of the model object 'Temporary Table'. |
Uses of BaseTable in org.eclipse.datatools.modelbase.sql.tables.impl |
Classes in org.eclipse.datatools.modelbase.sql.tables.impl that implement BaseTable | |
class |
BaseTableImpl
An implementation of the model object 'Base Table'. |
class |
PersistentTableImpl
An implementation of the model object 'Persistent Table'. |
class |
TemporaryTableImpl
An implementation of the model object 'Temporary Table'. |
Uses of BaseTable in org.eclipse.datatools.modelbase.sql.tables.util |
Methods in org.eclipse.datatools.modelbase.sql.tables.util with parameters of type BaseTable | |
java.lang.Object |
SQLTablesSwitch.caseBaseTable(BaseTable object)
Returns the result of interpretting the object as an instance of 'Base Table'. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |