Nonstop Database, HiRDB Version 9 UAP Development Guide

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

18.7.22 getSQLInNum

(a) Function

Gets the maximum number of input ? parameters in the SQL statements to be executed.

(b) Format
 
public int getSQLInNum() throws SQLException
 
(c) Arguments

None.

(d) Return value

int
Maximum number of input ? parameters in the SQL statements to be executed, as set by setSQLInNum (if this information has not been specified, the method returns the default value (300))
(e) Functional detail

Gets the maximum number of input ? parameters in the SQL statements to be executed, as set by the setSQLInNum method.

(f) Exceptions

None.