| Author |
Implementing ResultSet
|
Prabhat Jha
Ranch Hand
Joined: Aug 13, 2007
Posts: 58
|
|
Hi,
Can there be any need for implementing ResultSet if i am not a Database Driver Provider?
Thanks,
Prabhat
|
Thanks,
Prabhat
SCJP 1.5, SCWCD 1.5, SCBCD 1.5
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
No.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
Jan Cumps
Bartender
Joined: Dec 20, 2006
Posts: 2343
|
|
A slight nuance to Pauls answer:
Sun has a Reference Implementation that provides a javax.sql.rowset CachedRowSet.
In essence, this RI is not a database driver, and contains a class that implements ResultSet.
(hope this explanation is not confusing. I do not understand it myself when re-reading it )
|
OCUP UML fundamental
ITIL foundation
|
 |
Prabhat Jha
Ranch Hand
Joined: Aug 13, 2007
Posts: 58
|
|
Thanks for the response.
The bottom line it doesn't makes sense implement it.
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16480
|
|
Paul Sturrock wrote:No.
Applying the HMS Pinafore rule:
Chorus: What, never?
Captain: No, never!
Chorus: What, never?
Captain: ... Hardly ever!
|
 |
 |
|
|
subject: Implementing ResultSet
|
|
|