| Modifier and Type | Method and Description |
|---|---|
Table |
NamedTable.getMetadataObject() |
| Modifier and Type | Method and Description |
|---|---|
NamedTable |
LanguageFactory.createNamedTable(String name,
String correlationName,
Table metadataReference) |
void |
NamedTable.setMetadataObject(Table metadataObject) |
| Constructor and Description |
|---|
NamedTable(String name,
String correlationName,
Table group) |
| Modifier and Type | Method and Description |
|---|---|
Table |
MetadataFactory.addTable(String name)
Add a table with the given name to the model.
|
Table |
Table.getMaterializedStageTable() |
Table |
Table.getMaterializedTable() |
Table |
Schema.getTable(String tableName) |
Table |
RuntimeMetadata.getTable(String fullName)
Look up an object by identifier
|
Table |
RuntimeMetadata.getTable(String schema,
String name)
Look up an object by identifier
|
Table |
Schema.removeTable(String tableName) |
| Modifier and Type | Method and Description |
|---|---|
NavigableMap<String,Table> |
Schema.getTables()
Get the tables defined in this schema
|
| Modifier and Type | Method and Description |
|---|---|
KeyRecord |
MetadataFactory.addAccessPattern(String name,
List<String> columnNames,
Table table)
Adds an access pattern to the given table.
|
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.
|
KeyRecord |
MetadataFactory.addFunctionBasedIndex(String name,
List<String> expressions,
List<Boolean> nonColumnExpressions,
Table table)
Adds a function based index on the given expressions.
|
KeyRecord |
MetadataFactory.addIndex(String name,
boolean nonUnique,
List<String> columnNames,
Table table)
Adds an index to the given table.
|
KeyRecord |
MetadataFactory.addPrimaryKey(String name,
List<String> columnNames,
Table table)
Adds a primary key to the given table.
|
void |
Schema.addTable(Table table) |
String |
DefaultMetadataRepository.getInsteadOfTriggerDefinition(String vdbName,
String vdbVersion,
Table table,
Table.TriggerEvent triggerOperation)
Deprecated.
Returns an updated trigger definition (FOR EACH ROW ...) or null if the current view definition should be used
should be used.
|
TableStats |
DefaultMetadataRepository.getTableStats(String vdbName,
String vdbVersion,
Table table)
Deprecated.
Get updated
TableStats for the given table |
String |
DefaultMetadataRepository.getViewDefinition(String vdbName,
String vdbVersion,
Table table)
Deprecated.
Returns an updated view definition (AS SQL only) or null if the current view definition should be used
should be used.
|
Boolean |
DefaultMetadataRepository.isInsteadOfTriggerEnabled(String vdbName,
String vdbVersion,
Table table,
Table.TriggerEvent triggerOperation)
Deprecated.
Returns whether the trigger is enabled
|
void |
MetadataRepository.setInsteadOfTriggerDefinition(String vdbName,
String vdbVersion,
Table table,
Table.TriggerEvent triggerOperation,
String triggerDefinition)
Call back function, when "alter trigger" is called
|
void |
MetadataRepository.setInsteadOfTriggerEnabled(String vdbName,
String vdbVersion,
Table table,
Table.TriggerEvent triggerOperation,
boolean enabled)
Callback function, when "alter trigger" is called to enable or disable a trigger
|
void |
Table.setMaterializedStageTable(Table materializedStageTable) |
void |
Table.setMaterializedTable(Table materializedTable) |
void |
MetadataRepository.setTableStats(String vdbName,
String vdbVersion,
Table table,
TableStats tableStats)
Set the
TableStats for the given table |
void |
MetadataRepository.setViewDefinition(String vdbName,
String vdbVersion,
Table table,
String viewDefinition)
Call back function, when "alter view" definition is called
|
| Modifier and Type | Method and Description |
|---|---|
Table |
RecordFactory.createTableRecord(char[] record)
Create a TableRecord instance from the specified index record
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentNode.setTable(Table table) |
| Constructor and Description |
|---|
DocumentNode(Table table,
org.teiid.query.sql.symbol.GroupSymbol gs,
org.apache.olingo.commons.api.edm.EdmEntityType type) |
| Modifier and Type | Field and Description |
|---|---|
protected Table |
AccumuloQueryVisitor.scanTable |
| Modifier and Type | Method and Description |
|---|---|
Table |
AccumuloQueryVisitor.getScanTable() |
| Modifier and Type | Method and Description |
|---|---|
Table |
DocumentNode.getTable() |
| Constructor and Description |
|---|
DocumentNode(Table t,
boolean collection) |
| Modifier and Type | Method and Description |
|---|---|
Table |
ExcelQueryVisitor.getTable() |
| Modifier and Type | Method and Description |
|---|---|
protected Table |
JDBCMetdataProcessor.addTable(MetadataFactory metadataFactory,
String tableCatalog,
String tableSchema,
String tableName,
String remarks,
String fullName) |
protected Table |
JDBCMetdataProcessor.addTable(MetadataFactory metadataFactory,
String tableCatalog,
String tableSchema,
String tableName,
String remarks,
String fullName,
ResultSet tables) |
| Modifier and Type | Method and Description |
|---|---|
protected Column |
JDBCMetdataProcessor.addColumn(ResultSet columns,
Table table,
MetadataFactory metadataFactory,
int rsColumns)
Add a column to the given table based upon the current row of the columns resultset
|
protected void |
JDBCMetdataProcessor.getTableStatistics(Connection conn,
String catalog,
String schema,
String name,
Table table) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OracleMetadataProcessor.getTableStatistics(Connection conn,
String catalog,
String schema,
String name,
Table table) |
| Modifier and Type | Field and Description |
|---|---|
protected Table |
JavaBeanMetadataProcessor.rootTable |
| Modifier and Type | Method and Description |
|---|---|
protected Column |
JavaBeanMetadataProcessor.addColumn(MetadataFactory mf,
Class<?> type,
String attributeName,
String nis,
Column.SearchType searchType,
Table entityTable,
boolean selectable,
BaseColumn.NullType nt,
boolean updatable,
ObjectConnection conn) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ObjectUtil.getRecordName(Table table) |
| Modifier and Type | Method and Description |
|---|---|
protected Table |
ODataMetadataProcessor.addEntitySetAsTable(MetadataFactory mf,
org.odata4j.edm.EdmEntitySet entitySet) |
protected Table |
ODataMetadataProcessor.buildTable(MetadataFactory mf,
org.odata4j.edm.EdmEntitySet entitySet) |
Table |
ODataSQLVisitor.getEnityTable() |
Table |
ODataUpdateVisitor.getTable() |
Table |
ODataProcedureVisitor.getTable() |
| Modifier and Type | Method and Description |
|---|---|
protected Column |
ODataMetadataProcessor.buildColumn(MetadataFactory mf,
Table table,
org.odata4j.edm.EdmProperty ep,
org.odata4j.edm.EdmEntitySet entitySet,
String prefix) |
| Modifier and Type | Method and Description |
|---|---|
protected Table |
SAPMetadataProcessor.addEntitySetAsTable(MetadataFactory mf,
org.odata4j.edm.EdmEntitySet entitySet) |
protected Table |
SAPMetadataProcessor.buildTable(MetadataFactory mf,
org.odata4j.edm.EdmEntitySet entitySet) |
| Modifier and Type | Method and Description |
|---|---|
protected Column |
SAPMetadataProcessor.buildColumn(MetadataFactory mf,
Table table,
org.odata4j.edm.EdmProperty ep,
org.odata4j.edm.EdmEntitySet entitySet,
String prefix) |
| Modifier and Type | Method and Description |
|---|---|
Condition |
ODataQuery.addNavigation(Condition obj,
Join.JoinType joinType,
Table right) |
Condition |
ODataQuery.addNavigation(Condition obj,
Join.JoinType joinType,
Table left,
Table right) |
void |
ODataQuery.addRootDocument(Table table) |
| Constructor and Description |
|---|
ODataDocumentNode(Table t,
org.teiid.translator.odata4.ODataDocumentNode.ODataDocumentType type,
boolean collection) |
| Modifier and Type | Field and Description |
|---|---|
protected Table |
CriteriaVisitor.table |
| Modifier and Type | Method and Description |
|---|---|
Table |
SimpleDBUpdateVisitor.getTable() |
Table |
SimpleDBDeleteVisitor.getTable() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.