Package | Description |
---|---|
org.h2.command.dml |
Contains DML (data manipulation language) and related SQL statements.
|
Modifier and Type | Method and Description |
---|---|
SelectUnion.UnionType |
SelectUnion.getUnionType() |
static SelectUnion.UnionType |
SelectUnion.UnionType.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
SelectUnion.setUnionType(SelectUnion.UnionType type) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.