Package | Description |
---|---|
com.akiban.sql.parser |
Modifier and Type | Class and Description |
---|---|
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).
|
Modifier and Type | Field and Description |
---|---|
protected JavaValueNode[] |
MethodCallNode.methodParms |
Modifier and Type | Method and Description |
---|---|
JavaValueNode |
JavaToSQLValueNode.getJavaValueNode()
Get the JavaValueNode that lives under this JavaToSQLValueNode.
|
JavaValueNode[] |
MethodCallNode.getMethodParameters() |
Copyright © 2013. All Rights Reserved.