Uses of Class
com.alibaba.druid.sql.ast.expr.SQLUnaryOperator
-
Packages that use SQLUnaryOperator Package Description com.alibaba.druid.sql.ast.expr -
-
Uses of SQLUnaryOperator in com.alibaba.druid.sql.ast.expr
Methods in com.alibaba.druid.sql.ast.expr that return SQLUnaryOperator Modifier and Type Method Description SQLUnaryOperatorSQLUnaryExpr. getOperator()static SQLUnaryOperatorSQLUnaryOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static SQLUnaryOperator[]SQLUnaryOperator. 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 SQLUnaryOperator Modifier and Type Method Description voidSQLUnaryExpr. setOperator(SQLUnaryOperator operator)Constructors in com.alibaba.druid.sql.ast.expr with parameters of type SQLUnaryOperator Constructor Description SQLUnaryExpr(SQLUnaryOperator operator, SQLExpr expr)
-