Uses of Class
org.h2.tools.SimpleResultSet
-
Packages that use SimpleResultSet Package Description org.h2.fulltext The native full text search implementation, and the wrapper for the Lucene full text search implementation.org.h2.util Internal utility classes. -
-
Uses of SimpleResultSet in org.h2.fulltext
Methods in org.h2.fulltext that return SimpleResultSet Modifier and Type Method Description protected 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 SimpleResultSet Modifier and Type Method Description private static void
JdbcUtils. addDatabaseMetaData(SimpleResultSet rs, java.sql.DatabaseMetaData meta)
-