org.gbif.checklistbank.utils
Class SqlUtils

java.lang.Object
  extended by org.gbif.checklistbank.utils.SqlUtils

public class SqlUtils
extends java.lang.Object

Copied this class from Checklist bank code to remove some of the dependencies.


Field Summary
protected static org.apache.commons.logging.Log log
           
 
Constructor Summary
SqlUtils()
           
 
Method Summary
static void executeSqlScript(java.sql.Connection con, java.io.InputStream sqlScript)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final org.apache.commons.logging.Log log
Constructor Detail

SqlUtils

public SqlUtils()
Method Detail

executeSqlScript

public static void executeSqlScript(java.sql.Connection con,
                                    java.io.InputStream sqlScript)
                             throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2014. All Rights Reserved.