| A1: | There are some implementations available. RowSet is an extension to the JDBC 2.0 API and therefore does not exist in the standard java.sql package, however, it does exist in the javax.sql package. Currently, reference implementation JDBC drivers are available that support RowSets. This is entirely dependent on JDBC driver vendors supporting the extensions. |