Uses of Class
nl.cwi.monetdb.embedded.resultset.QueryResultSet
| Package | Description |
|---|---|
| nl.cwi.monetdb.embedded.env | |
| nl.cwi.monetdb.embedded.resultset |
-
Uses of QueryResultSet in nl.cwi.monetdb.embedded.env
Methods in nl.cwi.monetdb.embedded.env that return QueryResultSet Modifier and Type Method Description QueryResultSetMonetDBEmbeddedConnection. executeQuery(String query)Executes a SQL query with a result set.QueryResultSetMonetDBEmbeddedPreparedStatement. executeQuery()Executes the SQL query in this PreparedStatement object and returns QueryResultSet ResultSet object generated by the query.QueryResultSetMonetDBEmbeddedConnection. listTables(boolean listSystemTables)Performs a listing of the existing tables with schemas. -
Uses of QueryResultSet in nl.cwi.monetdb.embedded.resultset
Subclasses of QueryResultSet in nl.cwi.monetdb.embedded.resultset Modifier and Type Class Description classPreparedQueryResultSetEmbedded MonetDB query result extension for prepared statements.Methods in nl.cwi.monetdb.embedded.resultset that return QueryResultSet Modifier and Type Method Description QueryResultSetExecResultSet. getResultSet()Get the result set if available.Constructors in nl.cwi.monetdb.embedded.resultset with parameters of type QueryResultSet Constructor Description ExecResultSet(boolean status, QueryResultSet resultSet, int numberOfRows)