|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.trippi.TripleIterator org.trippi.impl.oracle.OracleTripleIterator
public class OracleTripleIterator
Description of the Class
Field Summary |
---|
Fields inherited from class org.trippi.TripleIterator |
---|
INPUT_FORMATS, OUTPUT_FORMATS |
Constructor Summary | |
---|---|
OracleTripleIterator(java.lang.String queryText,
java.sql.Connection repository)
Constructor for the OracleTripleIterator object |
Method Summary | |
---|---|
void |
close()
Release resources held by this iterator. |
boolean |
hasNext()
Return true if there are any more triples. |
org.jrdf.graph.Triple |
next()
Return the next triple. |
Methods inherited from class org.trippi.TripleIterator |
---|
addToGraph, count, deleteFromGraph, fromStream, fromStream, setAliasMap, toStream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OracleTripleIterator(java.lang.String queryText, java.sql.Connection repository) throws TrippiException
queryText
- Description of the Parameterrepository
- Description of the Parameter
TrippiException
- Description of the ExceptionMethod Detail |
---|
public boolean hasNext() throws TrippiException
hasNext
in class TripleIterator
TrippiException
- Description of the Exceptionpublic org.jrdf.graph.Triple next() throws TrippiException
next
in class TripleIterator
TrippiException
- Description of the Exceptionpublic void close() throws TrippiException
close
in class TripleIterator
TrippiException
- Description of the Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |