org.apache.derby.client.am
Class Savepoint
java.lang.Object
org.apache.derby.client.am.Savepoint
- All Implemented Interfaces:
- java.sql.Savepoint
public class Savepoint
- extends java.lang.Object
- implements java.sql.Savepoint
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
savepointId_
int savepointId_
savepointName_
java.lang.String savepointName_
agent_
Agent agent_
Savepoint
Savepoint(Agent agent,
java.lang.String savepointName)
Savepoint
Savepoint(Agent agent,
int savepointId)
getSavepointId
public int getSavepointId()
throws java.sql.SQLException
- Specified by:
getSavepointId
in interface java.sql.Savepoint
- Throws:
java.sql.SQLException
getSavepointName
public java.lang.String getSavepointName()
throws java.sql.SQLException
- Specified by:
getSavepointName
in interface java.sql.Savepoint
- Throws:
java.sql.SQLException
Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.