Category:DatabaseMetaData

From Java Example Source Code

Jump to: navigation, search

These Java examples shows how to deal with DatabaseMetaData.

Using DatabaseMetaData, you can get comprehensive information about the database.

DatabaseMetaData is implemented by driver vendors to let users know the capabilities of a Database Management System (DBMS) in combination with the driver based on JDBC technology ("JDBC driver") that is used with it. Different relational DBMSs often support different features, implement features in different ways, and use different data types. In addition, a driver may implement a feature on top of what the DBMS offers. Information returned by methods in this interface applies to the capabilities of a particular driver and a particular DBMS working together. Note that as used in this documentation, the term "database" is used generically to refer to both the driver and DBMS.

In order to run these examples, one or more of the following libraries may be required: In order to run this example program, one of the following libraries may be required:

Pages in category "DatabaseMetaData"

This category contains only the following page.

H

Personal tools