|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.common.jdbc.JdbcUtils
public class JdbcUtils
| Constructor Summary | |
|---|---|
JdbcUtils()
|
|
| Method Summary | |
|---|---|
static void |
closeQuietly(DataSource dataSource,
Connection conn)
|
static void |
closeQuietly(DataSource dataSource,
Connection conn,
Statement statement)
|
static void |
closeQuietly(Statement statement)
|
static BufferedReader |
getBufferedReader(SqlSource source)
|
static List<SqlSource> |
getSqlSources(List<String> locations,
String encoding)
|
static List<SqlSource> |
getSqlSources(List<String> strings,
String encoding,
SqlStringType type)
|
static List<SqlSource> |
getSqlSourcesFromStrings(List<String> sql)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JdbcUtils()
| Method Detail |
|---|
public static final BufferedReader getBufferedReader(SqlSource source)
throws IOException
IOException
public static final void closeQuietly(DataSource dataSource,
Connection conn,
Statement statement)
public static final void closeQuietly(Statement statement)
public static final void closeQuietly(DataSource dataSource,
Connection conn)
public static final List<SqlSource> getSqlSources(List<String> locations,
String encoding)
public static final List<SqlSource> getSqlSources(List<String> strings,
String encoding,
SqlStringType type)
public static final List<SqlSource> getSqlSourcesFromStrings(List<String> sql)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||