Class ParameterNode
java.lang.Object
org.datanucleus.store.query.compiler.Node
org.datanucleus.store.query.compiler.ParameterNode
Node representing a parameter.
This is sub-classed so that we can store the parameter position at compile.
-
Field Summary
FieldsFields inherited from class org.datanucleus.store.query.compiler.Node
childNodes, nodeType, nodeValue, parent
-
Constructor Summary
ConstructorsConstructorDescriptionParameterNode
(NodeType nodeType, int position) ParameterNode
(NodeType nodeType, Object nodeValue, int position) -
Method Summary
Methods inherited from class org.datanucleus.store.query.compiler.Node
addProperty, appendChildNode, clone, getChildNode, getChildNodes, getFirstChild, getNextChild, getNodeChildId, getNodeId, getNodeType, getNodeValue, getNodeValueAsString, getParent, getProperties, hasNextChild, hasProperties, insertChildNode, insertChildNode, removeChildNode, setNodeValue, setParent, setPropertyAtPosition, toString
-
Field Details
-
position
int position
-
-
Constructor Details
-
ParameterNode
-
ParameterNode
-
-
Method Details
-
getPosition
public int getPosition()
-