8.2.9 getCatalog()
- Organization of this subsection
(1) Function
This method acquires the current catalog name for this Connection object.
(2) Format
public synchronized String getCatalog() throws SQLException
(3) Arguments
None.
(4) Return value
The method always returns null.
(5) Exceptions
If this Connection object is closed, the JDBC driver throws an SQLException.