org.postgresql.pljava.jdbc
Class Invocation
java.lang.Object
org.postgresql.pljava.jdbc.Invocation
public class Invocation
- extends Object
- Author:
- Thomas Hallgren
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getNestingLevel
public int getNestingLevel()
- Returns:
- The nesting level of this invocation
onExit
public void onExit()
throws SQLException
- Called from the backend when the invokation exits. Should
not be invoked any other way.
- Throws:
SQLException
current
public static Invocation current()
- Returns:
- The current invocation