Deprecated API


Contents
Deprecated Methods
org.apache.empire.db.DBColumn.checkValue(Object)
          use validate() instead 
org.apache.empire.db.DBDatabase.executeSQL(String, Connection)
          This method has be deprecated in order to avoid missing command parameters for prepared statements
 Instead of using this method signature please use any of the following:
      executeInsert(...)
      executeUpdate(...)
      executeDelete(...)
 or use  
      executeSQL(String sqlCmd, Object[] sqlParams, Connection conn)
 
 
org.apache.empire.db.DBDatabase.getQualifiedName(String)
           
org.apache.empire.commons.StringUtils.isValid(String)
          this has been renamed to isNotEmpty 
org.apache.empire.db.DBColumnExpr.nvl(Object)
          Outdated oracle syntax - use coalesce instead 
 



Copyright © 2008–2014 Apache Software Foundation. All rights reserved.