public class MySQLTreeProcessor extends BaseSQLTreeProcessor
Modifier and Type | Method and Description |
---|---|
static MySQLTreeProcessor |
getInstance() |
protected void |
onFunctionNode(Node parent,
FunctionNode child,
int index) |
protected void |
onLikeNode(Node parent,
LikeNode child,
int index) |
protected void |
onLimitOffsetNode(Node parent,
LimitOffsetNode child,
int index) |
apply, onChildNodeStart, onColumnNode, onDistinctNode, onInNode, onResultNode, onUndefinedNode, onValueNode, replaceChild, replaceChild
onChildNodeEnd, onNodeEnd, onNodeStart
public static MySQLTreeProcessor getInstance()
protected void onLikeNode(Node parent, LikeNode child, int index)
onLikeNode
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–2020 Apache Cayenne. All rights reserved.