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 | Description |
---|---|---|
class |
MConnection |
JDBC implementation of the connection object to a Mckoi database.
|
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.
|
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) |
Copyright © 2018. All rights reserved.