org.postgresql.pljava.test
Class Tester

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

public class Tester
extends Object

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

Author:
Thomas Hallgren

Constructor Summary
Tester(Connection conn)
           
 
Method Summary
 void close()
           
static void main(String[] argv)
           
static void printUsage()
           
 void testBinaryColumns()
           
 void testCallInCall()
           
 void testComplexScalar()
           
 void testComplexTuple()
           
 void testCurrentDir()
           
 void testDatabaseMetaData()
           
 void testInsertUsernameTrigger()
           
 void testInt()
           
 void testModdatetimeTrigger()
           
 void testParameters()
           
 void testResultSet()
           
 void testSavepointSanity()
           
 void testSetReturn()
           
 void testSPIActions()
           
 void testTimestamp()
           
 void testTransactionRecovery()
           
 void testTrustedSecurity()
           
 void testTupleReturn()
           
 void testUsingProperties()
           
 void testUsingResultSetProperties()
           
 void testUsingScalarProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tester

public Tester(Connection conn)
       throws SQLException
Throws:
SQLException
Method Detail

printUsage

public static void printUsage()

main

public static void main(String[] argv)

close

public void close()
           throws SQLException
Throws:
SQLException

testParameters

public void testParameters()
                    throws SQLException
Throws:
SQLException

testSPIActions

public void testSPIActions()
                    throws SQLException
Throws:
SQLException

testTupleReturn

public void testTupleReturn()
                     throws SQLException
Throws:
SQLException

testSetReturn

public void testSetReturn()
                   throws SQLException
Throws:
SQLException

testUsingProperties

public void testUsingProperties()
                         throws SQLException
Throws:
SQLException

testUsingResultSetProperties

public void testUsingResultSetProperties()
                                  throws SQLException
Throws:
SQLException

testUsingScalarProperties

public void testUsingScalarProperties()
                               throws SQLException
Throws:
SQLException

testBinaryColumns

public void testBinaryColumns()
                       throws SQLException
Throws:
SQLException

testCallInCall

public void testCallInCall()
                    throws SQLException
Throws:
SQLException

testModdatetimeTrigger

public void testModdatetimeTrigger()
                            throws SQLException
Throws:
SQLException

testInsertUsernameTrigger

public void testInsertUsernameTrigger()
                               throws SQLException
Throws:
SQLException

testTimestamp

public void testTimestamp()
                   throws SQLException
Throws:
SQLException

testInt

public void testInt()
             throws SQLException
Throws:
SQLException

testComplexScalar

public void testComplexScalar()
                       throws SQLException
Throws:
SQLException

testComplexTuple

public void testComplexTuple()
                      throws SQLException
Throws:
SQLException

testCurrentDir

public void testCurrentDir()
                    throws SQLException
Throws:
SQLException

testSavepointSanity

public void testSavepointSanity()
                         throws SQLException
Throws:
SQLException

testTransactionRecovery

public void testTransactionRecovery()
                             throws SQLException
Throws:
SQLException

testTrustedSecurity

public void testTrustedSecurity()
                         throws SQLException
Throws:
SQLException

testDatabaseMetaData

public void testDatabaseMetaData()
                          throws SQLException
Throws:
SQLException

testResultSet

public void testResultSet()
                   throws SQLException
Throws:
SQLException