Searched refs:Savepoint (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/classes/java/sql/
H A DSavepoint.java41 public interface Savepoint { interface
45 * <code>Savepoint</code> object represents.
53 * Retrieves the name of the savepoint that this <code>Savepoint</code>
H A DConnection.java701 * returns the new <code>Savepoint</code> object that represents it.
706 * @return the new <code>Savepoint</code> object
714 * @see Savepoint
717 Savepoint setSavepoint() throws SQLException;
721 * and returns the new <code>Savepoint</code> object that represents it.
727 * @return the new <code>Savepoint</code> object
735 * @see Savepoint
738 Savepoint setSavepoint(String name) throws SQLException;
741 * Undoes all changes made after the given <code>Savepoint</code> object
746 * @param savepoint the <code>Savepoint</cod
[all...]
/openjdk7/jdk/src/share/classes/javax/sql/rowset/spi/
H A DTransactionalWriter.java33 import java.sql.Savepoint;
73 * <code>Savepoint</code> object. This method should be used only when auto-commit
76 * @param s a <code>Savepoint</code> object marking a savepoint in the current
82 public void rollback(Savepoint s) throws SQLException;
/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DJdbcRowSet.java269 * @see #rollback(Savepoint)
285 public void rollback(Savepoint s) throws SQLException;
H A DCachedRowSet.java1511 * <code>Savepoint</code> transaction marker. This method should be used only
1514 * @param s A <code>Savepoint</code> transaction marker
1518 public void rollback(Savepoint s) throws SQLException;
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DCachedRowSetWriter.java1420 public void rollback(Savepoint s) throws SQLException {
H A DSyncResolverImpl.java4511 * to the last <code>Savepoint</code> transaction marker.
4513 * @see java.sql.Connection#rollback(Savepoint)
4515 public void rollback(Savepoint s) throws SQLException {
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java4126 * last <code>Savepoint</code> transaction marker. Wraps the internal
4129 * @param s the <code>Savepoint</code> transaction marker to roll the
4134 public void rollback(Savepoint s) throws SQLException {
H A DCachedRowSetImpl.java6900 * to the last <code>Savepoint</code> transaction marker.
6902 * @see java.sql.Connection#rollback(Savepoint)
6904 public void rollback(Savepoint s) throws SQLException {

Completed in 114 milliseconds