public class ForeignMeta extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ForeignMeta.Link
Represents a linkage from a column in the source table to a column
in the target table.
|
Modifier | Constructor and Description |
---|---|
protected |
ForeignMeta()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the description for this foreign key.
|
String |
getKeyId()
Returns the key ID associated with this foreign key.
|
ForeignMeta.Link[] |
getLinks()
Returns the column links associated with this foreign key.
|
String |
getTargetTable()
Returns the fully-qualified name of the target table for this
foreign key.
|
String |
getUtype()
Returns the utype associated with this foreign key.
|
void |
setLinks(ForeignMeta.Link[] links)
Sets the links contained in this table.
|
String |
toString() |
public String getTargetTable()
public String getDescription()
public String getUtype()
public String getKeyId()
public ForeignMeta.Link[] getLinks()
public void setLinks(ForeignMeta.Link[] links)
links
- link arrayCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.