16.11.22 getBlockUpdate

(a) 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, and DELETE).

(b) Format

public boolean getBlockUpdate()

(c) Argument

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

(f) Exception that occurs

None.

(g) Notes

None.