• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

No Rowset Implementations in JDK 5?

 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Am I crazy, or does Java 5 _NOT_ include implementations of JDBC RowSets? I'm looking at the API doc and I only see interfaces. For example, I don't see CachedRowSetImpl here in my api doc (yes, I'm looking at javax.sql.*).

Which version of the JDBC spec does JDK 1.5 comply with? I thought that Sun would be including the old Rowset reference implementations with Java 5.
 
Yong Bakos
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The question I'm really asking is.
Why doesn't the API documentation for JDK 1.5 contain the *Impl implementations of all the RowSet interfaces?

Yuck!
reply
    Bookmark Topic Watch Topic
  • New Topic