Method and Description |
---|
org.h2.tools.SimpleResultSet.getBigDecimal(int, int)
INTERNAL
|
org.h2.jdbc.JdbcCallableStatement.getBigDecimal(int, int) |
org.h2.jdbc.JdbcResultSet.getBigDecimal(int, int) |
org.h2.tools.SimpleResultSet.getBigDecimal(String, int)
INTERNAL
|
org.h2.jdbc.JdbcResultSet.getBigDecimal(String, int) |
org.h2.tools.Csv.getInstance()
use the public constructor instead
|
org.h2.tools.SimpleResultSet.getUnicodeStream(int)
INTERNAL
|
org.h2.jdbc.JdbcResultSet.getUnicodeStream(int)
since JDBC 2.0, use getCharacterStream
|
org.h2.tools.SimpleResultSet.getUnicodeStream(String)
INTERNAL
|
org.h2.jdbc.JdbcResultSet.getUnicodeStream(String)
since JDBC 2.0, use setCharacterStream
|
org.h2.jdbc.JdbcPreparedStatement.setUnicodeStream(int, InputStream, int)
since JDBC 2.0, use setCharacterStream
|
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.