PIP.IO
Class JDBCUtility

java.lang.Object
  extended by PIP.IO.JDBCUtility

public class JDBCUtility
extends java.lang.Object


Constructor Summary
JDBCUtility()
           
 
Method Summary
static java.util.List<java.lang.Integer> createIntList(java.sql.Connection con, java.lang.String sql)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCUtility

public JDBCUtility()
Method Detail

createIntList

public static java.util.List<java.lang.Integer> createIntList(java.sql.Connection con,
                                                              java.lang.String sql)
                                                       throws java.lang.Exception
Throws:
java.lang.Exception