org.kuali.common.jdbc
Class JdbcUtils
java.lang.Object
org.kuali.common.jdbc.JdbcUtils
public class JdbcUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JdbcUtils
public JdbcUtils()
getBufferedReader
public static final BufferedReader getBufferedReader(SqlSource source)
throws IOException
- Throws:
IOException
closeQuietly
public static final void closeQuietly(DataSource dataSource,
Connection conn,
Statement statement)
closeQuietly
public static final void closeQuietly(Statement statement)
closeQuietly
public static final void closeQuietly(DataSource dataSource,
Connection conn)
getSqlSources
public static final List<SqlSource> getSqlSources(List<String> locations,
String encoding)
getSqlSources
public static final List<SqlSource> getSqlSources(List<String> strings,
String encoding,
SqlStringType type)
getSqlSourcesFromStrings
public static final List<SqlSource> getSqlSourcesFromStrings(List<String> sql)
Copyright © 2010-2012 The Kuali Foundation. All Rights Reserved.