Nonstop Database, HiRDB Version 9 UAP Development Guide

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

17.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) Exception that occurs

None.