Uses of Class
com.alibaba.druid.sql.ast.expr.SQLBinaryOperator

Packages that use SQLBinaryOperator
com.alibaba.druid.sql.ast.expr   
 

Uses of SQLBinaryOperator in com.alibaba.druid.sql.ast.expr
 

Fields in com.alibaba.druid.sql.ast.expr declared as SQLBinaryOperator
 SQLBinaryOperator SQLBinaryOpExpr.operator
           
 

Methods in com.alibaba.druid.sql.ast.expr that return SQLBinaryOperator
 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.
 

Methods in com.alibaba.druid.sql.ast.expr with parameters of type SQLBinaryOperator
static int SQLBinaryOperator.getPriority(SQLBinaryOperator operator)
           
 void SQLBinaryOpExpr.setOperator(SQLBinaryOperator operator)
           
 

Constructors in com.alibaba.druid.sql.ast.expr with parameters of type SQLBinaryOperator
SQLBinaryOpExpr(SQLExpr left, SQLBinaryOperator operator, SQLExpr right)
           
SQLBinaryOpExpr(SQLExpr left, SQLExpr right, SQLBinaryOperator operator)
           
 



Copyright © 2012 Alibaba Group. All Rights Reserved.