| Package | Description |
|---|---|
| com.orientechnologies.orient.core.sql.executor | |
| com.orientechnologies.orient.core.sql.parser |
| Modifier and Type | Field and Description |
|---|---|
protected OMatchPathItem |
MatchEdgeTraverser.item |
OMatchPathItem |
PatternEdge.item |
| Modifier and Type | Method and Description |
|---|---|
int |
PatternNode.addEdge(OMatchPathItem item,
PatternNode to) |
protected Iterable<OResultInternal> |
MatchEdgeTraverser.executeTraversal(OCommandContext iCommandContext,
OMatchPathItem item,
OIdentifiable startingPoint,
int depth,
List<OIdentifiable> pathToHere) |
protected OWhereClause |
MatchReverseEdgeTraverser.getTargetFilter(OMatchPathItem item) |
protected OWhereClause |
MatchEdgeTraverser.getTargetFilter(OMatchPathItem item) |
protected String |
MatchReverseEdgeTraverser.targetClassName(OMatchPathItem item,
OCommandContext iCommandContext) |
protected String |
MatchEdgeTraverser.targetClassName(OMatchPathItem item,
OCommandContext iCommandContext) |
protected String |
MatchReverseEdgeTraverser.targetClusterName(OMatchPathItem item,
OCommandContext iCommandContext) |
protected String |
MatchEdgeTraverser.targetClusterName(OMatchPathItem item,
OCommandContext iCommandContext) |
protected ORid |
MatchReverseEdgeTraverser.targetRid(OMatchPathItem item,
OCommandContext iCommandContext) |
protected ORid |
MatchEdgeTraverser.targetRid(OMatchPathItem item,
OCommandContext iCommandContext) |
| Constructor and Description |
|---|
MatchEdgeTraverser(OResult lastUpstreamRecord,
OMatchPathItem item) |
MatchFieldTraverser(OResult lastUpstreamRecord,
OMatchPathItem item) |
| Modifier and Type | Class and Description |
|---|---|
class |
OBothPathItem |
class |
OBothPathItemOpt |
class |
OFieldMatchPathItem |
class |
OInPathItem |
class |
OInPathItemOpt |
class |
OMatchPathItemFirst |
class |
OMultiMatchPathItem |
class |
OMultiMatchPathItemArrows |
class |
OOutPathItem |
class |
OOutPathItemOpt |
| Modifier and Type | Field and Description |
|---|---|
protected List<OMatchPathItem> |
OMultiMatchPathItem.items |
protected List<OMatchPathItem> |
OMatchExpression.items |
| Modifier and Type | Method and Description |
|---|---|
OMatchPathItem |
OrientSql.BothPathItem() |
OMatchPathItem |
OrientSql.BothPathItemOpt() |
OMatchPathItem |
OMatchPathItem.copy() |
OMatchPathItem |
OMatchPathItemFirst.copy() |
OMatchPathItem |
OFieldMatchPathItem.copy() |
OMatchPathItem |
OrientSql.FieldMatchPathItem() |
OMatchPathItem |
OrientSql.InPathItem() |
OMatchPathItem |
OrientSql.InPathItemOpt() |
OMatchPathItem |
OrientSql.MatchPathItem() |
OMatchPathItem |
OrientSql.MatchPathItemFirst() |
OMatchPathItem |
OrientSql.MultiMatchPathItem() |
OMatchPathItem |
OrientSql.MultiMatchPathItemArrows() |
OMatchPathItem |
OrientSql.OutPathItem() |
OMatchPathItem |
OrientSql.OutPathItemOpt() |
| Modifier and Type | Method and Description |
|---|---|
List<OMatchPathItem> |
OMultiMatchPathItem.getItems() |
List<OMatchPathItem> |
OMatchExpression.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
OMultiMatchPathItem.setItems(List<OMatchPathItem> items) |
void |
OMatchExpression.setItems(List<OMatchPathItem> items) |
Copyright © 2009–2025 OrientDB. All rights reserved.