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
Go To First  |  Previous Question  |  Next Question 
 JDBC  |  Question 38 of 135    Print  
What is metadata?

  
Total Answers and Comments: 5 Last Update: November 22, 2005     Asked by: chandu 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
October 21, 2005 07:09:23   #1  
Aarohi        

RE: What is metadata?

This is the Data Information that a Resultset has fetched.

For Example I had a resultset containig all the records from a table of 3 columns say CA,CB, CC.

Metadata will all the underlined info about the table and the columns that has been fetched.


 
Is this answer useful? Yes | No
October 21, 2005 11:11:23   #2  
Kalyankumar        

RE: What is metadata?

Hi ,

What is ResultSet Meta Data.

-Kalyan.


 
Is this answer useful? Yes | No
October 22, 2005 05:51:27   #3  
Ranjith        

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


 
Is this answer useful? Yes | No
October 23, 2005 11:58:53   #4  
Mamatha        

RE: What is metadata?
Meta Data- is information that describes about structure and properties of our data. When we define a table we specify each columns name, type of data it holds and restrictions imposed (Constraints) and who owns it. This Information in JDBC Context is called MetaData.In JDBC we have two types of Meta Data(i) ResultSet MetaData(ii) DataBase MetaData(i) ResultSet MetaData is information about data contained in ResultSet(ii) DataBase MetaData is Data about Data
 
Is this answer useful? Yes | No
November 14, 2005 02:17:03   #5  
pavani        

RE: What is metadata?
A single application can have one or more connections with a single database, or it can have connections with many different databases.A user can get information about a Connection object's database by invoking the Connection.getMetaData method. This method returns a DatabaseMetaData object that contains information about the database's tables, the SQL grammar it supports, its stored procedures, the capabilities of this connection, and so on.
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape