Name

RowSetReader

Synopsis

Loads data into a RowSet that implements RowSetInternal. The extensions to ResultSet introduced in JDBC 2.0 are used to insert data.

public interface RowSetReader {
// Public Instance Methods
   public abstract void readData(
        RowSetInternal caller) throws java.sql.SQLException;  
}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.