org.postgresql.pljava.test
Class TableBuilder

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

public class TableBuilder
extends Object


Constructor Summary
TableBuilder()
           
 
Method Summary
 void createJavaFunction()
           
 void createTable()
           
 void doSelects()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableBuilder

public TableBuilder()
             throws Exception
Throws:
Exception
Method Detail

main

public static void main(String[] args)

createTable

public void createTable()
                 throws Exception
Throws:
Exception

createJavaFunction

public void createJavaFunction()
                        throws Exception
Throws:
Exception

doSelects

public void doSelects()
               throws Exception
Throws:
Exception