| Package | Description |
|---|---|
| org.teiid.metadata | |
| org.teiid.metadata.index | |
| org.teiid.translator.object | |
| org.teiid.translator.object.util |
| Modifier and Type | Method and Description |
|---|---|
ForeignKey |
MetadataFactory.addForiegnKey(String name,
List<String> columnNames,
List<String> referencedColumnNames,
String referenceTable,
Table table)
Adds a foreign key to the given table.
|
ForeignKey |
MetadataFactory.addForiegnKey(String name,
List<String> columnNames,
String referenceTable,
Table table)
Adds a foreign key to the given table.
|
| Modifier and Type | Method and Description |
|---|---|
List<ForeignKey> |
Table.getForeignKeys() |
| Modifier and Type | Method and Description |
|---|---|
void |
Table.setForiegnKeys(List<ForeignKey> foriegnKeys) |
| Modifier and Type | Method and Description |
|---|---|
ForeignKey |
RecordFactory.createForeignKeyRecord(char[] record)
Create a ForeignKeyRecord instance from the specified index record
|
| Modifier and Type | Method and Description |
|---|---|
ForeignKey |
ObjectVisitor.getForeignKey() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
ObjectVisitor.getForeignKeyColumnName(NamedTable table,
ForeignKey fk) |
protected String |
ObjectVisitor.getForeignKeyRefcolumn(NamedTable table,
ForeignKey fk) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ObjectUtil.getRecordName(ForeignKey c) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.