Package org.apache.cayenne.dba.postgres
Class PostgreSQLTreeProcessor
java.lang.Object
org.apache.cayenne.access.sqlbuilder.sqltree.SimpleNodeTreeVisitor
org.apache.cayenne.access.translator.select.TypeAwareSQLTreeProcessor
org.apache.cayenne.dba.postgres.PostgreSQLTreeProcessor
- All Implemented Interfaces:
- NodeTreeVisitor,- SQLTreeProcessor
- Since:
- 4.2
- 
Field SummaryFields inherited from class org.apache.cayenne.access.translator.select.TypeAwareSQLTreeProcessorbyColumnTypeProcessors, byNodeTypeProcessors, byValueTypeProcessors, DEFAULT_TYPE, DEFAULT_TYPE_NAME
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiononFunctionNode(Node parent, FunctionNode child, int index) onLikeNode(Node parent, LikeNode child, int index) onLimitOffsetNode(Node parent, LimitOffsetNode child, int index) Methods inherited from class org.apache.cayenne.access.translator.select.TypeAwareSQLTreeProcessordefaultProcess, getColumnAttribute, getColumnProcessor, getObjAttributeFor, getValueAttribute, getValueProcessor, onChildNodeStart, process, registerColumnProcessor, registerProcessor, registerValueProcessor, replaceChild, wrapInFunctionMethods inherited from class org.apache.cayenne.access.sqlbuilder.sqltree.SimpleNodeTreeVisitoronChildNodeEnd, onNodeEnd, onNodeStart
- 
Constructor Details- 
PostgreSQLTreeProcessorpublic PostgreSQLTreeProcessor()
 
- 
- 
Method Details- 
onLimitOffsetNode
- 
onLikeNode
- 
onFunctionNode
 
-