Uses of Class
tilda.db.metadata.PKMeta
-
Packages that use PKMeta Package Description tilda.db tilda.db.metadata tilda.db.stores -
-
Uses of PKMeta in tilda.db
Methods in tilda.db with parameters of type PKMeta Modifier and Type Method Description boolean
Connection. alterTableReplaceTablePK(Object Obj, PKMeta OldPK)
-
Uses of PKMeta in tilda.db.metadata
Fields in tilda.db.metadata declared as PKMeta Modifier and Type Field Description PKMeta
TableMeta. _PrimaryKey
-
Uses of PKMeta in tilda.db.stores
Methods in tilda.db.stores with parameters of type PKMeta Modifier and Type Method Description boolean
CommonStoreImpl. alterTableReplaceTablePK(Connection Con, Object Obj, PKMeta oldPK)
boolean
DBType. alterTableReplaceTablePK(Connection Con, Object Obj, PKMeta oldPK)
boolean
MSSQL. alterTableReplaceTablePK(Connection Con, Object Obj, PKMeta oldPK)
-