Scalable Database Server, HiRDB Version 8 UAP Development Guide

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

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