虽然它成了jdbc API中的一个部分,但RowSet 接口其实是独立存在的,
上一句我不会翻译[原文如下:The RowSet interface is unique in that it is intended to be implemented using the rest of the JDBC(TM) API. ]
换句话说,RowSet 接口是一层浮在jdbc Api上执行的软件;RowSet 的具体实现能被任何人,包括jdbc驱动提供商将其作为驱动的一个部分来提供。
.
.
.
具体的方法及属性,略……
/*
*译者:罗亭
*E文水平差,有误请谅(:
*转载请注明
*/