Modifier and Type | Method and Description |
---|---|
Table |
RuntimeMetadataImpl.getGroup(Object groupId) |
Table |
RuntimeMetadataImpl.getTable(String fullName) |
Table |
RuntimeMetadataImpl.getTable(String schema,
String name) |
Modifier and Type | Method and Description |
---|---|
static String |
ProtobufMetadataProcessor.getCacheName(Table table) |
static TeiidTableMarshaller |
MarshallerBuilder.getMarshaller(Table table,
RuntimeMetadata metadata) |
static String |
ProtobufMetadataProcessor.getMerge(Table table) |
static String |
ProtobufMetadataProcessor.getMessageName(Table table) |
static String |
ProtobufMetadataProcessor.getParentColumnName(Table table) |
static int |
ProtobufMetadataProcessor.getParentTag(Table table) |
static TreeMap<Integer,TableWireFormat> |
MarshallerBuilder.getWireMap(Table parentTbl,
RuntimeMetadata metadata) |
void |
BaseInfinispanConnection.registerMarshaller(Table table,
RuntimeMetadata metadata) |
void |
InfinispanConnection.registerMarshaller(Table table,
RuntimeMetadata metadata) |
void |
TeiidMarshallerProvider.registerMarshaller(Table table,
RuntimeMetadata metadata) |
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.addForeignKey(String name,
List<String> columnNames,
List<String> referencedColumnNames,
String referenceTable,
Table table)
Adds a foreign key to the given table.
|
ForeignKey |
MetadataFactory.addForeignKey(String name,
List<String> columnNames,
String referenceTable,
Table table)
Adds a foreign key to the given table.
|
ForeignKey |
MetadataFactory.addForiegnKey(String name,
List<String> columnNames,
List<String> referencedColumnNames,
String referenceTable,
Table table)
Deprecated.
|
ForeignKey |
MetadataFactory.addForiegnKey(String name,
List<String> columnNames,
String referenceTable,
Table table)
Deprecated.
|
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
|
default void |
MetadataRepository.setInsteadOfTriggerDefinition(String vdbName,
String vdbVersion,
Table table,
Table.TriggerEvent triggerOperation,
String triggerDefinition)
Call back function, when "alter trigger" is called
|
default 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) |
default void |
MetadataRepository.setTableStats(String vdbName,
String vdbVersion,
Table table,
TableStats tableStats)
Set the
TableStats for the given table |
default 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,
GroupSymbol gs,
org.apache.olingo.commons.api.edm.EdmEntityType type) |
Modifier and Type | Method and Description |
---|---|
Table |
CompositeMetadataStore.findGroup(String fullName) |
Table |
TransformationMetadata.getGroupID(String groupName) |
Table |
DatabaseStore.getTableForCreateColumn(String objectName,
Database.ResourceType type) |
Modifier and Type | Method and Description |
---|---|
Collection<Table> |
CompositeMetadataStore.getGroupsForPartialName(String partialGroupName)
TODO: this resolving mode allows partial matches of a full group name containing .
|
Modifier and Type | Method and Description |
---|---|
String |
DDLStringVisitor.addTableBody(Table table) |
static Column |
TransformationMetadata.getColumn(String elementName,
Table table,
String shortElementName) |
void |
ChainingMetadataRepository.setInsteadOfTriggerDefinition(String vdbName,
String vdbVersion,
Table table,
Table.TriggerEvent triggerOperation,
String triggerDefinition) |
void |
ChainingMetadataRepository.setInsteadOfTriggerEnabled(String vdbName,
String vdbVersion,
Table table,
Table.TriggerEvent triggerOperation,
boolean enabled) |
void |
ChainingMetadataRepository.setTableStats(String vdbName,
String vdbVersion,
Table table,
TableStats tableStats) |
void |
ChainingMetadataRepository.setViewDefinition(String vdbName,
String vdbVersion,
Table table,
String viewDefinition) |
void |
DatabaseStore.tableCreated(Table table) |
Modifier and Type | Method and Description |
---|---|
Table |
SourceTriggerActionPlanner.SourceEventCommand.getTable() |
Constructor and Description |
---|
CompositeProcessorPlan(List<ProcessorPlan> plans,
List<String> names,
Table t) |
SourceEventCommand(Table t,
Object[] old,
Object[] newValues,
String[] columnNames) |
Modifier and Type | Method and Description |
---|---|
AbstractMetadataRecord |
SQLParser.constraint(MetadataFactory factory,
Table table,
String name,
ParseInfo info) |
void |
SQLParser.createColumn(MetadataFactory factory,
Table table) |
void |
SQLParser.createTableBody(Table table,
MetadataFactory factory) |
void |
SQLParser.createViewBody(Table table,
MetadataFactory factory) |
void |
SQLParser.createViewColumn(MetadataFactory factory,
Table table) |
AbstractMetadataRecord |
SQLParser.foreignKey(MetadataFactory factory,
Table table,
String name) |
void |
SQLParser.inlineConstraint(MetadataFactory factory,
Table table,
List<String> columnName) |
void |
SQLParser.postCreateColumn(MetadataFactory factory,
Table table,
String element,
SQLParserUtil.ParsedDataType type,
boolean autoIncrement,
boolean notNull) |
AbstractMetadataRecord |
SQLParser.primaryKey(MetadataFactory factory,
Table table,
String name) |
void |
SQLParser.tableConstraint(MetadataFactory factory,
Table table) |
Modifier and Type | Method and Description |
---|---|
static void |
DdlPlan.alterInsteadOfTrigger(VDBMetaData vdb,
Table t,
String sql,
Boolean enabled,
Table.TriggerEvent event,
boolean updateStore) |
static void |
DdlPlan.alterView(VDBMetaData vdb,
Table t,
String sql,
boolean updateStore) |
static void |
DdlPlan.setTableStats(VDBMetaData vdb,
Table table,
TableStats tableStats) |
Modifier and Type | Method and Description |
---|---|
Table |
Create.getTableMetadata() |
Modifier and Type | Method and Description |
---|---|
void |
Create.setTableMetadata(Table tableMetadata) |
Modifier and Type | Method and Description |
---|---|
void |
InfinispanConnectionImpl.registerMarshaller(Table table,
RuntimeMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
int |
MaterializationManager.resetPendingJob(VDBMetaData vdb,
Table table,
String nodeName) |
void |
MaterializationManager.scheduleSnapshotJob(CompositeVDB vdb,
Table table,
long ttl,
long delay,
org.teiid.runtime.MaterializationManager.JobType jobType) |
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 |
---|---|
protected void |
CouchbaseMetadataProcessor.scanRow(String key,
String keyInSource,
com.couchbase.client.java.document.json.JsonValue value,
MetadataFactory mf,
Table table,
String referenceTableName,
boolean isNestedType,
CouchbaseMetadataProcessor.Dimension dimension)
A dispatcher of scan jsonValue(document, of a segment of document), the jsonValue either can be a JsonObject, or JsonArray,
different type dispatch to different scan method.
|
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 |
---|---|
Table |
IckleConversionVisitor.getParentTable() |
Table |
IckleConversionVisitor.getQueryTable() |
Modifier and Type | Method and Description |
---|---|
protected Table |
JDBCMetadataProcessor.addTable(MetadataFactory metadataFactory,
String tableCatalog,
String tableSchema,
String tableName,
String remarks,
String fullName) |
protected Table |
JDBCMetadataProcessor.addTable(MetadataFactory metadataFactory,
String tableCatalog,
String tableSchema,
String tableName,
String remarks,
String fullName,
ResultSet tables) |
Modifier and Type | Method and Description |
---|---|
protected Column |
JDBCMetadataProcessor.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 |
JDBCMetadataProcessor.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 | Method and Description |
---|---|
protected Table |
PostgreSQLMetadataProcessor.addTable(MetadataFactory metadataFactory,
String tableCatalog,
String tableSchema,
String tableName,
String remarks,
String fullName,
ResultSet tables) |
Modifier and Type | Method and Description |
---|---|
protected Column |
PostgreSQLMetadataProcessor.addColumn(ResultSet columns,
Table table,
MetadataFactory metadataFactory,
int rsColumns) |
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 | Method and Description |
---|---|
Table |
SimpleDBUpdateVisitor.getTable() |
Table |
SimpleDBDeleteVisitor.getTable() |
Copyright © 2020. All rights reserved.