(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). For details about the relationship between the returned value and the retained warning, see 16.2.9 SQLWarning class.
(e) Functional detail
Acquires the warning retention level specified in setSQLWarningLevel. If this information has not been set, the method returns the default value (SQLWARN).
(f) Exception that occurs
None.