getForeignTableSchema() This is the name of the schema (or table owner) to which the foreign
table (the table that is referenced by this foreign key) belongs.
setForeignTableName(String foreignTableName) This is the name of the table that is referenced by this foreign key.
public void
setForeignTableSchema(String foreignTableSchema) This is the name of the schema (or table owner) to which the foreign
table (the table that is referenced by this foreign key) belongs.
public void
setLocalTableName(String localTableName) This is the name of the table to which this foreign key belongs.
public void
setLocalTableSchema(String localTableSchema) This is the name of the schema (or table owner) to which
the table containing this foreign key belongs.