Nonstop Database, HiRDB Version 9 UAP Development Guide

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

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

None.