✓
public class StatementEvent
extends java.util.EventObject
Constructors
- ✓public StatementEvent(javax.sql.PooledConnection arg0, java.sql.PreparedStatement arg1)
- ✓public StatementEvent(javax.sql.PooledConnection arg0, java.sql.PreparedStatement arg1, java.sql.SQLException arg2)
Methods
- ✓public java.sql.SQLException getSQLException()
- ✓public java.sql.PreparedStatement getStatement()
Serialized Form
✓serialVersionUID
✓-8089573731826608315Serialized Fields
- ✓java.sql.SQLException exception
- ✓java.sql.PreparedStatement statement