pljava 1.0.0

org.postgresql.pljava.test
Class Tester

java.lang.Object
  extended byorg.postgresql.pljava.test.Tester

public class Tester
extends java.lang.Object

Some fairly crude tests. All tests are confided to the schema "javatest"

Author:
Thomas Hallgren

Constructor Summary
Tester(java.sql.Connection conn)
           
 
Method Summary
 void close()
           
static void main(java.lang.String[] argv)
           
static void printUsage()
           
 void testComplexReturn()
           
 void testInsertUsernameTrigger()
           
 void testInt()
           
 void testModdatetimeTrigger()
           
 void testParameters()
           
 void testSetReturn()
           
 void testSPIActions()
           
 void testTimestamp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tester

public Tester(java.sql.Connection conn)
Method Detail

printUsage

public static void printUsage()

main

public static void main(java.lang.String[] argv)

close

public void close()
           throws java.sql.SQLException
Throws:
java.sql.SQLException

testParameters

public void testParameters()
                    throws java.sql.SQLException
Throws:
java.sql.SQLException

testSPIActions

public void testSPIActions()
                    throws java.sql.SQLException
Throws:
java.sql.SQLException

testComplexReturn

public void testComplexReturn()
                       throws java.sql.SQLException
Throws:
java.sql.SQLException

testSetReturn

public void testSetReturn()
                   throws java.sql.SQLException
Throws:
java.sql.SQLException

testModdatetimeTrigger

public void testModdatetimeTrigger()
                            throws java.sql.SQLException
Throws:
java.sql.SQLException

testInsertUsernameTrigger

public void testInsertUsernameTrigger()
                               throws java.sql.SQLException
Throws:
java.sql.SQLException

testTimestamp

public void testTimestamp()
                   throws java.sql.SQLException
Throws:
java.sql.SQLException

testInt

public void testInt()
             throws java.sql.SQLException
Throws:
java.sql.SQLException

pljava 1.0.0