8.2.18 getMetaData()
- Organization of this subsection
(1) Function
This method creates a DatabaseMetaData object.
(2) Format
public synchronized DatabaseMetaData getMetaData() throws SQLException
(3) Arguments
None.
(4) Return value
The method returns the DatabaseMetaData object.
(5) Exceptions
If this Connection object is closed, the JDBC driver throws an SQLException.