Package | Description |
---|---|
com.akiban.sql.parser | |
com.akiban.sql.types |
Modifier and Type | Method and Description |
---|---|
AliasInfo.Type |
DropAliasNode.getAliasType() |
AliasInfo.Type |
CreateAliasNode.getAliasType() |
Modifier and Type | Method and Description |
---|---|
QueryTreeNode |
NodeFactory.getCreateAliasNode(java.lang.Object aliasName,
java.lang.Object targetName,
java.lang.Object aliasSpecificInfo,
AliasInfo.Type aliasType,
SQLParserContext pc)
Get one of the several types of create alias nodes.
|
Modifier and Type | Method and Description |
---|---|
static AliasInfo.Type |
AliasInfo.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AliasInfo.Type[] |
AliasInfo.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013. All Rights Reserved.