| Modifier and Type | Method and Description |
|---|---|
static List<SQLExpr> |
SQLUtils.split(SQLBinaryOpExpr x) |
| Modifier and Type | Method and Description |
|---|---|
SQLBinaryOpExpr |
SQLBinaryOpExpr.clone() |
static SQLBinaryOpExpr |
SQLBinaryOpExpr.isNotNull(SQLExpr expr) |
static SQLBinaryOpExpr |
SQLBinaryOpExpr.isNull(SQLExpr expr) |
static SQLBinaryOpExpr |
SQLBinaryOpExpr.merge(ParameterizedVisitor v,
SQLBinaryOpExpr x)
only for parameterized output
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SQLBinaryOpExpr.equals(SQLBinaryOpExpr other) |
boolean |
SQLBinaryOpExpr.equalsIgoreOrder(SQLBinaryOpExpr other) |
static SQLBinaryOpExpr |
SQLBinaryOpExpr.merge(ParameterizedVisitor v,
SQLBinaryOpExpr x)
only for parameterized output
|
static List<SQLExpr> |
SQLBinaryOpExpr.split(SQLBinaryOpExpr x) |
static List<SQLExpr> |
SQLBinaryOpExpr.split(SQLBinaryOpExpr x,
SQLBinaryOperator op) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DB2EvalVisitor.visit(SQLBinaryOpExpr x) |
boolean |
DB2ExportParameterVisitor.visit(SQLBinaryOpExpr x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
H2EvalVisitor.visit(SQLBinaryOpExpr x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MySqlExportParameterVisitor.visit(SQLBinaryOpExpr x) |
boolean |
MySqlEvalVisitorImpl.visit(SQLBinaryOpExpr x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OracleParameterizedOutputVisitor.visit(SQLBinaryOpExpr x) |
boolean |
OracleExportParameterVisitor.visit(SQLBinaryOpExpr x) |
boolean |
OracleEvalVisitor.visit(SQLBinaryOpExpr x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PGEvalVisitor.visit(SQLBinaryOpExpr x) |
boolean |
PGExportParameterVisitor.visit(SQLBinaryOpExpr x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SQLServerEvalVisitor.visit(SQLBinaryOpExpr x) |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLASTVisitorAdapter.endVisit(SQLBinaryOpExpr x) |
void |
SQLASTVisitor.endVisit(SQLBinaryOpExpr x) |
static void |
ExportParameterVisitorUtils.exportParameter(List<Object> parameters,
SQLBinaryOpExpr x) |
boolean |
SQLASTVisitorAdapter.visit(SQLBinaryOpExpr x) |
boolean |
SQLASTOutputVisitor.visit(SQLBinaryOpExpr x) |
boolean |
SQLEvalVisitorImpl.visit(SQLBinaryOpExpr x) |
boolean |
SQLASTVisitor.visit(SQLBinaryOpExpr x) |
boolean |
SchemaStatVisitor.visit(SQLBinaryOpExpr x) |
static boolean |
SQLEvalVisitorUtils.visit(SQLEvalVisitor visitor,
SQLBinaryOpExpr x) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
WallVisitorUtils.check(WallVisitor visitor,
SQLBinaryOpExpr x) |
static Object |
WallVisitorUtils.getValue(WallVisitor visitor,
SQLBinaryOpExpr x) |
boolean |
MySqlWallVisitor.visit(SQLBinaryOpExpr x) |
boolean |
SQLServerWallVisitor.visit(SQLBinaryOpExpr x) |
boolean |
DB2WallVisitor.visit(SQLBinaryOpExpr x) |
boolean |
OracleWallVisitor.visit(SQLBinaryOpExpr x) |
boolean |
PGWallVisitor.visit(SQLBinaryOpExpr x) |
Copyright © 2013–2018 Alibaba Group. All rights reserved.