java.sql. ResultSet Provides metadata information about the result set
java.sql.ResultSetMetaData Manages result set metadata information
java.sql.Statement Manages static SQL statements javax.sql.ConnectionPoolDataSource Supports caching and reusing of physical connections, which improves application performance and scalability
javax.sql.DataSource Provides access to JDBC drivers and manages data sources.
javax.sql.PooledConnection Represents a physical connection to a data source.
javax.sql.RowSet Encapsulates a set of rows that have been retrieved from a tabular data source.
javax.sql.RowSetMetaData Manages row set meta data information.
javax.sql.XAConnection A XAConnection object is a Pooled Connection object that can participate in a distributed transaction.
javax.sql.XADataSource Provides connections that can participate in a distributed transaction.
If you have the better answer, then send it to us. We will display your answer after the approval.
If 4 different drivers are loaded, & created 4 different statements calling diffener tables from same database, how driver is recognized for each statement?