Package | Description |
---|---|
com.akiban.sql.parser |
Modifier and Type | Method and Description |
---|---|
SubqueryNode.SubqueryType |
SubqueryNode.getSubqueryType()
Return the type of this subquery.
|
static SubqueryNode.SubqueryType |
SubqueryNode.SubqueryType.valueOf(java.lang.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 © 2013. All Rights Reserved.