What is DatabaseMetaData?

Answer

    • DatabaseMetaData is a class provided by java.sql package to get all the information about the database, viz. tables in the data dictionary, names of the stored procedures, primary keys of table, etc.
    • The DatabaseMetaData object is created by calling the getMetaData() method of the Connection interface.
    • The syntax is so as follows:

DataBaseMetaData dbm = con . getMetaData();

All javabeans Questions

Ask your interview questions on javabeans

Write Your comment or Questions if you want the answers on javabeans from javabeans Experts
Name* :
Email Id* :
Mob no* :
Question
Or
Comment* :
 





Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website. If you are using this website then its your own responsibility to understand the content of the website

--------- Tutorials ---