Uses of Class
com.mckoi.database.Transaction.CheckExpression
-
Packages that use Transaction.CheckExpression Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of Transaction.CheckExpression in com.mckoi.database
Methods in com.mckoi.database that return Transaction.CheckExpression Modifier and Type Method Description Transaction.CheckExpression
DatabaseSystem. prepareTransactionCheckConstraint(DataTableDef table_def, Transaction.CheckExpression check)
Given a Transaction.CheckExpression, this will prepare the expression and return a new prepared CheckExpression.Transaction.CheckExpression
TransactionSystem. prepareTransactionCheckConstraint(DataTableDef table_def, Transaction.CheckExpression check)
Given a Transaction.CheckExpression, this will prepare the expression and return a new prepared CheckExpression.Transaction.CheckExpression[]
DatabaseConnection. queryTableCheckExpressions(TableName table_name)
Same as the Transaction.queryTableCheckExpression method.static Transaction.CheckExpression[]
Transaction. queryTableCheckExpressions(SimpleTransaction transaction, TableName table_name)
Returns a set of check expressions that are constrained over all new columns added to the given table in this transaction.Methods in com.mckoi.database with parameters of type Transaction.CheckExpression Modifier and Type Method Description Transaction.CheckExpression
DatabaseSystem. prepareTransactionCheckConstraint(DataTableDef table_def, Transaction.CheckExpression check)
Given a Transaction.CheckExpression, this will prepare the expression and return a new prepared CheckExpression.Transaction.CheckExpression
TransactionSystem. prepareTransactionCheckConstraint(DataTableDef table_def, Transaction.CheckExpression check)
Given a Transaction.CheckExpression, this will prepare the expression and return a new prepared CheckExpression.
-