Uses of Class
com.akiban.sql.parser.ConstantNode

Packages that use ConstantNode
com.akiban.sql.parser   
com.akiban.sql.unparser   
 

Uses of ConstantNode in com.akiban.sql.parser
 

Subclasses of ConstantNode in com.akiban.sql.parser
 class BitConstantNode
           
 class BooleanConstantNode
           
 class CharConstantNode
           
 class NumericConstantNode
           
 class SQLBooleanConstantNode
           
 class UntypedNullConstantNode
          An UntypedNullConstantNode represents a SQL NULL before it has been bound.
 class UserTypeConstantNode
          User type constants.
 class VarbitConstantNode
           
 class XMLConstantNode
           
 

Methods in com.akiban.sql.parser that return ConstantNode
 ConstantNode QueryTreeNode.getNullNode(DataTypeDescriptor type)
          Get a ConstantNode to represent a typed null value.
 

Uses of ConstantNode in com.akiban.sql.unparser
 

Methods in com.akiban.sql.unparser with parameters of type ConstantNode
protected  String NodeToString.constantNode(ConstantNode node)
           
 



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