javax.sql.StatementEvent

E937652

javax.sql.StatementEvent is a Java class in the JDBC API that represents an event signaling that a PreparedStatement or CallableStatement has been closed or is invalid, typically used by connection pooling implementations.

Try in SPARQL Jump to: Statements Referenced by

Statements (29)

Predicate Object
instanceOf Java class
event object
apiLevel public
belongsTo JDBC 4.0 specification NERFINISHED
extends java.util.EventObject NERFINISHED
hasConstructor StatementEvent(PooledConnection con, PreparedStatement statement)
StatementEvent(PooledConnection con, PreparedStatement statement, SQLException exception)
hasMethod getSQLException()
getSource()
getStatement()
introducedIn Java SE 6 NERFINISHED
package javax.sql
partOf JDBC API NERFINISHED
Java Platform, Standard Edition NERFINISHED
purpose notify listeners that a pooled statement is closed or invalid
relatedTo javax.sql.PooledConnection
javax.sql.StatementEventListener NERFINISHED
serialization serializable via EventObject
signals CallableStatement closed
CallableStatement invalid
PreparedStatement closed
PreparedStatement invalid
threadSafety not guaranteed thread-safe
usedBy javax.sql.PooledConnection NERFINISHED
javax.sql.StatementEventListener NERFINISHED
usedFor JDBC connection pooling
statement event notification
usedIn JDBC resource management
connection pooling implementations

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

javax.sql containsClass javax.sql.StatementEvent