Scalable Database Server, HiRDB Version 8 UAP Development Guide

[Contents][Index][Back][Next]

17.7.32 getHiRDBCursorMode

(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.