8.2.40 setSchema(String schema)
- Organization of this subsection
(1) Function
This method sets the name of the schema to access. This method does not set a schema name. The value specified in the argument of this method is ignored.
(2) Format
public synchronized void setSchema(String schema) throws SQLException
(3) Arguments
- String schema
-
Specifies the schema name. However, any value you specify is ignored.
(4) Return value
None.
(5) Exceptions
If the Connection object is closed, the JDBC driver throws an SQLException.