| Modifier and Type | Method and Description |
|---|---|
SQLInListExpr |
SQLInListExpr.clone() |
static SQLInListExpr |
SQLExprUtils.conditionIn(String column,
List<Object> values,
TimeZone timeZone) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DB2EvalVisitor.visit(SQLInListExpr x) |
boolean |
DB2ExportParameterVisitor.visit(SQLInListExpr x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
H2EvalVisitor.visit(SQLInListExpr x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MySqlExportParameterVisitor.visit(SQLInListExpr x) |
boolean |
MySqlEvalVisitorImpl.visit(SQLInListExpr x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OracleExportParameterVisitor.visit(SQLInListExpr x) |
boolean |
OracleEvalVisitor.visit(SQLInListExpr x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PGEvalVisitor.visit(SQLInListExpr x) |
boolean |
PGExportParameterVisitor.visit(SQLInListExpr x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SQLServerEvalVisitor.visit(SQLInListExpr x) |
boolean |
MSSQLServerExportParameterVisitor.visit(SQLInListExpr x) |
| Modifier and Type | Method and Description |
|---|---|
default void |
SQLASTVisitor.endVisit(SQLInListExpr x) |
static boolean |
SQLEvalVisitorUtils.visit(SQLEvalVisitor visitor,
SQLInListExpr x) |
boolean |
SQLASTOutputVisitor.visit(SQLInListExpr x) |
boolean |
SQLEvalVisitorImpl.visit(SQLInListExpr x) |
default boolean |
SQLASTVisitor.visit(SQLInListExpr x) |
boolean |
SchemaStatVisitor.visit(SQLInListExpr x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CalciteMySqlNodeVisitor.visit(SQLInListExpr x) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
WallVisitor.visit(SQLInListExpr x) |
| Modifier and Type | Method and Description |
|---|---|
static void |
WallVisitorUtils.check(WallVisitor visitor,
SQLInListExpr x) |
Copyright © 2013–2020 Alibaba Group. All rights reserved.