Uses of Class
nl.cwi.monetdb.embedded.env.MonetDBEmbeddedConnection
Package | Description |
---|---|
nl.cwi.monetdb.embedded.env | |
nl.cwi.monetdb.embedded.jdbc |
-
Uses of MonetDBEmbeddedConnection in nl.cwi.monetdb.embedded.env
Methods in nl.cwi.monetdb.embedded.env that return MonetDBEmbeddedConnection Modifier and Type Method 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.Methods in nl.cwi.monetdb.embedded.env with parameters of type MonetDBEmbeddedConnection Modifier and Type Method Description static void
MonetDBEmbeddedDatabase. removeConnection(MonetDBEmbeddedConnection con, boolean toShutDown)
Removes a connection from the database.Constructors in nl.cwi.monetdb.embedded.env with parameters of type MonetDBEmbeddedConnection Constructor Description AbstractConnectionResult(MonetDBEmbeddedConnection connection)
-
Uses of MonetDBEmbeddedConnection in nl.cwi.monetdb.embedded.jdbc
Subclasses of MonetDBEmbeddedConnection in nl.cwi.monetdb.embedded.jdbc Modifier and Type Class Description class
JDBCEmbeddedConnection
An extension to theMonetDBEmbeddedConnection
in order to adapt it into a MonetDB's JDBC connection.Methods in nl.cwi.monetdb.embedded.jdbc that return MonetDBEmbeddedConnection Modifier and Type Method Description MonetDBEmbeddedConnection
EmbeddedConnection. getAsMonetDBEmbeddedConnection()
Makes a conversion of this connection as aMonetDBEmbeddedConnection
instance, making it possible to access theMonetDBEmbeddedConnection
API on a JDBC embedded connection, although that API doesn't follow the JDBC specification.