|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mckoi.database.Transaction.ColumnGroupReference
public static class Transaction.ColumnGroupReference
Represents a reference from a group of columns in one table to a group of columns in another table. The is used to represent a foreign key reference.
| Field Summary | |
|---|---|
short |
deferred
Whether this is deferred or initially immediate. |
java.lang.String |
delete_rule
The delete rule. |
java.lang.String[] |
key_columns
The list of columns that make up the key. |
TableName |
key_table_name
The key table name. |
java.lang.String |
name
The name of the group (the constraint name). |
java.lang.String[] |
ref_columns
The list of columns that make up the referenced group. |
TableName |
ref_table_name
The referenced table name. |
java.lang.String |
update_rule
The update rule. |
| Constructor Summary | |
|---|---|
Transaction.ColumnGroupReference()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String name
public TableName key_table_name
public java.lang.String[] key_columns
public TableName ref_table_name
public java.lang.String[] ref_columns
public java.lang.String update_rule
public java.lang.String delete_rule
public short deferred
| Constructor Detail |
|---|
public Transaction.ColumnGroupReference()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||