| Modifier and Type | Method and Description |
|---|---|
SQLCharExpr |
SQLCharExpr.clone() |
SQLCharExpr |
SQLHexExpr.toCharExpr() |
| Modifier and Type | Method and Description |
|---|---|
int |
SQLCharExpr.compareTo(SQLCharExpr o) |
| Modifier and Type | Method and Description |
|---|---|
SQLCharExpr |
SQLCreateViewStatement.Column.getComment() |
SQLCharExpr |
SQLCreateProcedureStatement.getComment() |
SQLCharExpr |
SQLColumnDefinition.getCompression() |
SQLCharExpr |
SQLColumnDefinition.getEncode() |
SQLCharExpr |
SQLAlterTableCompression.getName() |
| Modifier and Type | Method and Description |
|---|---|
List<SQLCharExpr> |
SQLRestoreStatement.getProperties() |
List<SQLCharExpr> |
SQLBackupStatement.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLCreateViewStatement.Column.setComment(SQLCharExpr comment) |
void |
SQLCreateProcedureStatement.setComment(SQLCharExpr comment) |
void |
SQLColumnDefinition.setCompression(SQLCharExpr compression) |
void |
SQLColumnDefinition.setEncode(SQLCharExpr encode) |
void |
SQLShowMaterializedViewStatement.setLike(SQLCharExpr x) |
void |
SQLAlterTableCompression.setName(SQLCharExpr name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DB2EvalVisitor.visit(SQLCharExpr x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
H2EvalVisitor.visit(SQLCharExpr x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HiveOutputVisitor.visit(SQLCharExpr x,
boolean parameterized) |
| Modifier and Type | Class and Description |
|---|---|
class |
MySqlCharExpr |
| Modifier and Type | Method and Description |
|---|---|
SQLCharExpr |
MySqlAlterUserStatement.AuthOption.getAuthString() |
SQLCharExpr |
MySqlRaftLeaderTransferStatement.getFrom() |
SQLCharExpr |
MySqlMigrateStatement.getFromInsId() |
SQLCharExpr |
MySqlMigrateStatement.getFromInsIp() |
SQLCharExpr |
MySqlMigrateStatement.getFromInsStatus() |
SQLCharExpr |
MySqlRaftMemberChangeStatement.getHost() |
SQLCharExpr |
MySqlRaftMemberChangeStatement.getShard() |
SQLCharExpr |
MySqlRaftLeaderTransferStatement.getShard() |
SQLCharExpr |
MySqlMigrateStatement.getShardNames() |
SQLCharExpr |
MySqlRaftMemberChangeStatement.getStatus() |
SQLCharExpr |
MySqlExecuteForAdsStatement.getTargetId() |
SQLCharExpr |
MySqlRaftLeaderTransferStatement.getTo() |
SQLCharExpr |
MySqlMigrateStatement.getToInsId() |
SQLCharExpr |
MySqlMigrateStatement.getToInsIp() |
SQLCharExpr |
MySqlMigrateStatement.getToInsStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
MySqlAlterUserStatement.AuthOption.setAuthString(SQLCharExpr authString) |
void |
MySqlRaftLeaderTransferStatement.setFrom(SQLCharExpr from) |
void |
MySqlMigrateStatement.setFromInsId(SQLCharExpr fromInsId) |
void |
MySqlMigrateStatement.setFromInsIp(SQLCharExpr fromInsIp) |
void |
MySqlMigrateStatement.setFromInsStatus(SQLCharExpr fromInsStatus) |
void |
MySqlRaftMemberChangeStatement.setHost(SQLCharExpr host) |
void |
MySqlRaftMemberChangeStatement.setShard(SQLCharExpr shard) |
void |
MySqlRaftLeaderTransferStatement.setShard(SQLCharExpr shard) |
void |
MySqlMigrateStatement.setShardNames(SQLCharExpr shardNames) |
void |
MySqlRaftMemberChangeStatement.setStatus(SQLCharExpr status) |
void |
MySqlExecuteForAdsStatement.setTargetId(SQLCharExpr targetId) |
void |
MySqlRaftLeaderTransferStatement.setTo(SQLCharExpr to) |
void |
MySqlMigrateStatement.setToInsId(SQLCharExpr toInsId) |
void |
MySqlMigrateStatement.setToInsIp(SQLCharExpr toInsIp) |
void |
MySqlMigrateStatement.setToInsStatus(SQLCharExpr toInsStatus) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MySqlEvalVisitorImpl.visit(SQLCharExpr x) |
boolean |
MySqlOutputVisitor.visit(SQLCharExpr x,
boolean parameterized) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OdpsOutputVisitor.visit(SQLCharExpr x,
boolean parameterized) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OracleEvalVisitor.visit(SQLCharExpr x) |
boolean |
OracleOutputVisitor.visit(SQLCharExpr x,
boolean parameterized) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PGEvalVisitor.visit(SQLCharExpr x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SQLServerEvalVisitor.visit(SQLCharExpr x) |
| Modifier and Type | Method and Description |
|---|---|
SQLCharExpr |
SQLExprParser.charExpr() |
| Modifier and Type | Method and Description |
|---|---|
default void |
SQLASTVisitor.endVisit(SQLCharExpr x) |
boolean |
SQLASTOutputVisitor.visit(SQLCharExpr x) |
boolean |
SQLASTParameterizedVisitor.visit(SQLCharExpr x) |
boolean |
SQLEvalVisitorImpl.visit(SQLCharExpr x) |
default boolean |
SQLASTVisitor.visit(SQLCharExpr x) |
boolean |
SQLASTOutputVisitor.visit(SQLCharExpr x,
boolean parameterized) |
static boolean |
SQLEvalVisitorUtils.visit(SQLEvalVisitor visitor,
SQLCharExpr x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CalciteMySqlNodeVisitor.visit(SQLCharExpr x) |
Copyright © 2013–2021 Alibaba Group. All rights reserved.