pljava 1.0.0

org.postgresql.pljava.example
Class SPIActions

java.lang.Object
  extended byorg.postgresql.pljava.example.SPIActions

public class SPIActions
extends java.lang.Object

Some methods used for testing the SPI JDBC driver.

Author:
Thomas Hallgren

Constructor Summary
SPIActions()
           
 
Method Summary
static void log(java.lang.String str)
           
static int transferPeopleWithSalary(int salary)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SPIActions

public SPIActions()
Method Detail

log

public static void log(java.lang.String str)

transferPeopleWithSalary

public static int transferPeopleWithSalary(int salary)
                                    throws java.sql.SQLException
Throws:
java.sql.SQLException

pljava 1.0.0