(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.