Package | Description |
---|---|
org.jparsec.examples.sql.ast |
Modifier and Type | Field and Description |
---|---|
JoinType |
JoinRelation.joinType |
Modifier and Type | Method and Description |
---|---|
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 |
---|
JoinRelation(Relation left,
JoinType joinType,
Relation right,
Expression condition) |
Copyright © 2013–2016 jparsec. All rights reserved.