Package | Description |
---|---|
com.mckoi.database |
The core database classes for Mckoi.
|
Modifier and Type | Method and Description |
---|---|
static Transaction.ColumnGroupReference[] |
Transaction.queryTableForeignKeyReferences(SimpleTransaction transaction,
TableName table_name)
Returns an array of column references in the given table that represent
foreign key references.
|
Transaction.ColumnGroupReference[] |
DatabaseConnection.queryTableForeignKeyReferences(TableName table_name)
Same as the Transaction.queryTableForeignKeyReferences method.
|
static Transaction.ColumnGroupReference[] |
Transaction.queryTableImportedForeignKeyReferences(SimpleTransaction transaction,
TableName ref_table_name)
Returns an array of column references in the given table that represent
foreign key references that reference columns in the given table.
|
Transaction.ColumnGroupReference[] |
DatabaseConnection.queryTableImportedForeignKeyReferences(TableName table_name)
Same as the Transaction.queryTableImportedForeignKeyReferences method.
|
Copyright © 2015. All rights reserved.