pljava 1.0.0

org.postgresql.pljava
Class Server

java.lang.Object
  extended byorg.postgresql.pljava.Server

public class Server
extends java.lang.Object

Provides access to some useful routines in the PostgreSQL server.

Author:
Thomas Hallgren

Constructor Summary
Server()
           
 
Method Summary
static java.lang.String getSessionUserName()
          Return the session user.
static java.lang.String getUserName()
          Return the current user.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Server

public Server()
Method Detail

getUserName

public static java.lang.String getUserName()
Return the current user.


getSessionUserName

public static java.lang.String getSessionUserName()
Return the session user.


pljava 1.0.0