Class DefaultLocalBootable.LocalJDBCDatabaseInterface

  • All Implemented Interfaces:
    DatabaseInterface
    Enclosing class:
    DefaultLocalBootable

    private class DefaultLocalBootable.LocalJDBCDatabaseInterface
    extends JDBCDatabaseInterface
    A local implementation of JDBCDatabaseInterface that will dispose the parent LocalBootable object when the last open connection is disposed.
    • Field Detail

      • closed

        boolean closed
    • Constructor Detail

      • LocalJDBCDatabaseInterface

        public LocalJDBCDatabaseInterface​(Database database,
                                          java.lang.String host_string)