Nonstop Database, HiRDB Version 9 UAP Development Guide

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

18.7.24 getSQLOutNum

(a) Function

Gets the maximum number of retrieval items for the SQL statements to be executed.

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

None.

(d) Return value

int
Maximum number of retrieval items for the SQL statements to be executed, as set by setSQLOutNum (if this information has not been specified, the method returns the default value (300))
(e) Functional detail

Gets the maximum number of retrieval items for the SQL statements to be executed, as set by the setSQLOutNum method.

(f) Exceptions

None.