Class SQLServerSavepoint

  • All Implemented Interfaces:
    ISQLServerSavepoint, Serializable, Savepoint

    public final class SQLServerSavepoint
    extends Object
    implements ISQLServerSavepoint
    Provides an implementation of JDBC Interface java.sql.Savepoint. A savepoint is checkpoint to which a transaction can be rolled back. Savepoints are defined relative to a connection.F

    The API javadoc for JDBC API methods that this class implements are not repeated here. Please see Sun's JDBC API interfaces javadoc for those details.

    See Also:
    Serialized Form