Uses of Interface
com.mckoi.database.jdbc.DatabaseInterface
Packages that use DatabaseInterface
Package
Description
The JDBC interface to Mckoi.
Implementation of the DatabaseInterface interface,
including classes to handle local (embedded) mode
and remote (client/server) mode.
-
Uses of DatabaseInterface in com.mckoi.database.jdbc
Methods in com.mckoi.database.jdbc that return DatabaseInterfaceModifier and TypeMethodDescriptionBoots the database with the given configuration.LocalBootable.connectToJVM()
Connects this interface to the database currently running in this JVM.Attempts to create a new database system with the given name, and the given username/password as the admin user for the system.Constructors in com.mckoi.database.jdbc with parameters of type DatabaseInterfaceModifierConstructorDescriptionMConnection
(String url, DatabaseInterface db_interface, int cache_size, int max_size) Constructor. -
Uses of DatabaseInterface in com.mckoi.database.jdbcserver
Classes in com.mckoi.database.jdbcserver that implement DatabaseInterfaceModifier and TypeClassDescriptionclass
An abstract implementation of JDBCDatabaseInterface that provides a connection between a single DatabaseConnection and a DatabaseInterface implementation.class
An implementation of jdbc.DatabaseInterface on the server-side.Methods in com.mckoi.database.jdbcserver that return DatabaseInterfaceModifier and TypeMethodDescriptionBoots the local database with the given configuration.DefaultLocalBootable.connectToJVM()
Creates a new LocalDatabaseInterface that is connected to the database currently running in this VM.Creates and boots a local database with the given configuration.