Uses of Class
com.mckoi.database.Transaction.ColumnGroupReference
-
Packages that use Transaction.ColumnGroupReference Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of Transaction.ColumnGroupReference in com.mckoi.database
Methods in com.mckoi.database that return Transaction.ColumnGroupReference Modifier and Type Method Description Transaction.ColumnGroupReference[]
DatabaseConnection. queryTableForeignKeyReferences(TableName table_name)
Same as the Transaction.queryTableForeignKeyReferences method.static Transaction.ColumnGroupReference[]
Transaction. queryTableForeignKeyReferences(SimpleTransaction transaction, TableName table_name)
Returns an array of column references in the given table that represent foreign key references.Transaction.ColumnGroupReference[]
DatabaseConnection. queryTableImportedForeignKeyReferences(TableName table_name)
Same as the Transaction.queryTableImportedForeignKeyReferences method.static Transaction.ColumnGroupReference[]
Transaction. queryTableImportedForeignKeyReferences(SimpleTransaction transaction, TableName ref_table_name)
Returns an array of column references in the given table that represent foreign key references that reference columns in the given table.Methods in com.mckoi.database with parameters of type Transaction.ColumnGroupReference Modifier and Type Method Description private void
MasterTableDataSource.MMutableTableDataSource. executeDeleteReferentialAction(Transaction.ColumnGroupReference constraint, TObject[] original_key, QueryContext context)
Executes a delete referential action.private void
MasterTableDataSource.MMutableTableDataSource. executeUpdateReferentialAction(Transaction.ColumnGroupReference constraint, TObject[] original_key, TObject[] new_key, QueryContext context)
Executes an update referential action.
-