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

Packages that use JavaValueNode
com.akiban.sql.parser   
 

Uses of JavaValueNode in com.akiban.sql.parser
 

Subclasses of JavaValueNode in com.akiban.sql.parser
 class GetCurrentConnectionNode
          This node represents a unary getCurrentConnection operator
 class MethodCallNode
          A MethodCallNode represents a Java method call.
 class NewInvocationNode
          A NewInvocationNode represents a new object() invocation.
 class NonStaticMethodCallNode
          A NonStaticMethodCallNode is really a node to represent a (static or non-static) method call from an object (as opposed to a static method call from a class.
 class SQLToJavaValueNode
          This node type converts a value in the SQL domain to a value in the Java domain.
 class StaticClassFieldReferenceNode
          A StaticClassFieldReferenceNode represents a Java static field reference from a Class (as opposed to an Object).
 class StaticMethodCallNode
          A StaticMethodCallNode represents a static method call from a Class (as opposed to from an Object).
 

Fields in com.akiban.sql.parser declared as JavaValueNode
protected  JavaValueNode[] MethodCallNode.methodParms
           
 

Methods in com.akiban.sql.parser that return JavaValueNode
 JavaValueNode JavaToSQLValueNode.getJavaValueNode()
          Get the JavaValueNode that lives under this JavaToSQLValueNode.
 JavaValueNode[] MethodCallNode.getMethodParameters()
           
 



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