Package | Description |
---|---|
org.hypergraphdb |
Welcome to HyperGraphDB
|
org.hypergraphdb.query | |
org.hypergraphdb.query.cond2qry | |
org.hypergraphdb.query.impl |
Modifier and Type | Method and Description |
---|---|
static AtomPartCondition |
HGQuery.hg.part(String path,
Object value,
ComparisonOperator op)
Return a condition constraining the result to atoms of some
HGCompositeType and having
a certain part (e.g. |
static AtomPartCondition |
HGQuery.hg.part(String path,
Ref<Object> value,
ComparisonOperator op)
|
static AtomValueCondition |
HGQuery.hg.value(Object value,
ComparisonOperator op)
Return a condition that constraints resulting atoms by a specific value and
ComparisonOperator . |
static AtomValueCondition |
HGQuery.hg.value(Ref<Object> value,
ComparisonOperator op)
Return a condition that constraints resulting atoms by a specific value
Ref and ComparisonOperator . |
Modifier and Type | Field and Description |
---|---|
protected ComparisonOperator |
SimpleValueCondition.operator |
Modifier and Type | Method and Description |
---|---|
ComparisonOperator |
IndexCondition.getOperator() |
ComparisonOperator |
IndexedPartCondition.getOperator() |
ComparisonOperator |
SimpleValueCondition.getOperator() |
static ComparisonOperator |
ComparisonOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComparisonOperator[] |
ComparisonOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexedPartCondition.setOperator(ComparisonOperator operator) |
void |
SimpleValueCondition.setOperator(ComparisonOperator operator) |
Constructor and Description |
---|
ValueAsPredicateOnly(Object value,
ComparisonOperator operator) |
ValueAsPredicateOnly(Ref<Object> value,
ComparisonOperator operator) |
Modifier and Type | Method and Description |
---|---|
ComparisonOperator |
SearchableBasedQuery.getOperator() |
Modifier and Type | Method and Description |
---|---|
void |
SearchableBasedQuery.setOperator(ComparisonOperator operator) |
Constructor and Description |
---|
IndexBasedQuery(HGIndex<Object,Object> index,
Object key,
ComparisonOperator operator) |
IndexBasedQuery(HGIndex<Object,Object> index,
Ref<Object> key,
ComparisonOperator operator) |
SearchableBasedQuery(HGSearchable<Key,Value> searchable,
Key key,
ComparisonOperator operator)
Construct a new
HGSearchable based query. |
SearchableBasedQuery(HGSearchable<Key,Value> searchable,
Ref<Key> key,
ComparisonOperator operator) |
Copyright © 2015. All rights reserved.