org.postgresql.pljava.example
Class Security

java.lang.Object
  extended by org.postgresql.pljava.example.Security

public class Security
extends Object


Constructor Summary
Security()
           
 
Method Summary
static String createTempFile()
          The following method should fail if the language in use is untrusted.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Security

public Security()
Method Detail

createTempFile

public static String createTempFile()
                             throws SQLException
The following method should fail if the language in use is untrusted.

Returns:
The name of a created temporary file.
Throws:
SQLException