|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.openrdf.sesame.sailimpl.nativerdf.NativeStatementIterator
An implementation of the RdfRepository interface from the RDF Sail API that stores its data in, and queries it from files on disk.
| Constructor Summary | |
NativeStatementIterator(TripleStore tripleStore,
ValueStore valueStore,
ValueFactory valueFactory,
Resource subj,
URI pred,
Value obj,
int subjID,
int predID,
int objID)
Creates a new NativeStatementIterator. |
|
| Method Summary | |
void |
close()
Closes the iterator and frees any resources that it uses (e.g. |
boolean |
hasNext()
Checks whether there are any more statements available. |
Statement |
next()
Gets the next statement. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NativeStatementIterator(TripleStore tripleStore,
ValueStore valueStore,
ValueFactory valueFactory,
Resource subj,
URI pred,
Value obj,
int subjID,
int predID,
int objID)
throws IOException
| Method Detail |
public boolean hasNext()
StatementIterator
hasNext in interface StatementIteratorpublic Statement next()
StatementIterator
next in interface StatementIteratorpublic void close()
StatementIterator
close in interface StatementIterator
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||