| Author |
No Rowset Implementations in JDK 5?
|
Yong Bakos
Greenhorn
Joined: Jul 18, 2005
Posts: 29
|
|
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
Joined: Jul 18, 2005
Posts: 29
|
|
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!
|
 |
 |
|
|
subject: No Rowset Implementations in JDK 5?
|
|
|