1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00

Minor fixes ready for 7.0

This commit is contained in:
Peter Mount
2000-05-03 15:58:09 +00:00
parent c804a48ec6
commit 86b8bd0748
6 changed files with 153 additions and 72 deletions

View File

@ -490,7 +490,7 @@ public class ResultSet extends org.postgresql.ResultSet implements java.sql.Resu
* @exception SQLException if a database access error occurs
* @see getAsciiStream
* @see getBinaryStream
* @deprecated
* @deprecated in JDBC2.0
*/
public InputStream getUnicodeStream(int columnIndex) throws SQLException
{