Uses of Class
com.akiban.sql.parser.JoinNode.JoinType

Packages that use JoinNode.JoinType
com.akiban.sql.parser   
 

Uses of JoinNode.JoinType in com.akiban.sql.parser
 

Methods in com.akiban.sql.parser that return JoinNode.JoinType
 JoinNode.JoinType IndexDefinition.getJoinType()
           
 JoinNode.JoinType AlterAddIndexNode.getJoinType()
           
 JoinNode.JoinType IndexConstraintDefinitionNode.getJoinType()
           
 JoinNode.JoinType CreateIndexNode.getJoinType()
           
static JoinNode.JoinType JoinNode.JoinType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JoinNode.JoinType[] JoinNode.JoinType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.akiban.sql.parser with parameters of type JoinNode.JoinType
static String JoinNode.joinTypeToString(JoinNode.JoinType joinType)
          Convert the joinType to a string.
 



Copyright © 2013 Akiban Technologies, Inc. All rights reserved.