Connection.getWarnings
Interface Overview | Interface Members | 
  This Package | 
All Packages
 public abstract SQLWarning getWarnings() throws SQLException
Returns
     the first SQLWarning or null
    Description
 The first warning reported by calls on this Connection is
 returned.  
 Note: Subsequent warnings will be chained to this
 SQLWarning.
  
Exceptions
 SQLException
     if a database-access error occurs.