GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  J2EE  >  JDBC

 Print  |  
Question:  What is metadata?



October 10, 2005 05:51:27 #3
 Ranjith   Member Since: Visitor    Total Comments: N/A 

RE: What is metadata?
 

Basically, Metadata is data about data.

In context of JDBC, there may be two types of metadata.

1. Describing information about the Resultset object. i.e, if u have applied a query that fetches some result. this metadata describes information about how many columns have been fetched, their names etc.

2. Second One describes about the database connection

     

 

Back To Question