Uses of Class
com.alibaba.druid.sql.ast.statement.SQLUnionOperator
-
Packages that use SQLUnionOperator Package Description com.alibaba.druid.sql.ast.statement -
-
Uses of SQLUnionOperator in com.alibaba.druid.sql.ast.statement
Methods in com.alibaba.druid.sql.ast.statement that return SQLUnionOperator Modifier and Type Method Description SQLUnionOperatorSQLUnionQuery. getOperator()static SQLUnionOperatorSQLUnionOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static SQLUnionOperator[]SQLUnionOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLUnionOperator Modifier and Type Method Description voidSQLUnionQuery. setOperator(SQLUnionOperator operator)Constructors in com.alibaba.druid.sql.ast.statement with parameters of type SQLUnionOperator Constructor Description SQLUnionQuery(SQLSelectQuery left, SQLUnionOperator operator, SQLSelectQuery right)
-