| Package | Description |
|---|---|
| com.foundationdb.sql.parser | |
| com.foundationdb.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(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 © 2015 FoundationDB, LLC. All rights reserved.