public class SQLToJavaValueNode extends JavaValueNode
forCallStatement, jsqlTypeAUTOINCREMENT_CREATE_MODIFY, AUTOINCREMENT_INC_INDEX, AUTOINCREMENT_IS_AUTOINCREMENT_INDEX, AUTOINCREMENT_START_INDEX| Constructor and Description |
|---|
SQLToJavaValueNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom(QueryTreeNode node)
Fill this node with a deep copy of the given node.
|
ValueNode |
getSQLValueNode()
Get the SQL ValueNode that is being converted to a JavaValueNode
|
DataTypeDescriptor |
getType()
Override behavior in superclass.
|
void |
init(Object value)
Constructor for a SQLToJavaValueNode
|
void |
printSubNodes(int depth)
Prints the sub-nodes of this object.
|
void |
setSQLValueNode(ValueNode value) |
castToPrimitive, getJavaTypeName, getJSQLType, getPrimitiveTypeName, isPrimitiveType, mapToTypeID, markForCallStatement, markReturnValueDiscarded, mustCastToPrimitive, returnValueDiscarded, returnValueToSQLDomain, setJavaTypeName, valueReturnedToSQLDomainaccept, convertDefaultNode, debugFlush, debugPrint, formatNodeString, getBeginOffset, getDebugOutput, getEndOffset, getNodeFactory, getNodeType, getNullNode, getParserContext, getStatementType, getUserData, init, init, init, init, init, init, init, init, init, init, init, init, init, isInstanceOf, makeTableName, makeTableName, nodeHeader, printLabel, setBeginOffset, setDebugOutput, setEndOffset, setNodeType, setParserContext, setUserData, stackPrint, toString, treePrint, treePrint, treePrintpublic void init(Object value)
init in class QueryTreeNodevalue - A ValueNode representing a SQL value to convert to
the Java domain.public void copyFrom(QueryTreeNode node) throws StandardException
copyFrom in class JavaValueNodeStandardExceptionpublic void printSubNodes(int depth)
printSubNodes in class QueryTreeNodedepth - The depth of this node in the treepublic DataTypeDescriptor getType() throws StandardException
getType in class JavaValueNodeStandardExceptionpublic ValueNode getSQLValueNode()
public void setSQLValueNode(ValueNode value)
Copyright © 2015 FoundationDB, LLC. All rights reserved.