Uses of Class
org.h2.tools.SimpleResultSet
Packages that use SimpleResultSet
Package
Description
The native full text search implementation, and the wrapper for the Lucene full text search implementation.
Internal utility classes.
-
Uses of SimpleResultSet in org.h2.fulltext
Methods in org.h2.fulltext that return SimpleResultSetModifier and TypeMethodDescriptionprotected static SimpleResultSet
FullText.createResultSet
(boolean data) Create an empty search result and initialize the columns. -
Uses of SimpleResultSet in org.h2.util
Methods in org.h2.util with parameters of type SimpleResultSetModifier and TypeMethodDescriptionprivate static void
JdbcUtils.addDatabaseMetaData
(SimpleResultSet rs, DatabaseMetaData meta)