Modifier and Type | Method and Description |
---|---|
static List<SQLExpr> |
SQLUtils.split(SQLBinaryOpExpr x) |
Modifier and Type | Method and Description |
---|---|
boolean |
DB2ExportParameterVisitor.visit(SQLBinaryOpExpr x) |
boolean |
DB2EvalVisitor.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 |
PGExportParameterVisitor.visit(SQLBinaryOpExpr x) |
boolean |
PGEvalVisitor.visit(SQLBinaryOpExpr x) |
Modifier and Type | Method and Description |
---|---|
boolean |
SQLServerEvalVisitor.visit(SQLBinaryOpExpr x) |
boolean |
MSSQLServerExportParameterVisitor.visit(SQLBinaryOpExpr x) |
Modifier and Type | Method and Description |
---|---|
static SQLBinaryOpExpr |
ParameterizedOutputVisitorUtils.merge(ParameterizedVisitor v,
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) |
static SQLBinaryOpExpr |
ParameterizedOutputVisitorUtils.merge(ParameterizedVisitor v,
SQLBinaryOpExpr x) |
boolean |
SQLEvalVisitorImpl.visit(SQLBinaryOpExpr x) |
boolean |
SQLASTVisitorAdapter.visit(SQLBinaryOpExpr x) |
boolean |
SQLASTVisitor.visit(SQLBinaryOpExpr x) |
boolean |
SQLASTOutputVisitor.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 |
SQLServerWallVisitor.visit(SQLBinaryOpExpr x) |
boolean |
PGWallVisitor.visit(SQLBinaryOpExpr x) |
boolean |
OracleWallVisitor.visit(SQLBinaryOpExpr x) |
boolean |
MySqlWallVisitor.visit(SQLBinaryOpExpr x) |
boolean |
DB2WallVisitor.visit(SQLBinaryOpExpr x) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.