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 booleanConnection. 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 PKMetaTableMeta. _PrimaryKey -
Uses of PKMeta in tilda.db.stores
Methods in tilda.db.stores with parameters of type PKMeta Modifier and Type Method Description booleanCommonStoreImpl. alterTableReplaceTablePK(Connection Con, Object Obj, PKMeta oldPK)booleanDBType. alterTableReplaceTablePK(Connection Con, Object Obj, PKMeta oldPK)booleanMSSQL. alterTableReplaceTablePK(Connection Con, Object Obj, PKMeta oldPK)
-