Scalable Database Server, HiRDB Version 8 UAP Development Guide

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

17.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
This is the maximum number of input ? parameters in SQL statements to be executed, as set by the setSQLInNum method. If a value has not been set, the default value 300 is returned.
(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.