Which code snippet gets the DatabaseMetadata reference: code example
Example: Method used for getting metadata of a database in jdbc
To get the metadata from your source, call "getMetaData()" method using the Connection object.
To get the metadata from your source, call "getMetaData()" method using the Connection object.