Description
Fill in Clob methods which we need to be JDBC3-compliant:
- The following java.sql.CallableStatement methods:
- getClob(int)
- The following java.sql.ResultSet methods:
- updateClob(int,java.sql.Clob)
- updateClob(java.lang.String,java.sql.Clob)
- The following java.sql.Clob methods:
- setString(long,java.lang.String)
- setString(long,java.lang.String,int,int)
- setAsciiStream(long)
- getCharacterStream(long,long)
- setCharacterStream(long)
- truncate(long)
Attachments
Issue Links
- is part of
-
DERBY-1281 JDBC4 Compliance
- Closed
- is related to
-
DERBY-1283 Fill in a deprecated but mandatory JDBC3 method: PreparedStatement.setUnicodeStream()
- Closed
-
DERBY-1615 Rewrite the Clob implementation in the client driver
- Closed