| Package | Description |
|---|---|
| java.sql |
Provides the API for accessing and processing data stored in a data source (usually a relational database) using the Java
TM programming language.
|
| javax.sql |
Provides the API for server side data source access and processing from the Java
TM programming language.
|
| Modifier and Type | Method and Description |
|---|---|
Logger |
Driver.getParentLogger()
Return the parent Logger of all the Loggers used by this driver.
|
| Modifier and Type | Method and Description |
|---|---|
Logger |
CommonDataSource.getParentLogger()
Return the parent Logger of all the Loggers used by this data source.
|