Class JDBCEmbeddedConnection

java.lang.Object
nl.cwi.monetdb.embedded.env.MonetDBEmbeddedConnection
nl.cwi.monetdb.embedded.jdbc.JDBCEmbeddedConnection
All Implemented Interfaces:
Closeable, AutoCloseable

public final class JDBCEmbeddedConnection
extends MonetDBEmbeddedConnection
An extension to the 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.
Author:
Pedro Ferreira