|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Table | |
|---|---|
| org.teiid.language | |
| org.teiid.metadata | |
| Uses of Table in org.teiid.language |
|---|
| Methods in org.teiid.language that return Table | |
|---|---|
Table |
NamedTable.getMetadataObject()
|
| Methods in org.teiid.language with parameters of type Table | |
|---|---|
NamedTable |
LanguageFactory.createNamedTable(java.lang.String name,
java.lang.String correlationName,
Table metadataReference)
|
void |
NamedTable.setMetadataObject(Table metadataObject)
|
| Constructors in org.teiid.language with parameters of type Table | |
|---|---|
NamedTable(java.lang.String name,
java.lang.String correlationName,
Table group)
|
|
| Uses of Table in org.teiid.metadata |
|---|
| Methods in org.teiid.metadata that return Table | |
|---|---|
Table |
MetadataFactory.addTable(java.lang.String name)
Add a table with the given name to the model. |
Table |
Table.getMaterializedStageTable()
|
Table |
Table.getMaterializedTable()
|
Table |
RuntimeMetadata.getTable(java.lang.String fullName)
Look up an object by identifier |
| Methods in org.teiid.metadata that return types with arguments of type Table | |
|---|---|
java.util.Map<java.lang.String,Table> |
Schema.getTables()
Get the tables defined in this schema |
| Methods in org.teiid.metadata with parameters of type Table | |
|---|---|
KeyRecord |
MetadataFactory.addAccessPattern(java.lang.String name,
java.util.List<java.lang.String> columnNames,
Table table)
Adds an access pattern to the given table. |
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. |
KeyRecord |
MetadataFactory.addIndex(java.lang.String name,
boolean nonUnique,
java.util.List<java.lang.String> columnNames,
Table table)
Adds an index to the given table. |
KeyRecord |
MetadataFactory.addPrimaryKey(java.lang.String name,
java.util.List<java.lang.String> columnNames,
Table table)
Adds a primary key to the given table. |
void |
Schema.addTable(Table table)
|
void |
Table.setMaterializedStageTable(Table materializedStageTable)
|
void |
Table.setMaterializedTable(Table materializedTable)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||