
public class OMatchFilterItem extends SimpleNode
| Modifier and Type | Field and Description |
|---|---|
protected OIdentifier |
alias |
protected OExpression |
className |
protected OExpression |
classNames |
protected OArrayRangeSelector |
depth |
protected OWhereClause |
filter |
protected OInteger |
maxDepth |
protected Boolean |
optional |
protected ORid |
rid |
protected OWhereClause |
whileCondition |
children, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OMatchFilterItem(int id) |
OMatchFilterItem(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
Object |
jjtAccept(OrientSqlVisitor visitor,
Object data)
Accept the visitor.
|
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
childrenAccept, dump, getDatabase, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toStringprotected ORid rid
protected OExpression className
protected OExpression classNames
protected OIdentifier alias
protected OWhereClause filter
protected OWhereClause whileCondition
protected OArrayRangeSelector depth
protected OInteger maxDepth
protected Boolean optional
public OMatchFilterItem(int id)
public OMatchFilterItem(OrientSql p, int id)
public Object jjtAccept(OrientSqlVisitor visitor, Object data)
jjtAccept in interface NodejjtAccept in class SimpleNodepublic void toString(Map<Object,Object> params, StringBuilder builder)
toString in class SimpleNodeCopyright © 2009–2025 OrientDB. All rights reserved.