| Package | Description |
|---|---|
| com.foundationdb.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
JoinNode.JoinType |
IndexDefinitionNode.getJoinType() |
JoinNode.JoinType |
IndexDefinition.getJoinType() |
JoinNode.JoinType |
CreateIndexNode.getJoinType() |
static JoinNode.JoinType |
JoinNode.JoinType.valueOf(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 String |
JoinNode.joinTypeToString(JoinNode.JoinType joinType)
Convert the joinType to a string.
|
Copyright © 2015 FoundationDB, LLC. All rights reserved.