| Package | Description |
|---|---|
| com.exasol.sql.dql.select |
| Modifier and Type | Method and Description |
|---|---|
JoinType |
Join.getType()
Get the type of the join
|
static JoinType |
JoinType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JoinType[] |
JoinType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Join(Fragment root,
JoinType type,
String name,
String specification)
Create a new
Join instance |
Copyright © 2018–2021. All rights reserved.