Uses of Interface
com.mckoi.database.jdbc.DatabaseCallBack
-
Packages that use DatabaseCallBack Package Description com.mckoi.database.jdbc The JDBC interface to Mckoi.com.mckoi.database.jdbcserver 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 DatabaseCallBack Modifier and Type Class Description class
MConnection
JDBC implementation of the connection object to a Mckoi database.Methods in com.mckoi.database.jdbc with parameters of type DatabaseCallBack Modifier and Type Method Description boolean
DatabaseInterface. login(java.lang.String default_schema, java.lang.String username, java.lang.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 DatabaseCallBack Modifier and Type Method Description boolean
JDBCDatabaseInterface. login(java.lang.String default_schema, java.lang.String username, java.lang.String password, DatabaseCallBack database_call_back)
-