
public class OMatchFilter extends SimpleNode
| Modifier and Type | Field and Description |
|---|---|
protected List<OMatchFilterItem> |
items |
children, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OMatchFilter(int id) |
OMatchFilter(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
OMatchFilter |
copy() |
boolean |
equals(Object o) |
String |
getAlias() |
String |
getClassName(OCommandContext context) |
String |
getClusterName(OCommandContext context) |
String |
getDepthAlias() |
OWhereClause |
getFilter() |
Integer |
getMaxDepth() |
String |
getPathAlias() |
ORid |
getRid(OCommandContext context) |
OWhereClause |
getWhileCondition() |
int |
hashCode() |
boolean |
isOptional() |
Object |
jjtAccept(OrientSqlVisitor visitor,
Object data)
Accept the visitor.
|
void |
setAlias(String alias) |
void |
setFilter(OWhereClause filter) |
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 List<OMatchFilterItem> items
public OMatchFilter(int id)
public OMatchFilter(OrientSql p, int id)
public Object jjtAccept(OrientSqlVisitor visitor, Object data)
jjtAccept in interface NodejjtAccept in class SimpleNodepublic String getAlias()
public void setAlias(String alias)
public OWhereClause getFilter()
public void setFilter(OWhereClause filter)
public OWhereClause getWhileCondition()
public String getClassName(OCommandContext context)
public String getClusterName(OCommandContext context)
public ORid getRid(OCommandContext context)
public Integer getMaxDepth()
public boolean isOptional()
public String getDepthAlias()
public String getPathAlias()
public void toString(Map<Object,Object> params, StringBuilder builder)
toString in class SimpleNodepublic OMatchFilter copy()
copy in class SimpleNodeCopyright © 2009–2025 OrientDB. All rights reserved.