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 QueryResultSet
MonetDBEmbeddedConnection. executeQuery(String query)
Executes a SQL query with a result set.QueryResultSet
MonetDBEmbeddedPreparedStatement. executeQuery()
Executes the SQL query in this PreparedStatement object and returns QueryResultSet ResultSet object generated by the query.QueryResultSet
MonetDBEmbeddedConnection. 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 class
PreparedQueryResultSet
Embedded MonetDB query result extension for prepared statements.Methods in nl.cwi.monetdb.embedded.resultset that return QueryResultSet Modifier and Type Method Description QueryResultSet
ExecResultSet. 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)