KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > sql > rowset > spi > TransactionalWriter

javax.sql.rowset.spi
Interface TransactionalWriter

All Superinterfaces:
RowSetWriter
See Also:
Source Code

void commit()
            throws SQLException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void rollback()
              throws SQLException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void rollback(Savepoint s)
              throws SQLException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags