Package | Description |
---|---|
com.alibaba.druid.sql.ast.expr | |
com.alibaba.druid.sql.dialect.mysql.visitor | |
com.alibaba.druid.sql.dialect.postgresql.visitor | |
com.alibaba.druid.sql.visitor |
Modifier and Type | Method and Description |
---|---|
SQLBinaryExpr |
SQLBinaryExpr.clone() |
Modifier and Type | Method and Description |
---|---|
boolean |
MySqlEvalVisitorImpl.visit(SQLBinaryExpr x) |
Modifier and Type | Method and Description |
---|---|
boolean |
PGOutputVisitor.visit(SQLBinaryExpr x) |
boolean |
PGEvalVisitor.visit(SQLBinaryExpr x) |
Modifier and Type | Method and Description |
---|---|
void |
SQLASTVisitorAdapter.endVisit(SQLBinaryExpr x) |
void |
SQLASTVisitor.endVisit(SQLBinaryExpr x) |
boolean |
SQLEvalVisitorImpl.visit(SQLBinaryExpr x) |
boolean |
SQLASTVisitorAdapter.visit(SQLBinaryExpr x) |
boolean |
SQLASTVisitor.visit(SQLBinaryExpr x) |
boolean |
SQLASTOutputVisitor.visit(SQLBinaryExpr x) |
static boolean |
SQLEvalVisitorUtils.visit(SQLEvalVisitor visitor,
SQLBinaryExpr x) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.