Package | Description |
---|---|
com.mckoi.database |
The core database classes for Mckoi.
|
Modifier and Type | Method and Description |
---|---|
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 |
DatabaseSystem.prepareTransactionCheckConstraint(DataTableDef table_def,
Transaction.CheckExpression check)
Given a Transaction.CheckExpression, this will prepare the expression and
return a new prepared CheckExpression.
|
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.
|
Transaction.CheckExpression[] |
DatabaseConnection.queryTableCheckExpressions(TableName table_name)
Same as the Transaction.queryTableCheckExpression method.
|
Modifier and Type | Method and Description |
---|---|
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 |
DatabaseSystem.prepareTransactionCheckConstraint(DataTableDef table_def,
Transaction.CheckExpression check)
Given a Transaction.CheckExpression, this will prepare the expression and
return a new prepared CheckExpression.
|
Copyright © 2015. All rights reserved.