Uses of Enum
com.alibaba.druid.sql.ast.statement.SQLUnionOperator
Packages that use SQLUnionOperator
-
Uses of SQLUnionOperator in com.alibaba.druid.sql.ast.statement
Methods in com.alibaba.druid.sql.ast.statement that return SQLUnionOperatorModifier and TypeMethodDescriptionSQLUnionQuery.getOperator()static SQLUnionOperatorReturns 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 SQLUnionOperatorConstructors in com.alibaba.druid.sql.ast.statement with parameters of type SQLUnionOperatorModifierConstructorDescriptionSQLUnionQuery(SQLSelectQuery left, SQLUnionOperator operator, SQLSelectQuery right)