Uses of Enum
com.blazebit.persistence.spi.SetOperationType
Packages that use SetOperationType
-
Uses of SetOperationType in com.blazebit.persistence.spi
Methods in com.blazebit.persistence.spi that return SetOperationTypeModifier and TypeMethodDescriptionstatic SetOperationTypeReturns the enum constant of this type with the specified name.static SetOperationType[]SetOperationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.blazebit.persistence.spi with parameters of type SetOperationTypeModifier and TypeMethodDescriptionvoidDbmsDialect.appendSet(StringBuilder sqlSb, SetOperationType setType, boolean isSubquery, List<String> operands, List<? extends OrderByElement> orderByElements, String limit, String offset) Connects the given operands with the given set operation and appends that to the sql string builder.