Presentation is loading. Please wait.

Presentation is loading. Please wait.

Metadata.

Similar presentations


Presentation on theme: "Metadata."— Presentation transcript:

1 Metadata

2 Contents Metadata Read information about all tables in a database
Report information about a result set

3 1. Metadata JDBC can give you additional information about the structure of a database and its tables. DatabaseMetaData : gives data about the database. ResultSetMetaData : reports information about a result set

4 2. Read information about all tables in a database

5 3. Report information about a result set
ResultSetMetaData reports information about a result set. Whenever you have a result set from a query, you can inquire about the number of columns and each column's name, type, and field width.

6


Download ppt "Metadata."

Similar presentations


Ads by Google