| 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 |
PGEvalVisitor.visit(SQLBinaryExpr x) |
boolean |
PGOutputVisitor.visit(SQLBinaryExpr x) |
| Modifier and Type | Method and Description |
|---|---|
default void |
SQLASTVisitor.endVisit(SQLBinaryExpr x) |
boolean |
SQLASTOutputVisitor.visit(SQLBinaryExpr x) |
boolean |
SQLEvalVisitorImpl.visit(SQLBinaryExpr x) |
default boolean |
SQLASTVisitor.visit(SQLBinaryExpr x) |
static boolean |
SQLEvalVisitorUtils.visit(SQLEvalVisitor visitor,
SQLBinaryExpr x) |
Copyright © 2013–2021 Alibaba Group. All rights reserved.