public final class JDBCEmbeddedConnection extends MonetDBEmbeddedConnection
MonetDBEmbeddedConnection in order to adapt it into a MonetDB's JDBC connection. This
class is not Thread safe and provides JNI calls to perform actions on the server. After a user query is sent,
the fields of this class are filled immediately upon by the JNI calls. After that, these fields provide enough
information to mimic a MAPI connection in MonetConnection.ResponseList main loop.connectionPointer| Modifier | Constructor and Description |
|---|---|
protected |
JDBCEmbeddedConnection(long connectionPointer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Shuts down this connection.
|
checkIfTableExists, closeConnectionImplementation, commit, executeQuery, executeUpdate, finalize, getAutoCommit, getMonetDBTable, getMonetDBTable, getRandomIdentifier, getSchema, isClosed, listTables, prepareStatement, releaseSavepoint, removeTable, rollback, rollback, setAutoCommit, setSavepoint, setSavepoint, setSchema, startTransaction, toStringpublic void close()
MonetDBEmbeddedConnectionclose in interface Closeableclose in interface AutoCloseableclose in class MonetDBEmbeddedConnectionCopyright © 2018. All rights reserved.