All Implemented Interfaces:
CommonDataSource, Wrapper
A class which implements the {@code DataSource} interface is typically registered with a JNDI naming service directory and is retrieved from there by name.
The {@code DataSource} interface is typically implemented by the writer of a JDBC driver. There are three variants of the {@code DataSource} interface, which produce connections with different characteristics:
Note that a JDBC driver which is accessed via the {@code DataSource} interface is loaded via a JNDI lookup process. A driver loaded in this way does not register itself with the {@code DriverManager}.
| Method from javax.sql.DataSource Summary: |
|---|
| getConnection, getConnection |
| Method from javax.sql.DataSource Detail: |
|---|
|
|