-
Fields Field Description org.h2.api.ErrorCode.USER_DATA_TYPE_ALREADY_EXISTS_1 org.h2.api.ErrorCode.USER_DATA_TYPE_NOT_FOUND_1
-
Methods Method Description org.h2.jdbc.JdbcCallableStatement.getBigDecimal(int, int) org.h2.jdbc.JdbcPreparedStatement.setUnicodeStream(int, InputStream, int) since JDBC 2.0, use setCharacterStreamorg.h2.jdbc.JdbcResultSet.getBigDecimal(String, int) org.h2.jdbc.JdbcResultSet.getUnicodeStream(int) since JDBC 2.0, use getCharacterStreamorg.h2.tools.SimpleResultSet.getBigDecimal(int, int) INTERNALorg.h2.tools.SimpleResultSet.getUnicodeStream(int) INTERNAL