Uses of Class
org.h2.tools.SimpleResultSet

Packages that use SimpleResultSet
org.h2.fulltext The native full text search implementation, and the wrapper for the the Lucene full text search implementation. 
org.h2.tools Various tools. 
 

Uses of SimpleResultSet in org.h2.fulltext
 

Methods in org.h2.fulltext that return SimpleResultSet
protected static SimpleResultSet FullText.createResultSet(boolean data)
          Create an empty search result and initialize the columns.
 

Uses of SimpleResultSet in org.h2.tools
 

Methods in org.h2.tools that return SimpleResultSet
static SimpleResultSet SimpleResultSet.newInstance()
          Constructor a new result set that is later populated with addRow.
static SimpleResultSet SimpleResultSet.newInstance(SimpleRowSource source)
          Constructor a new result set if the rows should be retrieved using the specified row source object.