org.postgresql.pljava.internal
Class PgSavepoint
java.lang.Object
org.postgresql.pljava.internal.PgSavepoint
- All Implemented Interfaces:
- java.sql.Savepoint
public class PgSavepoint
- extends java.lang.Object
- implements java.sql.Savepoint
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
set
public static PgSavepoint set(java.lang.String name)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
release
public void release()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
rollback
public void rollback()
throws java.sql.SQLException
- 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
getSavepointId
public int getSavepointId()
- Specified by:
getSavepointId
in interface java.sql.Savepoint
onInvocationExit
public void onInvocationExit(java.sql.Connection conn)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
Copyright (c) 2003, 2004, 2005 TADA AB - Taby Sweden. Distributed under the terms shown in COPYRIGHT