Uses of Class
com.alibaba.druid.sql.ast.expr.SQLBinaryOperator
-
-
Uses of SQLBinaryOperator in com.alibaba.druid.sql
Methods in com.alibaba.druid.sql with parameters of type SQLBinaryOperator Modifier and Type Method Description static voidSQLUtils. addCondition(SQLStatement stmt, SQLBinaryOperator op, SQLExpr condition, boolean left)static StringSQLUtils. addCondition(String sql, String condition, SQLBinaryOperator op, boolean left, DbType dbType)static SQLExprSQLUtils. buildCondition(SQLBinaryOperator op, SQLExpr condition, boolean left, SQLExpr where) -
Uses of SQLBinaryOperator in com.alibaba.druid.sql.ast.expr
Fields in com.alibaba.druid.sql.ast.expr declared as SQLBinaryOperator Modifier and Type Field Description protected SQLBinaryOperatorSQLBinaryOpExpr. operatorMethods in com.alibaba.druid.sql.ast.expr that return SQLBinaryOperator Modifier and Type Method Description static SQLBinaryOperatorSQLBinaryOperator. from(String str)SQLBinaryOperatorSQLBinaryOpExpr. getOperator()SQLBinaryOperatorSQLBinaryOpExprGroup. getOperator()static SQLBinaryOperatorSQLBinaryOperator. 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.Methods in com.alibaba.druid.sql.ast.expr with parameters of type SQLBinaryOperator Modifier and Type Method Description static SQLExprSQLBinaryOpExpr. combine(List<? extends SQLExpr> items, SQLBinaryOperator op)static intSQLBinaryOperator. getPriority(SQLBinaryOperator operator)voidSQLBinaryOpExpr. setOperator(SQLBinaryOperator operator)static List<SQLExpr>SQLBinaryOpExpr. split(SQLBinaryOpExpr x, SQLBinaryOperator op)static List<SQLExpr>SQLBinaryOpExpr. split(SQLExpr x, SQLBinaryOperator op)static voidSQLBinaryOpExpr. split(List<SQLExpr> outList, SQLExpr expr, SQLBinaryOperator op)Constructors in com.alibaba.druid.sql.ast.expr with parameters of type SQLBinaryOperator Constructor Description SQLBinaryOpExpr(SQLExpr left, SQLBinaryOperator operator, SQLExpr right)SQLBinaryOpExpr(SQLExpr left, SQLBinaryOperator operator, SQLExpr right, DbType dbType)SQLBinaryOpExpr(SQLExpr left, SQLExpr right, SQLBinaryOperator operator)SQLBinaryOpExprGroup(SQLBinaryOperator operator)SQLBinaryOpExprGroup(SQLBinaryOperator operator, DbType dbType) -
Uses of SQLBinaryOperator in com.alibaba.druid.sql.ast.statement
Methods in com.alibaba.druid.sql.ast.statement that return SQLBinaryOperator Modifier and Type Method Description SQLBinaryOperatorSQLPartitionRef.Item. getOperator()Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLBinaryOperator Modifier and Type Method Description voidSQLPartitionRef.Item. setOperator(SQLBinaryOperator operator) -
Uses of SQLBinaryOperator in com.alibaba.druid.sql.dialect.db2.visitor
Methods in com.alibaba.druid.sql.dialect.db2.visitor with parameters of type SQLBinaryOperator Modifier and Type Method Description protected voidDB2OutputVisitor. printOperator(SQLBinaryOperator operator) -
Uses of SQLBinaryOperator in com.alibaba.druid.sql.dialect.mysql.parser
Methods in com.alibaba.druid.sql.dialect.mysql.parser that return SQLBinaryOperator Modifier and Type Method Description protected SQLBinaryOperatorMySqlExprParser. orRestGetOrOperator() -
Uses of SQLBinaryOperator in com.alibaba.druid.sql.dialect.postgresql.parser
Methods in com.alibaba.druid.sql.dialect.postgresql.parser that return SQLBinaryOperator Modifier and Type Method Description SQLBinaryOperatorPGExprParser. andRestGetAndOperator() -
Uses of SQLBinaryOperator in com.alibaba.druid.sql.parser
Methods in com.alibaba.druid.sql.parser that return SQLBinaryOperator Modifier and Type Method Description protected SQLBinaryOperatorSQLExprParser. andRestGetAndOperator()protected SQLBinaryOperatorSQLExprParser. orRestGetOrOperator() -
Uses of SQLBinaryOperator in com.alibaba.druid.sql.visitor
Methods in com.alibaba.druid.sql.visitor with parameters of type SQLBinaryOperator Modifier and Type Method Description protected voidSQLASTOutputVisitor. printOperator(SQLBinaryOperator operator)
-