public class ForeignKey extends Object
Modifier and Type | Field and Description |
---|---|
String |
foreignColumnNames
Contains all foreign column names in a comma-separated String.
|
String |
foreignTable
The name of the foreign table.
|
String |
localColumnNames
Contains all local column names in a comma-separated String.
|
String |
name
The name of the foreign key.
|
String |
onDelete
The action performed by the database if the referenced record is deleted.
|
String |
onUpdate
The action performed by the database if the referenced record is updated.
|
List<Option> |
optionList
The list of options for this foreign key.
|
Table |
parent
The table to which this foreign key definition belongs.
|
List<Reference> |
referenceList
The list of column references for this foreign key.
|
Constructor and Description |
---|
ForeignKey() |
public Table parent
public List<Reference> referenceList
public String name
public String foreignTable
public String onDelete
public String onUpdate
public String localColumnNames
public String foreignColumnNames
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.