public class RowNumNode extends ValueNode
leftChild, rightChild, template
Constructor and Description |
---|
RowNumNode() |
RowNumNode(int start,
int end) |
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Return a cloned SelectQuery
|
int |
getLimit() |
int |
getStartIndex() |
boolean |
hasLimit() |
boolean |
isIndexOutOfRange(int i) |
void |
readExternal(ObjectInput in) |
void |
setEndIndex(int endIndex) |
void |
setMaxResults(int maxResults) |
void |
setStartIndex(int startIndex) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
accept, accept, isJoined, isValidCompare, newInstance
createIndex, createJoinIndex, forEachChild, getLeftChild, getRightChild, getTemplate, isContainsItemNode, isContainsItemsRootNode, isInnerQuery, prepareTemplateValues, prepareValues, reverse, setLeftChild, setRightChild, setTemplate, toString, traverse, traverseReverse, validateInnerQueryResult
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
public void setEndIndex(int endIndex)
public int getStartIndex()
public void setStartIndex(int startIndex)
public void setMaxResults(int maxResults)
public boolean hasLimit()
public int getLimit()
public boolean isIndexOutOfRange(int i)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class ExpNode
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class ExpNode
IOException
ClassNotFoundException
Copyright © GigaSpaces.