Uses of Class
org.h2.command.query.SelectUnion.UnionType
-
Packages that use SelectUnion.UnionType Package Description org.h2.command.query Contains queries. -
-
Uses of SelectUnion.UnionType in org.h2.command.query
Fields in org.h2.command.query declared as SelectUnion.UnionType Modifier and Type Field Description private SelectUnion.UnionType
SelectUnion. unionType
Methods in org.h2.command.query that return SelectUnion.UnionType Modifier and Type Method Description SelectUnion.UnionType
SelectUnion. getUnionType()
static SelectUnion.UnionType
SelectUnion.UnionType. valueOf(java.lang.String name)
Returns 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.UnionType Constructor Description SelectUnion(SessionLocal session, SelectUnion.UnionType unionType, Query query, Query right)
-