| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.sql.common.constant | |
| org.apache.shardingsphere.sql.parser.sql.common.segment.dml.union |
| Modifier and Type | Method and Description |
|---|---|
static UnionType |
UnionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnionType[] |
UnionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
UnionSegment(UnionType unionType,
SelectStatement selectStatement,
int startIndex,
int stopIndex) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.