Download presentation
Presentation is loading. Please wait.
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.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.