Method | Description |
---|---|
org.hsqldb.jdbc.JDBCCallableStatement.getBigDecimal(int, int) |
use
getBigDecimal(int parameterIndex)
or getBigDecimal(String parameterName) |
org.hsqldb.jdbc.JDBCPreparedStatement.setUnicodeStream(int, InputStream, int) |
Sun does not include a reason, but presumably
this is because setCharacterStream is now prefered
|
org.hsqldb.jdbc.JDBCResultSet.getBigDecimal(int, int) |
by java.sun.com as of JDK 1.2
|
org.hsqldb.jdbc.JDBCResultSet.getUnicodeStream(int) |
use
getCharacterStream in place of
getUnicodeStream |
Copyright �� 2001 - 2013 HSQL Development Group.