Package | Description |
---|---|
nl.cwi.monetdb.embedded.env | |
nl.cwi.monetdb.embedded.resultset |
Modifier and Type | Method and Description |
---|---|
QueryResultSet |
MonetDBEmbeddedPreparedStatement.executeQuery()
Executes the SQL query in this PreparedStatement object and returns QueryResultSet ResultSet object generated by
the query.
|
QueryResultSet |
MonetDBEmbeddedConnection.executeQuery(String query)
Executes a SQL query with a result set.
|
QueryResultSet |
MonetDBEmbeddedConnection.listTables(boolean listSystemTables)
Performs a listing of the existing tables with schemas.
|
Modifier and Type | Class and Description |
---|---|
class |
PreparedQueryResultSet
Embedded MonetDB query result extension for prepared statements.
|
Modifier and Type | Method and Description |
---|---|
QueryResultSet |
ExecResultSet.getResultSet()
Get the result set if available.
|
Constructor and Description |
---|
ExecResultSet(boolean status,
QueryResultSet resultSet,
int numberOfRows) |
Copyright © 2018. All rights reserved.