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