Package | Description |
---|---|
com.alibaba.druid.sql | |
com.alibaba.druid.sql.ast.expr |
Modifier and Type | Method and Description |
---|---|
static void |
SQLUtils.addCondition(SQLStatement stmt,
SQLBinaryOperator op,
SQLExpr condition,
boolean left) |
static String |
SQLUtils.addCondition(String sql,
String condition,
SQLBinaryOperator op,
boolean left,
String dbType) |
static SQLExpr |
SQLUtils.buildCondition(SQLBinaryOperator op,
SQLExpr condition,
boolean left,
SQLExpr where) |
Modifier and Type | Method and Description |
---|---|
SQLBinaryOperator |
SQLBinaryOpExprGroup.getOperator() |
SQLBinaryOperator |
SQLBinaryOpExpr.getOperator() |
static SQLBinaryOperator |
SQLBinaryOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLBinaryOperator[] |
SQLBinaryOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static SQLExpr |
SQLBinaryOpExpr.combine(List<? extends SQLExpr> items,
SQLBinaryOperator op) |
static int |
SQLBinaryOperator.getPriority(SQLBinaryOperator operator) |
void |
SQLBinaryOpExpr.setOperator(SQLBinaryOperator operator) |
static void |
SQLBinaryOpExpr.split(List<SQLExpr> outList,
SQLExpr expr,
SQLBinaryOperator op) |
static List<SQLExpr> |
SQLBinaryOpExpr.split(SQLBinaryOpExpr x,
SQLBinaryOperator op) |
Constructor and Description |
---|
SQLBinaryOpExpr(SQLExpr left,
SQLBinaryOperator operator,
SQLExpr right) |
SQLBinaryOpExpr(SQLExpr left,
SQLBinaryOperator operator,
SQLExpr right,
String dbType) |
SQLBinaryOpExpr(SQLExpr left,
SQLExpr right,
SQLBinaryOperator operator) |
SQLBinaryOpExprGroup(SQLBinaryOperator operator) |
SQLBinaryOpExprGroup(SQLBinaryOperator operator,
String dbType) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.