public class PostgreSQLTreeProcessor extends TypeAwareSQLTreeProcessor
byColumnTypeProcessors, byNodeTypeProcessors, byValueTypeProcessors, DEFAULT_TYPE, DEFAULT_TYPE_NAME
Constructor and Description |
---|
PostgreSQLTreeProcessor() |
Modifier and Type | Method and Description |
---|---|
protected Optional<Node> |
onFunctionNode(Node parent,
FunctionNode child,
int index) |
protected Optional<Node> |
onLikeNode(Node parent,
LikeNode child,
int index) |
protected Optional<Node> |
onLimitOffsetNode(Node parent,
LimitOffsetNode child,
int index) |
defaultProcess, getColumnAttribute, getColumnProcessor, getObjAttributeFor, getValueAttribute, getValueProcessor, onChildNodeStart, process, registerColumnProcessor, registerProcessor, registerValueProcessor, replaceChild, wrapInFunction
onChildNodeEnd, onNodeEnd, onNodeStart
protected Optional<Node> onLimitOffsetNode(Node parent, LimitOffsetNode child, int index)
protected Optional<Node> onFunctionNode(Node parent, FunctionNode child, int index)
Copyright © 2001–2021 Apache Cayenne. All rights reserved.