Package | Description |
---|---|
com.gigaspaces.internal.query.predicate.comparison | |
com.j_spaces.jdbc.builder | |
com.j_spaces.jdbc.builder.range | |
com.j_spaces.jdbc.parser |
Modifier and Type | Field and Description |
---|---|
protected FunctionCallDescription |
ScalarSpacePredicate.functionCallDescription |
Constructor and Description |
---|
ContainsItemPredicate(Object expectedValue,
String relativePath,
FunctionCallDescription functionCallDescription,
short templateMatchCode) |
ContainsItemPredicate(Object expectedValue,
String relativePath,
FunctionCallDescription functionCallDescription,
short templateMatchCode,
String relation,
String typeName,
String fullPath) |
ContainsPredicate(Object expectedValue,
FunctionCallDescription functionCallDescription,
String fieldPath,
short templateMatchCode) |
ContainsPredicate(Object expectedValue,
FunctionCallDescription functionCallDescription,
String fieldPath,
short templateMatchCode,
String relation,
String typeName) |
EqualsSpacePredicate(Object expectedValue,
FunctionCallDescription functionCallDescription)
Creates a scalar predicate using the specified expected value
|
ScalarSpacePredicate(Object expectedValue,
FunctionCallDescription functionCallDescription)
Creates a scalar predicate using the specified expected value
|
Modifier and Type | Method and Description |
---|---|
QueryTemplatePacket |
QueryTemplateBuilder.buildTemplate(LiteralNode node,
QueryColumnData queryColumnData,
short op,
short nullOp,
FunctionCallDescription functionCallDescription,
ExpNode father)
Build space template
|
static Range |
QueryTemplateBuilder.toRange(String colName,
FunctionCallDescription functionCallDescription,
Object value,
short matchCode)
Converts single external entry expression to a range
|
static Range |
QueryTemplateBuilder.toRange(String colName,
FunctionCallDescription functionCallDescription,
Object value,
short matchCode,
ExpNode node,
AbstractDMLQuery query) |
Modifier and Type | Method and Description |
---|---|
FunctionCallDescription |
Range.getFunctionCallDescription() |
FunctionCallDescription |
FunctionCallDescription.setColumnValue(Object value) |
Modifier and Type | Method and Description |
---|---|
void |
Range.setFunctionCallDescription(FunctionCallDescription functionCallDescription) |
Constructor and Description |
---|
ContainsItemValueRange(String relativePath,
String fullPath,
FunctionCallDescription functionCallDescription,
Object value,
short templateMatchCode) |
ContainsItemValueRange(String relativePath,
String fullPath,
FunctionCallDescription functionCallDescription,
Object value,
short templateMatchCode,
String relation,
String typeName) |
ContainsValueRange(String colName,
FunctionCallDescription functionCallDescription,
Object value,
short templateMatchCode) |
ContainsValueRange(String colName,
FunctionCallDescription functionCallDescription,
Object value,
short templateMatchCode,
ContainsPredicate predicate) |
ContainsValueRange(String colName,
FunctionCallDescription functionCallDescription,
Object value,
short templateMatchCode,
String relation,
String typeName) |
EqualValueRange(String colName,
FunctionCallDescription functionCallDescription,
Object value) |
InRange(String colName,
FunctionCallDescription functionCallDescription,
Set inValues) |
IsNullRange(String colName,
FunctionCallDescription functionCallDescription) |
NotEqualValueRange(String colName,
FunctionCallDescription functionCallDescription,
Object value) |
NotNullRange(String colName,
FunctionCallDescription functionCallDescription) |
NotRegexRange(String colName,
FunctionCallDescription functionCallDescription,
String value) |
Range(String path,
FunctionCallDescription functionCallDescription,
ISpacePredicate predicate) |
RegexRange(String colName,
FunctionCallDescription functionCallDescription,
String value) |
SegmentRange(String colName,
FunctionCallDescription functionCallDescription,
Comparable<?> value1,
boolean includeMin,
Comparable<?> value2,
boolean includeMax) |
SingleValueRange(String colPath,
FunctionCallDescription functionCallDescription,
Object value,
ISpacePredicate predicate) |
UidsRange(String colName,
FunctionCallDescription functionCallDescription,
Set inValues) |
Modifier and Type | Method and Description |
---|---|
FunctionCallDescription |
ColumnNode.getFunctionCallDescription() |
Modifier and Type | Method and Description |
---|---|
void |
ColumnNode.setFunctionCallDescription(FunctionCallDescription functionCallDescription) |
Copyright © GigaSpaces.