| Enum and Description |
|---|
| org.apache.empire.data.DataMode
will be removed in a future release
|
| Method and Description |
|---|
| org.apache.empire.db.DBTable.addColumn(String, DataType, double, DataMode) |
| org.apache.empire.db.DBTable.addColumn(String, DataType, double, DataMode, Object) |
| 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.db.DBColumnExpr.nvl(Object)
Outdated oracle syntax - use coalesce instead
|
| Constructor and Description |
|---|
| org.apache.empire.db.DBTableColumn(DBTable, DataType, String, double, DataMode, Object) |
| Enum Constant and Description |
|---|
| org.apache.empire.data.DataType.TEXT
Use VARCHAR instead
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.