Nonstop Database, HiRDB Version 9 UAP Development Guide

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

17.11.30 getSQLWarningLevel

(a) Function

Acquires the warning retention level specified in setSQLWarningLevel.

(b) Format
 
public String getSQLWarningLevel ()
 
(c) Argument

None.

(d) Return value

String
Returns the warning retention level set by setSQLWarningLevel (IGNORE, SQLWARN, or ALLWARN). If no warning retention level is specified, the method returns the default value (SQLWARN). For details about the relationship between the returned value and the retained warning, see 17.2.9 SQLWarning class.
(e) Exception that occurs

None.