Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.adfnmc.java.sql
Interface Savepoint


public interface 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.


Method Summary
 int getSavepointId()
          Returns the constructed ID for this Savepoint.
 java.lang.String getSavepointName()
          Returns the name for this Savepoint.
 

Method Detail

getSavepointId

int getSavepointId()
                   throws SQLException
Returns the constructed ID for this Savepoint.

Returns:
the ID for this Savepoint.
Throws:
SQLException

getSavepointName

java.lang.String getSavepointName()
                                  throws SQLException
Returns the name for this Savepoint.

Returns:
the name of this Savepoint.
Throws:
SQLException

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.