StatementEvent
public StatementEvent(PooledConnection con,
PreparedStatement statement,
SQLException exception)
- Constructs a
StatementEvent with the specified PooledConnection , PreparedStatement and SQLException
-
Parameters:
-
con - The PooledConnection that the closed or invalid PreparedStatement is associated with.
-
statement - The PreparedStatement that is being closed or is invalid
-
exception - The SQLException the driver is about to throw to the application
-
Throws:
-
java.lang.IllegalArgumentException - if con is null.
-
Since:
- 1.6
|