public class ForeignColumn extends Object implements IModuleObject
| Constructor and Description |
|---|
ForeignColumn() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnName()
Get name of the column referencing primary key.
|
String |
getPkCatalog()
Get name of the catalog the primary column belongs to.
|
String |
getPkColumn()
Get name of the primary column.
|
String |
getPkSchema()
Get name of the schema the primary column belongs to.
|
String |
getPkTable()
Get name of the table the primary column belongs to.
|
void |
setColumnName(String columnName)
Set name of the column referencing primary key.
|
void |
setPkCatalog(String pkCatalog)
Set name of the catalog the primary column belongs to.
|
void |
setPkColumn(String pkColumn)
Set name of the primary column.
|
void |
setPkSchema(String pkSchema)
Set name of the schema the primary column belongs to.
|
void |
setPkTable(String pkTable)
Set name of the table the primary column belongs to.
|
public String getPkColumn()
public void setPkColumn(String pkColumn)
pkColumn - name of the primary column.public String getPkCatalog()
public void setPkCatalog(String pkCatalog)
pkCatalog - name of the catalog the primary column belongs to.public String getPkSchema()
public void setPkSchema(String pkSchema)
pkSchema - name of the schema the primary column belongs to.public String getPkTable()
public void setPkTable(String pkTable)
pkTable - name of the table the primary column belongs to.public String getColumnName()
public void setColumnName(String columnName)
columnName - name of the column referencing primary key.Copyright © 2018–2020 ODPi. All rights reserved.