org.kuali.common.jdbc
Class JdbcUtils

java.lang.Object
  extended by org.kuali.common.jdbc.JdbcUtils

Deprecated.

@Deprecated
public class JdbcUtils
extends Object


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

JdbcUtils

public JdbcUtils()
Deprecated. 
Method Detail

getSqlSize

public static long getSqlSize(List<SqlSupplier> suppliers)
Deprecated. 
Return the total size of the SQL statements contained in suppliers. Assumes suppliers has had its SqlMetaData filled in.


getSqlCount

public static long getSqlCount(List<SqlSupplier> suppliers)
Deprecated. 
Return a count of the total number of SQL statements contained in suppliers. Assumes suppliers has had its SqlMetaData filled in.


closeQuietly

public static final void closeQuietly(DataSource dataSource,
                                      Connection conn,
                                      Statement statement)
Deprecated. 

closeQuietly

public static final void closeQuietly(Statement statement)
Deprecated. 

closeQuietly

public static final void closeQuietly(ResultSet rs)
Deprecated. 

closeQuietly

public static final void closeQuietly(DataSource dataSource,
                                      Connection conn)
Deprecated. 

getSqlMetaData

public static SqlMetaData getSqlMetaData(BufferedReader in,
                                         SqlReader reader)
                                  throws IOException
Deprecated. 
Throws:
IOException


Copyright © 2010-2014 The Kuali Foundation. All Rights Reserved.