A DataSource object is a factory for Connection objects. An object that implements the DataSource interface will typically be registered with a JNDI service provider. A JDBC driver that is accessed via the DataSource API does not automatically register itself with the DriverManager.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|