Uses of Class
com.mckoi.database.Transaction.CheckExpression
Packages that use Transaction.CheckExpression
-
Uses of Transaction.CheckExpression in com.mckoi.database
Methods in com.mckoi.database that return Transaction.CheckExpressionModifier and TypeMethodDescriptionDatabaseSystem.prepareTransactionCheckConstraint
(DataTableDef table_def, Transaction.CheckExpression check) Given a Transaction.CheckExpression, this will prepare the expression and return a new prepared CheckExpression.TransactionSystem.prepareTransactionCheckConstraint
(DataTableDef table_def, Transaction.CheckExpression check) Given a Transaction.CheckExpression, this will prepare the expression and return a new prepared 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.CheckExpressionModifier and TypeMethodDescriptionDatabaseSystem.prepareTransactionCheckConstraint
(DataTableDef table_def, Transaction.CheckExpression check) Given a Transaction.CheckExpression, this will prepare the expression and return a new prepared CheckExpression.TransactionSystem.prepareTransactionCheckConstraint
(DataTableDef table_def, Transaction.CheckExpression check) Given a Transaction.CheckExpression, this will prepare the expression and return a new prepared CheckExpression.