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 | Method and Description |
---|---|
QueryResponse |
DatabaseInterface.execQuery(SQLQuery sql)
Executes the query and returns a QueryResponse object that describes the
result of the query.
|
Modifier and Type | Method and Description |
---|---|
QueryResponse |
AbstractJDBCDatabaseInterface.execQuery(SQLQuery query) |
QueryResponse |
JDBCDatabaseInterface.execQuery(SQLQuery query) |
Copyright © 2015. All rights reserved.