[ http://issues.apache.org/jira/browse/DERBY-1445?page=all ]
V.Narayanan updated DERBY-1445:
-------------------------------
Attachment: JDBC40_long_length_overloads_ver3.diff
JDBC40_long_length_overloads_ver3.stat
Thank you for the patient and detailed review of the patch. Please find
attached the patch with the issues addressed. Please do point out any more
changes you think is necessary. I shall make them and post them again.
thanx once again
Narayanan
> Add new streaming overloads and modify some existing ones.
> -----------------------------------------------------------
>
> Key: DERBY-1445
> URL: http://issues.apache.org/jira/browse/DERBY-1445
> Project: Derby
> Type: New Feature
> Components: JDBC
> Reporter: V.Narayanan
> Assignee: V.Narayanan
> Attachments: JDBC40_long_length_overloads.diff,
> JDBC40_long_length_overloads.stat, JDBC40_long_length_overloads_ver2.diff,
> JDBC40_long_length_overloads_ver2.stat,
> JDBC40_long_length_overloads_ver3.diff, JDBC40_long_length_overloads_ver3.stat
>
> The task involves Adding and modifying the following methods, which were
> recently added by the JDBC4 expert group and which appeared in Mustang build
> 86:
> add PreparedStatement.setAsciiStream (int columnIndex, InputStream x,
> long length)
> add PreparedStatement.setBinaryStream (int columnIndex, InputStream x,
> long length
> add PreparedStatement.setCharacterStream (int columnIndex, Reader x,
> long length)
> add CallableStatement.setAsciiStream (String columnName, InputStream x,
> long length)
> add CallableStatement.setBinaryStream (String columnName, InputStream
> x, long length)
> add CallableStatement.setCharacterStream (String columnName, Reader x,
> long length)
> add ResultSet.updateAsciiStream (int columnIndex, InputStream x, long
> length)
> add ResultSet.updateBinaryStream (int columnIndex, InputStream x, long
> length)
> add ResultSet.updateCharacterStream (int columnIndex, Reader x, long
> length)
> add ResultSet.updateAsciiStream (String columnName, InputStream x, long
> length)
> add ResultSet.updateBinaryStream (String columnName, InputStream x,
> long length)
> add ResultSet.updateCharacterStream (String columnName, Reader x, long
> length)
> add ResultSet.updateBlob (int columnIndex, InputStream x, long length)
> add ResultSet.updateBlob (String columnName, InputStream x, long length)
> add ResultSet.updateClob (int columnIndex, Reader x, long length)
> add ResultSet.updateClob (String columnName, Reader x, long length)
> add ResultSet.updateNClob (int columnIndex, Reader x, long length)
> add ResultSet.updateNClob (String columnName, Reader x, long length)
> modify ResultSet.updateNCharacterStream(int columnIndex, Reader x, int
> length) to ResultSet.updateNCharacterStream(int columnIndex, Reader x, long
> length)
> modify ResultSet.updateNCharacterStream(String columnName, Reader x,
> int length) to ResultSet.updateNCharacterStream(String columnName,
> Reader x, long length)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira