Class FirebirdSubstringFunctionNode
java.lang.Object
org.apache.cayenne.access.sqlbuilder.sqltree.Node
org.apache.cayenne.access.sqlbuilder.sqltree.FunctionNode
org.apache.cayenne.dba.firebird.sqltree.FirebirdSubstringFunctionNode
SUBSTRING function for Firebird
 It has following format:
 SUBSTRING (string FROM CAST(? AS INTEGER) FOR CAST(? AS INTEGER))
- Since:
- 4.1
- 
Field SummaryFields inherited from class org.apache.cayenne.access.sqlbuilder.sqltree.Nodechildren, childrenCount, parent, type
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidappendChildrenEnd(QuotingAppendable buffer) voidappendChildrenSeparator(QuotingAppendable buffer, int childIdx) copy()Methods inherited from class org.apache.cayenne.access.sqlbuilder.sqltree.FunctionNodeappend, appendChildrenStart, equals, getAlias, getFunctionName, hashCode, setAlias, skipContent, visit, wrapMethods inherited from class org.apache.cayenne.access.sqlbuilder.sqltree.NodeaddChild, addChild, deepCopy, deepEquals, getChild, getChildrenCount, getParent, getType, replaceChild, setParent, toString
- 
Constructor Details- 
FirebirdSubstringFunctionNode
 
- 
- 
Method Details- 
appendChildrenSeparator- Overrides:
- appendChildrenSeparatorin class- FunctionNode
 
- 
appendChildrenEnd- Overrides:
- appendChildrenEndin class- FunctionNode
 
- 
copy- Overrides:
- copyin class- FunctionNode
 
 
-