Uses of Class
com.akiban.sql.types.AliasInfo.Type

Packages that use AliasInfo.Type
com.akiban.sql.parser   
com.akiban.sql.types   
 

Uses of AliasInfo.Type in com.akiban.sql.parser
 

Methods in com.akiban.sql.parser that return AliasInfo.Type
 AliasInfo.Type CreateAliasNode.getAliasType()
           
 AliasInfo.Type DropAliasNode.getAliasType()
           
 

Methods in com.akiban.sql.parser with parameters of type AliasInfo.Type
 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.
 

Uses of AliasInfo.Type in com.akiban.sql.types
 

Methods in com.akiban.sql.types that return AliasInfo.Type
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.