API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.sql. Savepoint View Source
Author(s)
Since
1.4
Version
Serial
Hierarchy
 Savepoint
Subinterfaces
Description
public interface Savepoint
  The representation of a savepoint, which is a point within the current transaction that can be referenced from the Connection.rollback method.
See also:   
Methods
Hide/Show inherited methods
public int getSavepointId () throws SQLException
  Retrieves the generated ID for the savepoint that this Savepoint object represents.
public String getSavepointName () throws SQLException
  Retrieves the name of the savepoint that this Savepoint object represents.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar