Nonstop Database, HiRDB Version 9 UAP Development Guide
The following table lists limitations to the methods in the PreparedStatement class that are added in the JDBC2.0 basic standard.
Table 17-26 Limitations to the methods in the PreparedStatement class that are added in the JDBC2.0 basic standard
| Method added in JDBC2.0 basic standard | Limitation |
|---|---|
| setBlob | For the JDBC driver, the method treats the JDBC SQL type as LONGVARBINARY. |
| setClob | Unconditionally throws SQLException because the SQL CLOB type is not available. |
| setRef | Unconditionally throws SQLException because the SQL structured type is not available. |
| setNull | If the complete name of an SQL user-defined type is specified, the method unconditionally throws SQLException because the SQL structured type or the SQL array type is not available. |
| setObject | Ignores the specified scale and obtains the value of scale from the actual value specified. |
All Rights Reserved. Copyright (C) 2011, Hitachi, Ltd.