| Package | Description |
|---|---|
| com.revolsys.data.query | |
| com.revolsys.data.query.functions |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMultiCondition |
class |
And |
class |
Between |
class |
BinaryCondition |
class |
Equal |
class |
GreaterThan |
class |
GreaterThanEqual |
class |
ILike |
class |
In |
class |
IsNotNull |
class |
IsNull |
class |
LeftUnaryCondition |
class |
LessThan |
class |
LessThanEqual |
class |
Like |
class |
Not |
class |
NotEqual |
class |
Or |
class |
ParenthesisCondition |
class |
RightUnaryCondition |
class |
SqlCondition |
| Modifier and Type | Method and Description |
|---|---|
static Condition |
Q.binary(FieldDefinition field,
String operator,
Object value) |
static Condition |
Q.binary(QueryValue left,
String operator,
QueryValue right) |
static Condition |
Q.binary(String fieldName,
String operator,
Object value) |
Condition |
Condition.clone() |
static Condition |
Q.equalId(List<?> attributes,
Identifier identifier) |
Condition |
ParenthesisCondition.getCondition() |
Condition |
Query.getWhereCondition() |
static Condition |
Q.iLike(String left,
String right) |
static Condition |
Q.likeRegEx(RecordStore recordStore,
String fieldName,
Object value) |
static Condition |
QueryValue.parseWhere(RecordDefinition recordDefinition,
String whereClause) |
| Modifier and Type | Method and Description |
|---|---|
static And |
Q.and(Condition... conditions) |
void |
Query.and(Condition condition) |
static Not |
Q.not(Condition condition) |
static Or |
Q.or(Condition... conditions) |
void |
Query.or(Condition condition) |
static void |
Q.setValue(int index,
Condition condition,
Object value) |
void |
Query.setWhereCondition(Condition whereCondition) |
| Modifier and Type | Method and Description |
|---|---|
static And |
Q.and(List<? extends Condition> conditions) |
static Or |
Q.or(List<? extends Condition> conditions) |
| Constructor and Description |
|---|
And(Condition... conditions) |
Not(Condition condition) |
Or(Condition... conditions) |
ParenthesisCondition(Condition condition) |
Query(RecordDefinition recordDefinition,
Condition whereCondition) |
Query(String typeName,
Condition whereCondition) |
| Constructor and Description |
|---|
And(Collection<? extends Condition> conditions) |
Or(Collection<? extends Condition> conditions) |
| Modifier and Type | Class and Description |
|---|---|
class |
EnvelopeIntersects |
class |
GeometryEqual2d |
class |
WithinDistance |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.