Android
java.sql
public interface

java.sql.Savepoint

java.sql.Savepoint

A Savepoint is an instant during the current transaction that can be utilized by a Rollback from the Connection.rollback method. Rolling back to a particular Savepoint means that all changes that occurred after that Savepoint are removed.

Summary

Public Methods

          int  getSavepointId()
Returns the constructed ID for this Savepoint.
          String  getSavepointName()
Returns the name for this Savepoint.

Details

Public Methods

public int getSavepointId()

Returns the constructed ID for this Savepoint.

Returns

  • the ID for this Savepoint.

Throws

SQLException

public String getSavepointName()

Returns the name for this Savepoint.

Returns

  • the name of this Savepoint.

Throws

SQLException
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48