16.11.26 getSQLInNum

(a) Function

Specifies the maximum number of input or input/output ? parameters in the SQL statements to be executed that has been set by setSQLInNum.

(b) Format

public int getSQLInNum()

(c) Argument

None.

(d) Return value
int
This is the maximum number of input or input/output ? parameters in the SQL statements to be executed that has been set by setSQLInNum. If no value has been set, the method returns the default value (64).
(e) Functional detail

Acquires the maximum number of input or input/output ? parameters in the SQL statements to be executed that has been set by setSQLInNum.

(f) Exception that occurs

None.