|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hypergraphdb.HGQuery
org.hypergraphdb.query.impl.IndexScanQuery
public class IndexScanQuery
This queries simply scans all elements in a given index. The result of
execute is actually HGRandomAccessResult. One can
scan either the keys or the values of the HGIndex based on
the returnKeys boolean constructor parameter.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.hypergraphdb.HGQuery |
|---|
HGQuery.hg |
| Field Summary |
|---|
| Fields inherited from class org.hypergraphdb.HGQuery |
|---|
NOP |
| Constructor Summary | |
|---|---|
IndexScanQuery(HGIndex idx,
boolean returnKeys)
|
|
| Method Summary | |
|---|---|
HGSearchResult |
execute()
|
| Methods inherited from class org.hypergraphdb.HGQuery |
|---|
getHyperGraph, make, setHyperGraph |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IndexScanQuery(HGIndex idx,
boolean returnKeys)
| Method Detail |
|---|
public HGSearchResult execute()
execute in class HGQuery
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||