Package | Description |
---|---|
org.teiid.language | |
org.teiid.language.visitor |
Modifier and Type | Method and Description |
---|---|
ColumnReference |
LanguageFactory.createColumnReference(String name,
NamedTable group,
Column metadataReference,
Class<?> type) |
ColumnReference |
SetClause.getSymbol() |
Modifier and Type | Method and Description |
---|---|
List<ColumnReference> |
WithItem.getColumns() |
List<ColumnReference> |
Insert.getColumns() |
Modifier and Type | Method and Description |
---|---|
SortSpecification |
LanguageFactory.createOrderByItem(ColumnReference element,
SortSpecification.Ordering direction) |
SetClause |
LanguageFactory.createSetClause(ColumnReference symbol,
Expression value) |
void |
SetClause.setSymbol(ColumnReference symbol) |
Modifier and Type | Method and Description |
---|---|
Insert |
LanguageFactory.createInsert(NamedTable group,
List<ColumnReference> columns,
InsertValueSource valueSource) |
void |
WithItem.setColumns(List<ColumnReference> columns) |
void |
Insert.setColumns(List<ColumnReference> elements) |
Constructor and Description |
---|
SetClause(ColumnReference symbol,
Expression value) |
Constructor and Description |
---|
Insert(NamedTable group,
List<ColumnReference> elements,
InsertValueSource valueSource) |
Modifier and Type | Method and Description |
---|---|
static Collection<ColumnReference> |
CollectorVisitor.collectElements(LanguageObject object)
This is a utility method for a common use of this visitor, which is to collect
all elements in an object tree.
|
Modifier and Type | Method and Description |
---|---|
void |
SQLStringVisitor.visit(ColumnReference obj) |
void |
LanguageObjectVisitor.visit(ColumnReference obj) |
void |
AbstractLanguageVisitor.visit(ColumnReference obj) |
Copyright © 2020. All rights reserved.