Uses of Enum
com.alibaba.druid.sql.ast.expr.SQLBinaryOperator
Packages that use SQLBinaryOperator
Package
Description
-
Uses of SQLBinaryOperator in com.alibaba.druid.sql
Methods in com.alibaba.druid.sql with parameters of type SQLBinaryOperatorModifier and TypeMethodDescriptionstatic 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 SQLBinaryOperatorMethods in com.alibaba.druid.sql.ast.expr that return SQLBinaryOperatorModifier and TypeMethodDescriptionSQLBinaryOpExpr.getOperator()SQLBinaryOpExprGroup.getOperator()static SQLBinaryOperatorReturns 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 SQLBinaryOperatorModifier and TypeMethodDescriptionstatic SQLExprSQLBinaryOpExpr.combine(List<? extends SQLExpr> items, SQLBinaryOperator op) static intSQLBinaryOperator.getPriority(SQLBinaryOperator operator) voidSQLBinaryOpExpr.setOperator(SQLBinaryOperator operator) SQLBinaryOpExpr.split(SQLBinaryOpExpr x, SQLBinaryOperator op) 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 SQLBinaryOperatorModifierConstructorDescriptionSQLBinaryOpExpr(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 SQLBinaryOperatorMethods in com.alibaba.druid.sql.ast.statement with parameters of type SQLBinaryOperatorModifier and TypeMethodDescriptionvoidSQLPartitionRef.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 SQLBinaryOperatorModifier and TypeMethodDescriptionprotected voidDB2OutputVisitor.printOperator(SQLBinaryOperator operator) -
Uses of SQLBinaryOperator in com.alibaba.druid.sql.visitor
Methods in com.alibaba.druid.sql.visitor with parameters of type SQLBinaryOperatorModifier and TypeMethodDescriptionprotected voidSQLASTOutputVisitor.printOperator(SQLBinaryOperator operator)