org.postgresql.pljava
Class SessionManager
java.lang.Object
org.postgresql.pljava.SessionManager
public class SessionManager
- extends Object
The SessionManager makes the current Session
available to the
caller.
- Author:
- Thomas Hallgren
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionManager
public SessionManager()
current
public static Session current()
throws SQLException
- Returns the current session.
- Throws:
SQLException