Package com.mckoi.database
Class Transaction.ColumnGroup
java.lang.Object
com.mckoi.database.Transaction.ColumnGroup
- Enclosing class:
- Transaction
A group of columns as used by the constraint system. A ColumnGroup is
a simple list of columns in a table.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
The name of the group (the constraint name). -
columns
The list of columns that make up the group. -
deferred
public short deferredWhether this is deferred or initially immediate.
-
-
Constructor Details
-
ColumnGroup
public ColumnGroup()
-