(a) Function
Gets the setting information about whether or not objects of the ResultSet class are to be validated when HiRDB executes commit processing.
(b) Format
public boolean getHiRDBCursorMode()
(c) Arguments
None.
(d) Return value
- boolean
- This is the setting information about whether or not objects of the ResultSet class are to be validated when HiRDB executes commit processing:
- true: Objects of the ResultSet class are valid after commit processing.
- false: Objects of the ResultSet class become invalid after commit processing.
(e) Functional detail
Gets the setting information about whether or not objects of the ResultSet class are to be validated when HiRDB executes commit processing.
(f) Exceptions
None.
(g) Notes
None.