|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mckoi.database.Transaction.ColumnGroup
public static class Transaction.ColumnGroup
A group of columns as used by the constraint system. A ColumnGroup is a simple list of columns in a table.
Field Summary | |
---|---|
java.lang.String[] |
columns
The list of columns that make up the group. |
short |
deferred
Whether this is deferred or initially immediate. |
java.lang.String |
name
The name of the group (the constraint name). |
Constructor Summary | |
---|---|
Transaction.ColumnGroup()
|
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 java.lang.String[] columns
public short deferred
Constructor Detail |
---|
public Transaction.ColumnGroup()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |