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 |
---|---|
StreamableObjectPart |
DatabaseInterface.getStreamableObjectPart(int result_id,
long streamable_object_id,
long offset,
int len)
Returns a section of a large binary or character stream in a result set.
|
Modifier and Type | Method and Description |
---|---|
StreamableObjectPart |
AbstractJDBCDatabaseInterface.getStreamableObjectPart(int result_id,
long streamable_object_id,
long offset,
int len) |
Copyright © 2015. All rights reserved.