public class ForeignKeyMetadata extends Object
| Constructor and Description | 
|---|
| ForeignKeyMetadata() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<String> | getForeignColumns()Returns the names of the foreign columns. | 
| String | getForeignKeyName()Returns the name of the foreign key. | 
| List<String> | getLocalColumns()Returns the names of the local columns. | 
| String | getReferencedTable()Returns the name of the referenced (foreign) table. | 
| void | setForeignKeyName(String foreignKeyName)Sets the name of the foreign key. | 
| void | setReferencedTable(String referencedTable)Sets the name of the referenced (foreign) table. | 
public String getReferencedTable()
public void setReferencedTable(String referencedTable)
referencedTable - the name of the referenced (foreign) table.public String getForeignKeyName()
public void setForeignKeyName(String foreignKeyName)
foreignKeyName - the name of the foreign key.public List<String> getLocalColumns()
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.