Package | Description |
---|---|
com.akiban.sql.parser | |
com.akiban.sql.types |
Modifier and Type | Method and Description |
---|---|
AliasInfo.Type |
CreateAliasNode.getAliasType() |
AliasInfo.Type |
DropAliasNode.getAliasType() |
Modifier and Type | Method and Description |
---|---|
QueryTreeNode |
NodeFactory.getCreateAliasNode(Object aliasName,
Object targetName,
Object aliasSpecificInfo,
AliasInfo.Type aliasType,
Boolean createOrReplace,
SQLParserContext pc)
Get one of the several types of create alias nodes.
|
Modifier and Type | Method and Description |
---|---|
static AliasInfo.Type |
AliasInfo.Type.valueOf(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 Akiban Technologies, Inc. All rights reserved.