Retrieve Metadata of Database with DatabaseMetaData

Using DatabaseMetaData interface, we can obtain the database specific metadata like the functions database supports, the driver used, its info and types permitted etc. This interface is used mostly by tool developers to know database-specific information. Many methods exist with which the database can be queried. Following program illustrate the usage of few of the …

Retrieve Metadata of Database with DatabaseMetaData Read More »