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 |
---|---|
ResultPart |
DatabaseInterface.getResultPart(int result_id,
int row_number,
int row_count)
Returns a part of a result set.
|
Modifier and Type | Method and Description |
---|---|
ResultPart |
AbstractJDBCDatabaseInterface.getResultPart(int result_id,
int row_number,
int row_count) |
Copyright © 2015. All rights reserved.