Uses of Class
com.akiban.sql.parser.ConstraintDefinitionNode.ConstraintType

Packages that use ConstraintDefinitionNode.ConstraintType
com.akiban.sql.parser   
 

Uses of ConstraintDefinitionNode.ConstraintType in com.akiban.sql.parser
 

Fields in com.akiban.sql.parser declared as ConstraintDefinitionNode.ConstraintType
protected  ConstraintDefinitionNode.ConstraintType ConstraintDefinitionNode.constraintType
           
 

Methods in com.akiban.sql.parser that return ConstraintDefinitionNode.ConstraintType
 ConstraintDefinitionNode.ConstraintType ConstraintDefinitionNode.getConstraintType()
          Get the constraint type
 ConstraintDefinitionNode.ConstraintType ConstraintDefinitionNode.getVerifyType()
          Get the verify constraint type.
static ConstraintDefinitionNode.ConstraintType ConstraintDefinitionNode.ConstraintType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConstraintDefinitionNode.ConstraintType[] ConstraintDefinitionNode.ConstraintType.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.