Class PositionFunctionNode
java.lang.Object
org.apache.cayenne.access.sqlbuilder.sqltree.Node
org.apache.cayenne.access.sqlbuilder.sqltree.FunctionNode
org.apache.cayenne.dba.postgres.sqltree.PositionFunctionNode
- Since:
- 4.2
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendChildrenSeparator(QuotingAppendable buffer, int childIdx) copy()Methods inherited from class FunctionNode
append, appendChildrenEnd, appendChildrenStart, equals, getAlias, getFunctionName, hashCode, setAlias, skipContent, visit, wrapModifier and TypeMethodDescriptionappend(QuotingAppendable buffer) voidappendChildrenEnd(QuotingAppendable buffer) voidappendChildrenStart(QuotingAppendable buffer) booleangetAlias()inthashCode()voidprotected booleanvoidvisit(NodeTreeVisitor visitor) static FunctionNodeMethods inherited from class Node
addChild, addChild, deepCopy, deepEquals, getChild, getChildrenCount, getParent, getType, replaceChild, setParent, toStringModifier and TypeMethodDescription<T extends Node>
TdeepCopy()booleandeepEquals(Node node) getChild(int idx) intgetType()voidreplaceChild(int idx, Node node) voidtoString()
-
Constructor Details
-
PositionFunctionNode
-
-
Method Details
-
appendChildrenSeparator
- Overrides:
appendChildrenSeparatorin classFunctionNode
-
copy
- Overrides:
copyin classFunctionNode
-