Uses of Interface
com.mckoi.database.jdbc.DatabaseCallBack
Packages that use DatabaseCallBack
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 DatabaseCallBack in com.mckoi.database.jdbc
Classes in com.mckoi.database.jdbc that implement DatabaseCallBackModifier and TypeClassDescriptionclass
JDBC implementation of the connection object to a Mckoi database.Methods in com.mckoi.database.jdbc with parameters of type DatabaseCallBackModifier and TypeMethodDescriptionboolean
DatabaseInterface.login
(String default_schema, String username, String password, DatabaseCallBack call_back) Attempts to log in to the database as the given username with the given password. -
Uses of DatabaseCallBack in com.mckoi.database.jdbcserver
Methods in com.mckoi.database.jdbcserver with parameters of type DatabaseCallBackModifier and TypeMethodDescriptionboolean
JDBCDatabaseInterface.login
(String default_schema, String username, String password, DatabaseCallBack database_call_back)