8.2.32 setCatalog(String catalog)
- Organization of this subsection
(1) Function
This method sets the name of the catalog that is to be passed and selects a database work subspace for the Connection object.
(2) Format
public synchronized void setCatalog(String catalog) throws SQLException
(3) Arguments
- String catalog
-
This argument is ignored, if specified.
(4) Return value
None.
(5) Exceptions
If this Connection object is closed, the JDBC driver throws an SQLException.