org.huihoo.jfox.pool.connection
Class Test

java.lang.Object
  extended byorg.huihoo.jfox.pool.connection.Test

public class Test
extends java.lang.Object

Created by IntelliJ IDEA. User: kelvin.wu Date: 2003-3-28 Time: 16:29:06 To change this template use Options | File Templates.


Constructor Summary
Test()
           
 
Method Summary
static void executeSQL(java.sql.Connection conn)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

executeSQL

public static void executeSQL(java.sql.Connection conn)
                       throws java.lang.Exception
Throws:
java.lang.Exception