org.postgresql.pljava.test
Class TestPLJava

java.lang.Object
  extended by org.postgresql.pljava.test.TestPLJava

public class TestPLJava
extends Object

PL/Java Test harness

Author:
Thomas Hallgren

Constructor Summary
TestPLJava(String pgsqlHome, String pljavaHome)
           
 
Method Summary
 int getMajorVer()
           
 int getMinorVer()
           
 Environment getPostgresEnvironment()
           
 void initdb()
           
static void main(String[] args)
           
static void printUsage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestPLJava

public TestPLJava(String pgsqlHome,
                  String pljavaHome)
           throws IOException
Throws:
IOException
Method Detail

printUsage

public static void printUsage()

getPostgresEnvironment

public Environment getPostgresEnvironment()
                                   throws IOException
Throws:
IOException

main

public static void main(String[] args)

initdb

public void initdb()

getMajorVer

public final int getMajorVer()

getMinorVer

public final int getMinorVer()