public class IndexHintNode extends QueryTreeNode
Modifier and Type | Class and Description |
---|---|
static class |
IndexHintNode.HintScope |
static class |
IndexHintNode.HintType |
AUTOINCREMENT_CREATE_MODIFY, AUTOINCREMENT_INC_INDEX, AUTOINCREMENT_IS_AUTOINCREMENT_INDEX, AUTOINCREMENT_START_INDEX
Constructor and Description |
---|
IndexHintNode() |
Modifier and Type | Method and Description |
---|---|
void |
copyFrom(QueryTreeNode node)
Fill this node with a deep copy of the given node.
|
IndexHintNode.HintScope |
getHintScope() |
IndexHintNode.HintType |
getHintType() |
java.util.List<java.lang.String> |
getIndexes() |
void |
init(java.lang.Object hintType,
java.lang.Object hintScope,
java.lang.Object indexes)
Initialize a query tree node.
|
java.lang.String |
toString()
Convert this object to a String.
|
accept, 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, printSubNodes, setBeginOffset, setDebugOutput, setEndOffset, setNodeType, setParserContext, setUserData, stackPrint, treePrint, treePrint, treePrint
public void init(java.lang.Object hintType, java.lang.Object hintScope, java.lang.Object indexes)
QueryTreeNode
init
in class QueryTreeNode
public IndexHintNode.HintType getHintType()
public IndexHintNode.HintScope getHintScope()
public java.util.List<java.lang.String> getIndexes()
public void copyFrom(QueryTreeNode node) throws StandardException
copyFrom
in class QueryTreeNode
StandardException
public java.lang.String toString()
toString
in class QueryTreeNode
Copyright © 2013. All Rights Reserved.