Method used for getting metadata of a database in jdbc

Java
To get the metadata from your source, call "getMetaData()" method using the Connection object.
Source

Also in Java: