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. 
 

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.