Deprecated API


Contents
Deprecated Exceptions
org.apache.commons.dbcp.DbcpException
          This will be removed in a future version of DBCP. 
org.apache.commons.dbcp.SQLNestedException
          Use '(SQLException) new SQLException(msg).initCause(e)' instead; this class will be removed in DBCP 2.0 
 

Deprecated Methods
org.apache.commons.dbcp.DelegatingResultSet.getBigDecimal(int, int)
            
org.apache.commons.dbcp.DelegatingCallableStatement.getBigDecimal(int, int)
            
org.apache.commons.dbcp.DelegatingResultSet.getBigDecimal(String, int)
            
org.apache.commons.dbcp.PoolingDriver.getPool(String)
          This will be removed in a future version of DBCP. 
org.apache.commons.dbcp.DelegatingResultSet.getUnicodeStream(int)
            
org.apache.commons.dbcp.DelegatingResultSet.getUnicodeStream(String)
            
org.apache.commons.dbcp.DelegatingPreparedStatement.setUnicodeStream(int, InputStream, int)
            
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.