|
setUnicodeStream and getUnicodeStream are deprecated API's
Network client
PreparedStatement.setUnicodeStream() and ResultSet.getUnicodeStream() should throw not implemented exceptions rather than trying to handle these calls.
Note: The current client implementation of setUnicodeStream() and getUnicodeStream() are broken and can cause unexpected errors
|