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, replaceChildonChildNodeEnd, onNodeEnd, onNodeStartpublic static MySQLTreeProcessor getInstance()
protected void onLikeNode(Node parent, LikeNode child, int index)
onLikeNode in class BaseSQLTreeProcessorprotected void onLimitOffsetNode(Node parent, LimitOffsetNode child, int index)
onLimitOffsetNode in class BaseSQLTreeProcessorprotected void onFunctionNode(Node parent, FunctionNode child, int index)
onFunctionNode in class BaseSQLTreeProcessorCopyright © 2001–2020 Apache Cayenne. All rights reserved.