Transaction.ColumnGroupReference[] |
DatabaseConnection.queryTableForeignKeyReferences(TableName table_name) |
Same as the Transaction.queryTableForeignKeyReferences method.
|
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.queryTableImportedForeignKeyReferences(TableName table_name) |
Same as the Transaction.queryTableImportedForeignKeyReferences 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.
|