aspose file tools
The moose likes Beginning Java and the fly likes ResultSet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "ResultSet" Watch "ResultSet" New topic
Author

ResultSet

Sujatha Rangarajan
Greenhorn

Joined: Jul 19, 2006
Posts: 23
Hi,

Can ResultSet can be called as collection?

Thanks
Joanne Neal
Rancher

Joined: Aug 05, 2005
Posts: 3011
    
    9
ResultSet is an interface and it doesn't extend Collection, so in general the answer is no. However, a class could implement both ResultSet and Collection, so in that case the answer would be yes.


Joanne
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: ResultSet
 
Similar Threads
consuquences of not closing ResultSet?
resultset
Can we extract the data from resultset after the connection get closed.
accessing resultSet
regarding resultset