public static class Transaction.ColumnGroupReference extends Object
Modifier and Type | Field and Description |
---|---|
short |
deferred
Whether this is deferred or initially immediate.
|
String |
delete_rule
The delete rule.
|
String[] |
key_columns
The list of columns that make up the key.
|
TableName |
key_table_name
The key table name.
|
String |
name
The name of the group (the constraint name).
|
String[] |
ref_columns
The list of columns that make up the referenced group.
|
TableName |
ref_table_name
The referenced table name.
|
String |
update_rule
The update rule.
|
Constructor and Description |
---|
ColumnGroupReference() |
public String name
public TableName key_table_name
public String[] key_columns
public TableName ref_table_name
public String[] ref_columns
public String update_rule
public String delete_rule
public short deferred
Copyright © 2015. All rights reserved.