|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SQLUnaryOperator | |
|---|---|
| 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 | |
|---|---|
SQLUnaryOperator |
SQLUnaryExpr.getOperator()
|
static SQLUnaryOperator |
SQLUnaryOperator.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 | |
|---|---|
void |
SQLUnaryExpr.setOperator(SQLUnaryOperator operator)
|
| Constructors in com.alibaba.druid.sql.ast.expr with parameters of type SQLUnaryOperator | |
|---|---|
SQLUnaryExpr(SQLUnaryOperator operator,
SQLExpr expr)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||