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 MonetDBEmbeddedConnectionMonetDBEmbeddedDatabase. createConnection()Creates a connection on the database, set on the default schema.MonetDBEmbeddedConnectionAbstractConnectionResult. 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 voidMonetDBEmbeddedDatabase. 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 classJDBCEmbeddedConnectionAn extension to theMonetDBEmbeddedConnectionin 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 MonetDBEmbeddedConnectionEmbeddedConnection. getAsMonetDBEmbeddedConnection()Makes a conversion of this connection as aMonetDBEmbeddedConnectioninstance, making it possible to access theMonetDBEmbeddedConnectionAPI on a JDBC embedded connection, although that API doesn't follow the JDBC specification.