API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sql.rowset.spi. TransactionalWriter View Source
Author(s)
Since
Version
Serial
Hierarchy
 RowSetWriter
      TransactionalWriter
Subinterfaces
Description
public interface TransactionalWriter
  A specialized interface that facilitates an extension of the standard SyncProvider abstract class so that it has finer grained transaction control.
See also:   
Methods
Hide/Show inherited methods
public void commit () throws SQLException
  Makes permanent all changes that have been performed by the acceptChanges method since the last call to either the commit or rollback methods.
public void rollback () throws SQLException
  Undoes all changes made in the current transaction.
public void rollback (Savepoint s) throws SQLException
  Undoes all changes made in the current transaction made prior to the given Savepoint object.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar