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