| Package | Description |
|---|---|
| org.plasma.query.model |
Copyright 2017 TerraMeta Software, Inc.
|
| org.plasma.query.visitor | |
| org.plasma.sdo.access.provider.common |
| Modifier and Type | Field and Description |
|---|---|
protected RelationalOperator |
Term.relationalOperator |
| Modifier and Type | Method and Description |
|---|---|
RelationalOperator |
ObjectFactory.createRelationalOperator()
Create an instance of
RelationalOperator |
RelationalOperator |
Term.getRelationalOperator()
Gets the value of the relationalOperator property.
|
static RelationalOperator |
RelationalOperator.valueOf(String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
Term.setRelationalOperator(RelationalOperator value)
Sets the value of the relationalOperator property.
|
void |
AbstractQueryValidator.start(RelationalOperator operator) |
| Constructor and Description |
|---|
Expression(Expression left,
RelationalOperator oper,
Expression right) |
Expression(GroupOperator right,
Property prop,
RelationalOperator oper,
Literal lit) |
Expression(GroupOperator right,
Property prop,
RelationalOperator oper,
Literal lit,
GroupOperator left) |
Expression(Property prop,
RelationalOperator oper,
Literal lit) |
Expression(Property prop,
RelationalOperator oper,
Literal lit,
GroupOperator left) |
Expression(Property prop,
RelationalOperator oper,
NullLiteral lit) |
Expression(Property left,
RelationalOperator oper,
Property right) |
Expression(Property prop,
RelationalOperator oper,
Variable var) |
Expression(RelationalOperator oper) |
Term(RelationalOperator oper) |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryVisitor.end(RelationalOperator operator) |
void |
DefaultQueryVisitor.end(RelationalOperator operator) |
void |
QueryVisitor.start(RelationalOperator operator) |
void |
DefaultQueryVisitor.start(RelationalOperator operator) |
| Modifier and Type | Field and Description |
|---|---|
protected RelationalOperator |
SQLQueryFilterAssembler.contextRelationalOperator |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLQueryFilterAssembler.start(RelationalOperator operator) |
protected String |
SQLQueryFilterAssembler.toString(RelationalOperator operator) |
Copyright © 2021. All rights reserved.