|
||||||||||
| 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)
|
java.lang.String |
MetadataRepository.getInsteadOfTriggerDefinition(java.lang.String vdbName,
int vdbVersion,
Table table,
Table.TriggerEvent triggerOperation)
Returns an updated trigger definition (FOR EACH ROW ...) or null if the current view definition should be used should be used. |
TableStats |
MetadataRepository.getTableStats(java.lang.String vdbName,
int vdbVersion,
Table table)
Get updated TableStats for the given table |
java.lang.String |
MetadataRepository.getViewDefinition(java.lang.String vdbName,
int vdbVersion,
Table table)
Returns an updated view definition (AS SQL only) or null if the current view definition should be used should be used. |
java.lang.Boolean |
MetadataRepository.isInsteadOfTriggerEnabled(java.lang.String vdbName,
int vdbVersion,
Table table,
Table.TriggerEvent triggerOperation)
Returns whether the trigger is enabled |
void |
MetadataRepository.setInsteadOfTriggerDefinition(java.lang.String vdbName,
int vdbVersion,
Table table,
Table.TriggerEvent triggerOperation,
java.lang.String triggerDefinition)
|
void |
MetadataRepository.setInsteadOfTriggerEnabled(java.lang.String vdbName,
int vdbVersion,
Table table,
Table.TriggerEvent triggerOperation,
boolean enabled)
Set the given trigger enabled. |
void |
Table.setMaterializedStageTable(Table materializedStageTable)
|
void |
Table.setMaterializedTable(Table materializedTable)
|
void |
MetadataRepository.setTableStats(java.lang.String vdbName,
int vdbVersion,
Table table,
TableStats tableStats)
Set the TableStats for the given table |
void |
MetadataRepository.setViewDefinition(java.lang.String vdbName,
int vdbVersion,
Table table,
java.lang.String viewDefinition)
Set the view definition |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||