Class MConnection

java.lang.Object
com.mckoi.database.jdbc.MConnection
All Implemented Interfaces:
DatabaseCallBack, AutoCloseable, Connection, Wrapper

public class MConnection extends Object implements Connection, DatabaseCallBack
JDBC implementation of the connection object to a Mckoi database. The implementation specifics for how the connection talks with the database is left up to the implementation of DatabaseInterface.

This object is thread safe. It may be accessed safely from concurrent threads.

Author:
Tobias Downer