|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JoinType | |
|---|---|
| org.codehaus.jparsec.examples.sql.ast | |
| Uses of JoinType in org.codehaus.jparsec.examples.sql.ast |
|---|
| Fields in org.codehaus.jparsec.examples.sql.ast declared as JoinType | |
|---|---|
JoinType |
JoinRelation.joinType
|
| Methods in org.codehaus.jparsec.examples.sql.ast that return JoinType | |
|---|---|
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. |
| Constructors in org.codehaus.jparsec.examples.sql.ast with parameters of type JoinType | |
|---|---|
JoinRelation(Relation left,
JoinType joinType,
Relation right,
Expression condition)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||