Uses of Class
tilda.db.metadata.FKMeta
-
Packages that use FKMeta Package Description tilda.db tilda.db.metadata tilda.db.stores tilda.migration.actions -
-
Uses of FKMeta in tilda.db
Methods in tilda.db with parameters of type FKMeta Modifier and Type Method Description boolean
Connection. alterTableDropFK(Object Obj, FKMeta FK)
-
Uses of FKMeta in tilda.db.metadata
Fields in tilda.db.metadata declared as FKMeta Modifier and Type Field Description FKMeta
FKColumnMeta. _ParentFK
Fields in tilda.db.metadata with type parameters of type FKMeta Modifier and Type Field Description java.util.Map<java.lang.String,FKMeta>
TableMeta. _ForeignKeysIn
java.util.Map<java.lang.String,FKMeta>
TableMeta. _ForeignKeysOut
Methods in tilda.db.metadata that return types with arguments of type FKMeta Modifier and Type Method Description protected static java.util.Map<java.lang.String,FKMeta>
SchemaMeta. loadForeignKeys(java.sql.DatabaseMetaData meta, java.lang.String SchemaName, java.lang.String TableName, boolean Outgoing)
Load outgoing/incoming FKs for the whole db, schema or table.Constructors in tilda.db.metadata with parameters of type FKMeta Constructor Description FKColumnMeta(java.sql.ResultSet RS, FKMeta FK)
-
Uses of FKMeta in tilda.db.stores
Methods in tilda.db.stores with parameters of type FKMeta Modifier and Type Method Description boolean
CommonStoreImpl. alterTableDropFK(Connection Con, Object Obj, FKMeta FK)
boolean
DBType. alterTableDropFK(Connection Con, Object Obj, FKMeta FK)
boolean
MSSQL. alterTableDropFK(Connection Con, Object Obj, FKMeta FK)
-
Uses of FKMeta in tilda.migration.actions
Fields in tilda.migration.actions declared as FKMeta Modifier and Type Field Description protected FKMeta
TableFKDrop. _FK
Constructors in tilda.migration.actions with parameters of type FKMeta Constructor Description TableFKDrop(Object SrcObj, FKMeta FK)
-