Package org.smallmind.persistence.sql
Class PooledPreparedStatementEvent
java.lang.Object
java.util.EventObject
javax.sql.StatementEvent
org.smallmind.persistence.sql.PooledPreparedStatementEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionPooledPreparedStatementEvent(PooledConnection connection, PreparedStatement statement, String statementId) PooledPreparedStatementEvent(PooledConnection connection, PreparedStatement statement, SQLException exception, String statementId) -
Method Summary
Methods inherited from class javax.sql.StatementEvent
getSQLException, getStatementMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
PooledPreparedStatementEvent
public PooledPreparedStatementEvent(PooledConnection connection, PreparedStatement statement, String statementId) -
PooledPreparedStatementEvent
public PooledPreparedStatementEvent(PooledConnection connection, PreparedStatement statement, SQLException exception, String statementId)
-
-
Method Details
-
getStatementId
-