Compared :
jdbc_Statement_JdbcRowSet1.txt
- JdbcRowSet object is an enhanced ResultSet object, with
listner notification of JavaBean
- ResultSet readonly and nonscrollable
- Jdbc is scrollable
- default constructor of
JdbcRowSet rset = new JdbcRowSetImpl();
- Connection/Statement: /ResultSet pair

- JdbcRowSet / uses SetCommand

|