|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.turbine.util.db.adapter.DB | +--org.apache.turbine.util.db.adapter.DBDB2App | +--org.apache.turbine.util.db.adapter.DBDB2400
Turbine Database Adapter for DB2/400 on the IBM AS400 platform.
Fields inherited from class org.apache.turbine.util.db.adapter.DB |
DB_CONNECTION, DB_PASS, DB_USER, JDBCDriver, LIMIT_STYLE_MSSQL7, LIMIT_STYLE_MYSQL, LIMIT_STYLE_NONE, LIMIT_STYLE_POSTGRES, LIMIT_STYLE_SYBASE |
Fields inherited from interface org.apache.turbine.util.db.map.IDMethod |
AUTO_INCREMENT, AUTOINCREMENT, ID_BROKER, IDBROKERTABLE, NATIVE, NO_ID_METHOD, SEQUENCE |
Constructor Summary | |
protected |
DBDB2400()
DBDB2400 constructor. |
Method Summary | |
java.lang.String |
ignoreCase(java.lang.String in)
This method is used to ignore case. |
java.lang.String |
toUpperCase(java.lang.String in)
This method is used to ignore case. |
Methods inherited from class org.apache.turbine.util.db.adapter.DBDB2App |
getIDMethodSQL, getIDMethodType, getStringDelimiter, lockTable, unlockTable |
Methods inherited from class org.apache.turbine.util.db.adapter.DB |
escapeText, getConnection, getConnectionPoolDataSource, getDateString, getIdSqlForAutoIncrement, getJDBCDriver, getLimitStyle, getSequenceSql, ignoreCaseInOrderBy, init, objectDataNeedsTrans, setJDBCDriver, supportsNativeLimit, supportsNativeOffset |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
protected DBDB2400()
Method Detail |
public java.lang.String ignoreCase(java.lang.String in)
org.apache.turbine.util.db.adapter.DBDB2App
until I figure out the best way to accomplish this.ignoreCase
in class DBDB2App
in
- The string whose case to ignore.public java.lang.String toUpperCase(java.lang.String in)
toUpperCase
in class DBDB2App
in
- The string to transform to upper case.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |