Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Carolina Lopez   on Jun 10 In Java Category.

  
Question Answered By: Luigi Fischer   on Jun 10

You'll need to use ResultSetMetaData to get the
details of the results returned.<br>ResultSet
rsSet;<br>ResultSetMetaData rsMeta = rsSet.getMetaData();<br><br>This will
allow you to get rows, column  names, etc.

Share: 

 
 
Didn't find what you were looking for? Find more on ResultSet question Or get search suggestion and latest updates.


Tagged: