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.
|
Modifier and Type | Class and Description |
---|---|
class |
MConnection
JDBC implementation of the connection object to a Mckoi database.
|
Modifier and Type | Method and Description |
---|---|
boolean |
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
JDBCDatabaseInterface.login(String default_schema,
String username,
String password,
DatabaseCallBack database_call_back) |
Copyright © 2015. All rights reserved.