Package | Description |
---|---|
com.akiban.sql.parser |
Modifier and Type | Method and Description |
---|---|
JoinNode.JoinType |
CreateIndexNode.getJoinType() |
JoinNode.JoinType |
AlterAddIndexNode.getJoinType() |
JoinNode.JoinType |
IndexConstraintDefinitionNode.getJoinType() |
static JoinNode.JoinType |
JoinNode.JoinType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JoinNode.JoinType[] |
JoinNode.JoinType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
JoinNode.joinTypeToString(JoinNode.JoinType joinType)
Convert the joinType to a string.
|
Copyright © 2013. All Rights Reserved.