| Package | Description |
|---|---|
| com.revolsys.data.query | |
| com.revolsys.data.query.functions | |
| com.revolsys.data.record.schema |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMultiCondition |
class |
Add |
class |
And |
class |
Between |
class |
BinaryArithmatic |
class |
BinaryCondition |
class |
Cast |
class |
CollectionValue |
class |
Column |
class |
Condition |
class |
Divide |
class |
Equal |
class |
GreaterThan |
class |
GreaterThanEqual |
class |
ILike |
class |
In |
class |
IsNotNull |
class |
IsNull |
class |
LeftUnaryCondition |
class |
LessThan |
class |
LessThanEqual |
class |
Like |
class |
Mod |
class |
Multiply |
class |
Not |
class |
NotEqual |
class |
Or |
class |
ParenthesisCondition |
class |
RightUnaryCondition |
class |
SqlCondition |
class |
Subtract |
class |
Value |
| Modifier and Type | Method and Description |
|---|---|
static <V extends QueryValue> |
QueryValue.cloneQueryValues(List<V> values) |
<V extends QueryValue> |
In.getLeft() |
<V extends QueryValue> |
BinaryCondition.getLeft() |
<V extends QueryValue> |
BinaryArithmatic.getLeft() |
<V extends QueryValue> |
LeftUnaryCondition.getQueryValue() |
<V extends QueryValue> |
BinaryCondition.getRight() |
<V extends QueryValue> |
BinaryArithmatic.getRight() |
static <V extends QueryValue> |
QueryValue.toQueryValue(RecordDefinition recordDefinition,
com.akiban.sql.parser.ValueNode expression) |
| Modifier and Type | Method and Description |
|---|---|
static QueryValue |
Q.arithmatic(FieldDefinition field,
String operator,
Object value) |
static QueryValue |
Q.arithmatic(QueryValue left,
String operator,
QueryValue right) |
static QueryValue |
Q.arithmatic(String fieldName,
String operator,
Object value) |
QueryValue |
QueryValue.clone() |
QueryValue |
RightUnaryCondition.getValue() |
QueryValue |
Cast.getValue() |
| Modifier and Type | Method and Description |
|---|---|
List<QueryValue> |
RightUnaryCondition.getQueryValues() |
List<QueryValue> |
QueryValue.getQueryValues() |
List<QueryValue> |
ParenthesisCondition.getQueryValues() |
List<QueryValue> |
LeftUnaryCondition.getQueryValues() |
List<QueryValue> |
In.getQueryValues() |
List<QueryValue> |
CollectionValue.getQueryValues() |
List<QueryValue> |
BinaryCondition.getQueryValues() |
List<QueryValue> |
BinaryArithmatic.getQueryValues() |
List<QueryValue> |
Between.getQueryValues() |
List<QueryValue> |
AbstractMultiCondition.getQueryValues() |
| Constructor and Description |
|---|
AbstractMultiCondition(Collection<? extends QueryValue> values) |
AbstractMultiCondition(String operator,
Collection<? extends QueryValue> values) |
| Modifier and Type | Class and Description |
|---|---|
class |
EnvelopeIntersects |
class |
Function |
class |
GeometryEqual2d |
class |
GetMapValue |
class |
Lower |
class |
RegexpReplace |
class |
UnaryFunction |
class |
Upper |
class |
WithinDistance |
| Modifier and Type | Method and Description |
|---|---|
QueryValue |
EnvelopeIntersects.getBoundingBox1Value() |
QueryValue |
EnvelopeIntersects.getBoundingBox2Value() |
QueryValue |
WithinDistance.getDistanceValue() |
QueryValue |
WithinDistance.getGeometry1Value() |
QueryValue |
GeometryEqual2d.getGeometry1Value() |
QueryValue |
WithinDistance.getGeometry2Value() |
QueryValue |
GeometryEqual2d.getGeometry2Value() |
QueryValue |
UnaryFunction.getParameter() |
QueryValue |
Function.getParameter(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<QueryValue> |
Function.getParameters() |
List<QueryValue> |
WithinDistance.getQueryValues() |
List<QueryValue> |
UnaryFunction.getQueryValues() |
List<QueryValue> |
GeometryEqual2d.getQueryValues() |
List<QueryValue> |
Function.getQueryValues() |
List<QueryValue> |
EnvelopeIntersects.getQueryValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
Function.add(QueryValue value) |
static Lower |
F.lower(QueryValue value) |
static RegexpReplace |
F.regexpReplace(QueryValue value,
String pattern,
String replace) |
static RegexpReplace |
F.regexpReplace(QueryValue value,
String pattern,
String replace,
String flags) |
static Upper |
F.upper(QueryValue value) |
| Constructor and Description |
|---|
EnvelopeIntersects(QueryValue boundingBox1Value,
QueryValue boundingBox2Value) |
Function(String name,
QueryValue... parameters) |
GeometryEqual2d(QueryValue geometry1Value,
QueryValue geometry2Value) |
Lower(QueryValue parameter) |
RegexpReplace(QueryValue value,
String pattern,
String replace) |
RegexpReplace(QueryValue value,
String pattern,
String replace,
String flags) |
UnaryFunction(String name,
QueryValue parameter) |
Upper(QueryValue parameter) |
WithinDistance(QueryValue geometry1Value,
QueryValue geometry2Value,
QueryValue distanceValue) |
| Constructor and Description |
|---|
Function(String name,
List<QueryValue> parameters) |
GetMapValue(List<QueryValue> parameters) |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordStore.appendQueryValue(Query query,
StringBuilder sql,
QueryValue queryValue) |
void |
AbstractRecordStore.appendQueryValue(Query query,
StringBuilder sql,
QueryValue queryValue) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.