Package | Description |
---|---|
nl.cwi.monetdb.embedded.env | |
nl.cwi.monetdb.embedded.jdbc |
Modifier and Type | Method and Description |
---|---|
static MonetDBEmbeddedConnection |
MonetDBEmbeddedDatabase.createConnection()
Creates a connection on the database, set on the default schema.
|
MonetDBEmbeddedConnection |
AbstractConnectionResult.getConnection()
Gets the corresponding connection to this statement result.
|
Modifier and Type | Method and Description |
---|---|
static void |
MonetDBEmbeddedDatabase.removeConnection(MonetDBEmbeddedConnection con,
boolean toShutDown)
Removes a connection from the database.
|
Constructor and Description |
---|
AbstractConnectionResult(MonetDBEmbeddedConnection connection) |
Modifier and Type | Class and Description |
---|---|
class |
JDBCEmbeddedConnection
An extension to the
MonetDBEmbeddedConnection in order to adapt it into a MonetDB's JDBC connection. |
Modifier and Type | Method and Description |
---|---|
MonetDBEmbeddedConnection |
EmbeddedConnection.getAsMonetDBEmbeddedConnection()
Makes a conversion of this connection as a
MonetDBEmbeddedConnection instance, making it possible to
access the MonetDBEmbeddedConnection API on a JDBC embedded connection, although that API doesn't follow
the JDBC specification. |
Copyright © 2018. All rights reserved.