org.mentabean.util
Class SQLUtils

java.lang.Object
  extended by org.mentabean.util.SQLUtils

public class SQLUtils
extends Object


Constructor Summary
SQLUtils()
           
 
Method Summary
static boolean checkIfTableExists(Connection conn, String tableName)
           
static void executeScript(Connection conn, String file, String charset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLUtils

public SQLUtils()
Method Detail

executeScript

public static void executeScript(Connection conn,
                                 String file,
                                 String charset)

checkIfTableExists

public static boolean checkIfTableExists(Connection conn,
                                         String tableName)


Copyright © 2012. All Rights Reserved.