| Package | Description |
|---|---|
| com.foundationdb.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
SubqueryNode.SubqueryType |
SubqueryNode.getSubqueryType()
Return the type of this subquery.
|
static SubqueryNode.SubqueryType |
SubqueryNode.SubqueryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubqueryNode.SubqueryType[] |
SubqueryNode.SubqueryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubqueryNode.setSubqueryType(SubqueryNode.SubqueryType subqueryType)
Set the type of this subquery.
|
Copyright © 2015 FoundationDB, LLC. All rights reserved.