Uses of Class
com.mckoi.database.jdbc.StreamableObjectPart
-
Packages that use StreamableObjectPart 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. -
-
Uses of StreamableObjectPart in com.mckoi.database.jdbc
Methods in com.mckoi.database.jdbc that return StreamableObjectPart Modifier and Type Method 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. -
Uses of StreamableObjectPart in com.mckoi.database.jdbcserver
Methods in com.mckoi.database.jdbcserver that return StreamableObjectPart Modifier and Type Method Description StreamableObjectPart
AbstractJDBCDatabaseInterface. getStreamableObjectPart(int result_id, long streamable_object_id, long offset, int len)
-