| Package | Description |
|---|---|
| com.orientechnologies.orient.core.sql.executor | |
| com.orientechnologies.orient.core.sql.parser |
| Modifier and Type | Field and Description |
|---|---|
protected List<OMatchExpression> |
OMatchExecutionPlanner.matchExpressions |
protected List<OMatchExpression> |
OMatchExecutionPlanner.notMatchExpressions |
| Modifier and Type | Field and Description |
|---|---|
protected List<OMatchExpression> |
OMatchStatement.matchExpressions |
protected List<OMatchExpression> |
OMatchStatement.notMatchExpressions |
| Modifier and Type | Method and Description |
|---|---|
OMatchExpression |
OMatchExpression.copy() |
OMatchExpression |
OrientSql.MatchExpression() |
| Modifier and Type | Method and Description |
|---|---|
List<OMatchExpression> |
OMatchStatement.getMatchExpressions() |
List<OMatchExpression> |
OMatchStatement.getNotMatchExpressions() |
| Modifier and Type | Method and Description |
|---|---|
void |
Pattern.addExpression(OMatchExpression expression) |
| Modifier and Type | Method and Description |
|---|---|
void |
OMatchStatement.setMatchExpressions(List<OMatchExpression> matchExpressions) |
void |
OMatchStatement.setNotMatchExpressions(List<OMatchExpression> notMatchExpressions) |
Copyright © 2009–2025 OrientDB. All rights reserved.