Interface BufferedQueryResultIF
- All Superinterfaces:
AutoCloseable,QueryResultIF
- All Known Implementing Classes:
BufferedQueryResult
-
Method Summary
Methods inherited from interface net.ontopia.topicmaps.query.core.QueryResultIF
close, getColumnName, getColumnNames, getIndex, getValue, getValue, getValues, getValues, getWidth, next
-
Method Details
-
restart
void restart()Bring this BufferedQueryResultIF back to the initial state after it was created (instantiated to an implementing class). -
getQuery
String getQuery()Get the query of the query result.
-