org.drizzle.jdbc
Class DrizzleSavepoint

java.lang.Object
  extended by org.drizzle.jdbc.DrizzleSavepoint
All Implemented Interfaces:
java.sql.Savepoint

public class DrizzleSavepoint
extends java.lang.Object
implements java.sql.Savepoint

. User: marcuse Date: Feb 6, 2009 Time: 9:56:55 PM


Constructor Summary
DrizzleSavepoint(java.lang.String name, int savepointId)
           
 
Method Summary
 int getSavepointId()
          Retrieves the generated ID for the savepoint that this Savepoint object represents.
 java.lang.String getSavepointName()
          Retrieves the name of the savepoint that this Savepoint object represents.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DrizzleSavepoint

public DrizzleSavepoint(java.lang.String name,
                        int savepointId)
Method Detail

getSavepointId

public int getSavepointId()
                   throws java.sql.SQLException
Retrieves the generated ID for the savepoint that this Savepoint object represents.

Specified by:
getSavepointId in interface java.sql.Savepoint
Returns:
the numeric ID of this savepoint
Throws:
java.sql.SQLException - if this is a named savepoint
Since:
1.4

getSavepointName

public java.lang.String getSavepointName()
                                  throws java.sql.SQLException
Retrieves the name of the savepoint that this Savepoint object represents.

Specified by:
getSavepointName in interface java.sql.Savepoint
Returns:
the name of this savepoint
Throws:
java.sql.SQLException - if this is an un-named savepoint
Since:
1.4

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2012. All Rights Reserved.