Class DefaultLocalBootable

java.lang.Object
com.mckoi.database.jdbcserver.DefaultLocalBootable
All Implemented Interfaces:
LocalBootable

public class DefaultLocalBootable extends Object implements LocalBootable
A bootable object that filters through to a JDBCDatabaseInterface but is thread-safe and multi-threaded. This is to be used when you have a local JDBC Client accessing a stand-alone database.
Author:
Tobias Downer
  • Constructor Details

    • DefaultLocalBootable

      public DefaultLocalBootable()
  • Method Details