| Modifier and Type | Method and Description |
|---|---|
SQLIdentifierExpr |
SQLIdentifierExpr.clone() |
SQLIdentifierExpr |
SQLIdentifierExpr.simplify() |
| Modifier and Type | Method and Description |
|---|---|
int |
SQLIdentifierExpr.compareTo(SQLIdentifierExpr o) |
boolean |
SQLPropertyExpr.equals(SQLIdentifierExpr other) |
| Modifier and Type | Method and Description |
|---|---|
SQLIdentifierExpr |
SQLAnalyzeTableStatement.getAdbSchema() |
SQLIdentifierExpr |
SQLPartitionRef.Item.getColumnName() |
| Modifier and Type | Method and Description |
|---|---|
List<SQLIdentifierExpr> |
SQLAnalyzeTableStatement.getAdbColumns() |
List<SQLIdentifierExpr> |
SQLAnalyzeTableStatement.getAdbColumnsGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLPartitionRef.addItem(SQLIdentifierExpr name,
SQLExpr value) |
void |
SQLAnalyzeTableStatement.setAdbSchema(SQLIdentifierExpr adbSchema) |
void |
SQLPartitionRef.Item.setColumnName(SQLIdentifierExpr x) |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLAnalyzeTableStatement.setAdbColumns(List<SQLIdentifierExpr> adbColumns) |
void |
SQLAnalyzeTableStatement.setAdbColumnsGroup(List<SQLIdentifierExpr> adbColumnsGroup) |
| Constructor and Description |
|---|
Item(SQLIdentifierExpr columnName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DB2EvalVisitor.visit(SQLIdentifierExpr x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
H2EvalVisitor.visit(SQLIdentifierExpr x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MySqlEvalVisitorImpl.visit(SQLIdentifierExpr x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NameResolveVisitor.visit(SQLIdentifierExpr x) |
| Modifier and Type | Method and Description |
|---|---|
SQLIdentifierExpr |
OdpsRemoveUserStatement.getUser() |
| Modifier and Type | Method and Description |
|---|---|
void |
OdpsRemoveUserStatement.setUser(SQLIdentifierExpr user) |
| Modifier and Type | Method and Description |
|---|---|
SQLIdentifierExpr |
SearchClause.getOrderingColumn() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchClause.setOrderingColumn(SQLIdentifierExpr orderingColumn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OracleSchemaStatVisitor.visit(SQLIdentifierExpr x) |
boolean |
OracleEvalVisitor.visit(SQLIdentifierExpr x) |
| Modifier and Type | Method and Description |
|---|---|
SQLIdentifierExpr |
PGAlterSchemaStatement.getNewName() |
SQLIdentifierExpr |
PGAlterSchemaStatement.getNewOwner() |
SQLIdentifierExpr |
PGAlterSchemaStatement.getSchemaName() |
SQLIdentifierExpr |
PGDropSchemaStatement.getSchemaName() |
SQLIdentifierExpr |
PGCreateSchemaStatement.getSchemaName() |
SQLIdentifierExpr |
PGCreateSchemaStatement.getUserName() |
| Modifier and Type | Method and Description |
|---|---|
void |
PGAlterSchemaStatement.setNewName(SQLIdentifierExpr newName) |
void |
PGAlterSchemaStatement.setNewOwner(SQLIdentifierExpr newOwner) |
void |
PGAlterSchemaStatement.setSchemaName(SQLIdentifierExpr schemaName) |
void |
PGDropSchemaStatement.setSchemaName(SQLIdentifierExpr schemaName) |
void |
PGCreateSchemaStatement.setSchemaName(SQLIdentifierExpr schemaName) |
void |
PGCreateSchemaStatement.setUserName(SQLIdentifierExpr userName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PGEvalVisitor.visit(SQLIdentifierExpr x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SQLServerEvalVisitor.visit(SQLIdentifierExpr x) |
| Modifier and Type | Method and Description |
|---|---|
SQLIdentifierExpr |
SQLExprParser.identifier() |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
SchemaResolveVisitor.visit(SQLIdentifierExpr x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SQLRefactorVisitor.visit(SQLIdentifierExpr x) |
| Modifier and Type | Method and Description |
|---|---|
default void |
SQLASTVisitor.endVisit(SQLIdentifierExpr x) |
static boolean |
SQLEvalVisitorUtils.visit(SQLEvalVisitor visitor,
SQLIdentifierExpr x) |
boolean |
SQLASTOutputVisitor.visit(SQLIdentifierExpr x) |
boolean |
SQLEvalVisitorImpl.visit(SQLIdentifierExpr x) |
default boolean |
SQLASTVisitor.visit(SQLIdentifierExpr x) |
boolean |
SchemaStatVisitor.visit(SQLIdentifierExpr x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CalciteMySqlNodeVisitor.visit(SQLIdentifierExpr x) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
WallVisitor.visit(SQLIdentifierExpr x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MySqlWallVisitor.visit(SQLIdentifierExpr x) |
boolean |
SQLServerWallVisitor.visit(SQLIdentifierExpr x) |
boolean |
SQLiteWallVisitor.visit(SQLIdentifierExpr x) |
boolean |
OracleWallVisitor.visit(SQLIdentifierExpr x) |
Copyright © 2013–2020 Alibaba Group. All rights reserved.