Examining the JDBC Interface 19 javax.sql.ConnectionEvent: The ConnectionEvent (Hsphere web hosting)

Examining the JDBC Interface 19 javax.sql.ConnectionEvent: The ConnectionEvent class is used to signal a closed pooled connection and an error. javax.sql.ConnectionEventListener: The ConnectionEventListener interface is used by applications that want to be notified when a Pooled- Connection object generates an event. javax.sql.ConnectionPoolDataSource: The ConnectionPoolDataSource is a factor for PooledConnection objects. The object implementing the interface can be registered using Java Naming and Directory Interface (JNDI). javax.sql.DataSource: The DataSource is a factory for connections. The object implementing the interface can be registered using JNDI. javax.sql.PooledConnection: The PooledConnection interface provides a connection to the database, but is part of a larger pool. The application developer doesn t use the interface directly. javax.sql.RowSet: The RowSet is a JavaBeans component that is created and configured at design time and executed at runtime. The RowSet can be configured to connect to a JDBC source and to read data. javax.sql.RowSetEvent: The RowSetEvent is created when a single row in a RowSet is changed, the internal cursor moves to a different location, or the entire RowSet has changed. javax.sql.RowSetInternal: The RowSetInternal interface is implemented to allow the RowSetReader and RowSetWriter objects access to the internals of a RowSet. javax.sql.RowSetListener: The RowSetListener interface is implemented by a component that wants to be notified when an event occurs in a RowSet object. The component calls the addRowSetListener() method of the RowSet in which it is interested. javax.sql.RowSetMetaData: The RowSetMetaData interface provides information about a RowSet. The information centers around the columns returned from a result. javax.sql.RowSetReader: The RowSetReader interface is used by a RowSet to obtain results from the database. javax.sql.RowSetWriter: The RowSetWriter interface is used to write changed data back to the database. javax.sql.XAConnection: The XAConnection interface allows a connection to handle distributed transactions.
Quick Hint: If you are looking for best quality webspace to host and run your tomcat application check Vision tomcat hosting services

Comments are closed.