The driver calls this method on all StatementEventListeners
registered on the connection when it detects that a
PreparedStatement is invalid. The driver calls this method
just before it throws the SQLException,
contained in the given event, to the application.
event | an event object describing the source of the event,
the statement that is invalid and the exception the
driver is about to throw. The source of the event is
the PooledConnection which the invalid PreparedStatement
is associated with. |
Diagram: Events