Documentation for this section has not yet been entered.
Type Reason Java.Sql.SQLException if an error occurs accessing the database.
Retrieves the first SQLWarning reported by calls on this statement. If there are multiple warnings, subsequent warnings are chained to the first one. The chain of warnings is cleared each time the statement is executed.
Warnings associated with reads from the ResultSet returned from executing the statement will be attached to the ResultSet, not the statement object.