|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.fluxion.datapublisher.biomart.impl.BiomartQuery<T>
public class BiomartQuery<T>
Javadocs go here.
Constructor Summary | |
---|---|
BiomartQuery()
|
Method Summary | |
---|---|
java.lang.String |
execute()
Execute this query. |
boolean |
hasMoreResults()
True if there are more results, false otherwise |
T |
nextResult()
Returns the next result in the sequence |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BiomartQuery()
Method Detail |
---|
public java.lang.String execute() throws QueryExecutionException
Query
execute
in interface Query<T>
QueryExecutionException
- if the query failed to executepublic boolean hasMoreResults() throws QueryExecutionException
Query
hasMoreResults
in interface Query<T>
QueryExecutionException
- if there is some problem with retrieving
the results of the querypublic T nextResult() throws QueryExecutionException
Query
nextResult
in interface Query<T>
QueryExecutionException
- if there is a problem retrieving the next
result
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |