Scalable Database Server, HiRDB Version 8 UAP Development Guide

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

16.8.3 getBlockUpdate

(a) Function

This function acquires a value indicating whether or not multiple parameter sets are to be processed at one time during database updating using the ? parameter.

(b) Format
 
public boolean getBlockUpdate()
 
(c) Arguments

None.

(d) Return value

boolean
Specifies whether or not multiple parameter sets are to be processed at one time. When this information is omitted, false is assumed.
true
Processes multiple parameter sets at one time.
false
Processes one parameter set at a time.*
* During database connection, if BLOCK_UPDATE=TRUE is specified in the argument of the getConnection method of the DriverManager class, the default for this function is true.
(e) Functional detail

This function acquires a value indicating whether or not multiple parameter sets are to be processed at one time during database updating using the ? parameter (INSERT, UPDATE, or DELETE).

(f) Exception

None.