Nonstop Database, HiRDB Version 9 UAP Development Guide
Table 17-24 lists limitations to the methods in the Connection class that are defined in the JDBC1.0 standard, while Table 17-25 lists limitations to the methods added in the JDBC2.0 basic standard.
Table 17-24 Limitations to the methods in the Statement class that are defined in the JDBC1.0 standard
| Method defined in JDBC1.0 standard | Limitation |
|---|---|
| setCursorName | Not usable (because positioned updating or deletion is not available). |
| getMaxFieldSize | Returns the value specified with setMaxFieldSize. |
| getMoreResults | Unconditionally returns false. |
| setMaxRows | Not usable. |
| setQueryTimeout |
Table 17-25 Limitations to the methods in the Statement class that are added in the JDBC2.0 basic standard
| Method added in JDBC2.0 basic standard | Limitation |
|---|---|
| setFetchDirection | Throws SQLException if anything other than FETCH_FORWARD is specified. |
| getFetchSize | Returns the value specified with the setFetchSize method. |
All Rights Reserved. Copyright (C) 2011, Hitachi, Ltd.