|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.common.jdbc.JdbcUtils
@Deprecated public class JdbcUtils
Constructor Summary | |
---|---|
JdbcUtils()
Deprecated. |
Method Summary | |
---|---|
static void |
closeQuietly(DataSource dataSource,
Connection conn)
Deprecated. |
static void |
closeQuietly(DataSource dataSource,
Connection conn,
Statement statement)
Deprecated. |
static void |
closeQuietly(ResultSet rs)
Deprecated. |
static void |
closeQuietly(Statement statement)
Deprecated. |
static long |
getSqlCount(List<SqlSupplier> suppliers)
Deprecated. Return a count of the total number of SQL statements contained in suppliers . |
static SqlMetaData |
getSqlMetaData(BufferedReader in,
SqlReader reader)
Deprecated. |
static long |
getSqlSize(List<SqlSupplier> suppliers)
Deprecated. Return the total size of the SQL statements contained in suppliers . |
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 long getSqlSize(List<SqlSupplier> suppliers)
suppliers
. Assumes suppliers
has had its SqlMetaData
filled in.
public static long getSqlCount(List<SqlSupplier> suppliers)
suppliers
. Assumes suppliers
has had its SqlMetaData
filled in.
public static final void closeQuietly(DataSource dataSource, Connection conn, Statement statement)
public static final void closeQuietly(Statement statement)
public static final void closeQuietly(ResultSet rs)
public static final void closeQuietly(DataSource dataSource, Connection conn)
public static SqlMetaData getSqlMetaData(BufferedReader in, SqlReader reader) throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |