Name

RowSetWriter

Synopsis

Writes data from a RowSet that implements RowSetInternal. The data from the RowSet can be written back to a data source (not necessarily a database).

public interface RowSetWriter {
// Public Instance Methods
   public abstract boolean writeData(
        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.