|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ForeignKey | |
|---|---|
| org.teiid.metadata | |
| org.teiid.metadata.index | |
| Uses of ForeignKey in org.teiid.metadata |
|---|
| Methods in org.teiid.metadata that return ForeignKey | |
|---|---|
ForeignKey |
MetadataFactory.addForiegnKey(java.lang.String name,
java.util.List<java.lang.String> columnNames,
Table pkTable,
Table table)
Adds a foreign key to the given table. |
| Methods in org.teiid.metadata that return types with arguments of type ForeignKey | |
|---|---|
java.util.List<ForeignKey> |
Table.getForeignKeys()
|
| Method parameters in org.teiid.metadata with type arguments of type ForeignKey | |
|---|---|
void |
Table.setForiegnKeys(java.util.List<ForeignKey> foriegnKeys)
|
| Uses of ForeignKey in org.teiid.metadata.index |
|---|
| Methods in org.teiid.metadata.index that return ForeignKey | |
|---|---|
ForeignKey |
RecordFactory.createForeignKeyRecord(char[] record)
Create a ForeignKeyRecord instance from the specified index record |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||