Package | Description |
---|---|
com.mckoi.database |
The core database classes for Mckoi.
|
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.
|
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.
|
Copyright © 2018. All rights reserved.