|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PrimaryKey in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc |
Classes in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc that implement PrimaryKey | |
class |
JDBCPrimaryKey
|
class |
JDBCUniqueConstraint
|
Methods in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc that return PrimaryKey | |
PrimaryKey |
JDBCTemporaryTable.getPrimaryKey()
|
PrimaryKey |
JDBCTable.getPrimaryKey()
|
Uses of PrimaryKey in org.eclipse.datatools.connectivity.sqm.loader |
Methods in org.eclipse.datatools.connectivity.sqm.loader that return PrimaryKey | |
PrimaryKey |
JDBCTableConstraintLoader.loadPrimaryKey()
Deprecated. see JDBCTableConstraintLoader.loadPrimaryKey(PrimaryKey) |
PrimaryKey |
JDBCTableConstraintLoader.loadPrimaryKey(PrimaryKey existingPK)
Loads the "primary key" object from the database. |
Methods in org.eclipse.datatools.connectivity.sqm.loader with parameters of type PrimaryKey | |
PrimaryKey |
JDBCTableConstraintLoader.loadPrimaryKey(PrimaryKey existingPK)
Loads the "primary key" object from the database. |
java.util.Collection |
JDBCTableConstraintLoader.loadUniqueConstraints(PrimaryKey pk)
Deprecated. see JDBCTableConstraintLoader.loadUniqueConstraints(PrimaryKey, List, Collection) |
void |
JDBCTableConstraintLoader.loadUniqueConstraints(PrimaryKey pk,
java.util.List containmentList,
java.util.Collection existingUCs)
Loads the "unique constraint" objects from the database. |
Uses of PrimaryKey in org.eclipse.datatools.modelbase.sql.constraints |
Methods in org.eclipse.datatools.modelbase.sql.constraints that return PrimaryKey | |
PrimaryKey |
SQLConstraintsFactory.createPrimaryKey()
Returns a new object of class 'Primary Key'. |
Uses of PrimaryKey in org.eclipse.datatools.modelbase.sql.constraints.impl |
Classes in org.eclipse.datatools.modelbase.sql.constraints.impl that implement PrimaryKey | |
class |
PrimaryKeyImpl
An implementation of the model object 'Primary Key'. |
Methods in org.eclipse.datatools.modelbase.sql.constraints.impl that return PrimaryKey | |
PrimaryKey |
SQLConstraintsFactoryImpl.createPrimaryKey()
|
Uses of PrimaryKey in org.eclipse.datatools.modelbase.sql.constraints.util |
Methods in org.eclipse.datatools.modelbase.sql.constraints.util with parameters of type PrimaryKey | |
java.lang.Object |
SQLConstraintsSwitch.casePrimaryKey(PrimaryKey object)
Returns the result of interpretting the object as an instance of 'Primary Key'. |
Uses of PrimaryKey in org.eclipse.datatools.modelbase.sql.tables |
Methods in org.eclipse.datatools.modelbase.sql.tables that return PrimaryKey | |
PrimaryKey |
BaseTable.getPrimaryKey()
|
Uses of PrimaryKey in org.eclipse.datatools.modelbase.sql.tables.impl |
Methods in org.eclipse.datatools.modelbase.sql.tables.impl that return PrimaryKey | |
PrimaryKey |
BaseTableImpl.getPrimaryKey()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |