public class CallStatementNode extends DMLStatementNode
AUTOINCREMENT_CREATE_MODIFY, AUTOINCREMENT_INC_INDEX, AUTOINCREMENT_IS_AUTOINCREMENT_INDEX, AUTOINCREMENT_START_INDEX| Constructor and Description |
|---|
CallStatementNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom(QueryTreeNode node)
Fill this node with a deep copy of the given node.
|
void |
init(Object methodCall)
Initializer for a CallStatementNode.
|
JavaToSQLValueNode |
methodCall() |
void |
printSubNodes(int depth)
Prints the sub-nodes of this object.
|
String |
statementToString() |
getResultSetNodetoStringaccept, 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, treePrint, treePrint, treePrintpublic void init(Object methodCall)
init in class DMLStatementNodemethodCall - The expression to "call"public void copyFrom(QueryTreeNode node) throws StandardException
copyFrom in class DMLStatementNodeStandardExceptionpublic String statementToString()
statementToString in class StatementNodepublic void printSubNodes(int depth)
printSubNodes in class DMLStatementNodedepth - The depth of this node in the treepublic JavaToSQLValueNode methodCall()
Copyright © 2015 FoundationDB, LLC. All rights reserved.