Uses of Enum Class
io.github.torand.fastersql.setoperation.SetOperator
Packages that use SetOperator
Package
Description
Provides classes and interfaces related to supported SQL dialects.
Provides classes representing set operations.
-
Uses of SetOperator in io.github.torand.fastersql.dialect
Methods in io.github.torand.fastersql.dialect with parameters of type SetOperatorModifier and TypeMethodDescriptiondefault StringDialect.formatSetOperator(SetOperator setOperator) Returns the specified set operator formatted for a specific SQL dialect.OracleDialect.formatSetOperator(SetOperator setOperator) -
Uses of SetOperator in io.github.torand.fastersql.setoperation
Methods in io.github.torand.fastersql.setoperation that return SetOperatorModifier and TypeMethodDescriptionstatic SetOperatorReturns the enum constant of this class with the specified name.static SetOperator[]SetOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.github.torand.fastersql.setoperation with parameters of type SetOperatorModifierConstructorDescriptionSetOperation(SelectStatement operand, SetOperator operator) Creates a set operation clause.