Uses of Enum
org.h2.command.query.SelectUnion.UnionType
Packages that use SelectUnion.UnionType
-
Uses of SelectUnion.UnionType in org.h2.command.query
Subclasses with type arguments of type SelectUnion.UnionType in org.h2.command.queryFields in org.h2.command.query declared as SelectUnion.UnionTypeMethods in org.h2.command.query that return SelectUnion.UnionTypeModifier and TypeMethodDescriptionSelectUnion.getUnionType()static SelectUnion.UnionTypeReturns the enum constant of this type with the specified name.static SelectUnion.UnionType[]SelectUnion.UnionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.h2.command.query with parameters of type SelectUnion.UnionTypeModifierConstructorDescriptionSelectUnion(SessionLocal session, SelectUnion.UnionType unionType, Query query, Query right)