Method and Description |
---|
org.hsqldb.jdbc.jdbcResultSet.getBigDecimal(int, int)
by java.sun.com as of JDK 1.2
|
org.hsqldb.jdbc.jdbcCallableStatement.getBigDecimal(int, int)
use
getBigDecimal(int parameterIndex)
or getBigDecimal(String parameterName) |
org.hsqldb.jdbc.jdbcResultSet.getBigDecimal(String, int)
by java.sun.com as of JDK 1.2
|
org.hsqldb.jdbc.jdbcResultSet.getUnicodeStream(int)
use
getCharacterStream in place of
getUnicodeStream |
org.hsqldb.jdbc.jdbcResultSet.getUnicodeStream(String)
use
getCharacterStream instead |
org.hsqldb.jdbc.jdbcPreparedStatement.setUnicodeStream(int, InputStream, int)
Sun does not include a reason, but presumably
this is because setCharacterStream is now prefered
|
Copyright ? 2001 - 2005 HSQL Development Group. All Rights Reserved.