16.11.28 getSQLOutNum

(a) Function

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

(b) Format

public int getSQLOutNum()

(c) Argument

None.

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

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

(f) Exception that occurs

None.