Package org.apache.cayenne.dba.frontbase
Class FrontBaseSQLTreeProcessor
java.lang.Object
org.apache.cayenne.access.sqlbuilder.sqltree.SimpleNodeTreeVisitor
org.apache.cayenne.access.translator.select.BaseSQLTreeProcessor
org.apache.cayenne.dba.frontbase.FrontBaseSQLTreeProcessor
- All Implemented Interfaces:
NodeTreeVisitor
,SQLTreeProcessor
- Since:
- 4.2
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
onFunctionNode
(Node parent, FunctionNode child, int index) Methods inherited from class org.apache.cayenne.access.translator.select.BaseSQLTreeProcessor
onChildNodeStart, onColumnNode, onDistinctNode, onInNode, onLikeNode, onLimitOffsetNode, onResultNode, onUndefinedNode, onValueNode, process, replaceChild, replaceChild, wrapInFunction
Methods inherited from class org.apache.cayenne.access.sqlbuilder.sqltree.SimpleNodeTreeVisitor
onChildNodeEnd, onNodeEnd, onNodeStart
-
Constructor Details
-
FrontBaseSQLTreeProcessor
public FrontBaseSQLTreeProcessor()
-
-
Method Details
-
onFunctionNode
- Overrides:
onFunctionNode
in classBaseSQLTreeProcessor
-