@Deprecated public class OpenBaseSQLTreeProcessor extends BaseSQLTreeProcessor
Constructor and Description |
---|
OpenBaseSQLTreeProcessor()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
onFunctionNode(Node parent,
FunctionNode child,
int index)
Deprecated.
|
protected void |
onLikeNode(Node parent,
LikeNode child,
int index)
Deprecated.
|
protected void |
onLimitOffsetNode(Node parent,
LimitOffsetNode child,
int index)
Deprecated.
|
protected void |
onValueNode(Node parent,
ValueNode child,
int index)
Deprecated.
|
onChildNodeStart, onColumnNode, onDistinctNode, onInNode, onResultNode, onUndefinedNode, process, replaceChild, replaceChild, wrapInFunction
onChildNodeEnd, onNodeEnd, onNodeStart
protected void onLikeNode(Node parent, LikeNode child, int index)
onLikeNode
in class BaseSQLTreeProcessor
protected void onValueNode(Node parent, ValueNode child, int index)
onValueNode
in class BaseSQLTreeProcessor
protected void onLimitOffsetNode(Node parent, LimitOffsetNode child, int index)
onLimitOffsetNode
in class BaseSQLTreeProcessor
protected void onFunctionNode(Node parent, FunctionNode child, int index)
onFunctionNode
in class BaseSQLTreeProcessor
Copyright © 2001–2021 Apache Cayenne. All rights reserved.