Package | Description |
---|---|
com.mckoi.database |
The core database classes for Mckoi.
|
Modifier and Type | Method and Description |
---|---|
static Transaction.ColumnGroup |
Transaction.queryTablePrimaryKeyGroup(SimpleTransaction transaction,
TableName table_name)
Returns a set of primary key groups that are constrained to be unique
for the given table in this transaction (there can be only 1 primary
key defined for a table).
|
Transaction.ColumnGroup |
DatabaseConnection.queryTablePrimaryKeyGroup(TableName table_name)
Same as the Transaction.queryTablePrimaryKeyGroup method.
|
static Transaction.ColumnGroup[] |
Transaction.queryTableUniqueGroups(SimpleTransaction transaction,
TableName table_name)
Returns a set of unique groups that are constrained to be unique for
the given table in this transaction.
|
Transaction.ColumnGroup[] |
DatabaseConnection.queryTableUniqueGroups(TableName table_name)
Same as the Transaction.queryTableUniqueGroups method.
|
Copyright © 2015. All rights reserved.