Description
Fill in the following methods required for JDBC3 compliance:
- The following java.sql.CallableStatement methods:
- getBlob(int)
- The following java.sql.ResultSet methods:
- updateBlob(int,java.sql.Blob)
- updateBlob(java.lang.String,java.sql.Blob)
- The following java.sql.Blob methods:
- java.sql.Blob.setBytes(long,byte[])
- setBytes(long,byte[],int,int)
- getBinaryStream(long,long)
- setBinaryStream(long)
- truncate(long)
Attachments
Issue Links
- depends upon
-
DERBY-2201 Calling functions that return Blob/Clob does not work.
- Closed
- is part of
-
DERBY-2247 provide set methods for blob in embeded driver
- Closed
-
DERBY-1281 JDBC4 Compliance
- Closed
- is related to
-
DERBY-1283 Fill in a deprecated but mandatory JDBC3 method: PreparedStatement.setUnicodeStream()
- Closed
-
DERBY-572 Add support for Clob.setCharacterStream(), Clob.setAsciiStream()and Blob.setBinaryStream in embedded, it is already supported in client.
- Closed