org.apache.turbine.util.db.adapter
Class DBDB2400

java.lang.Object
  |
  +--org.apache.turbine.util.db.adapter.DB
        |
        +--org.apache.turbine.util.db.adapter.DBDB2App
              |
              +--org.apache.turbine.util.db.adapter.DBDB2400
All Implemented Interfaces:
IDMethod, java.io.Serializable

public class DBDB2400
extends DBDB2App

Turbine Database Adapter for DB2/400 on the IBM AS400 platform.

Version:
$Id: DBDB2400.java,v 1.1 2001/10/16 21:05:28 mpoeschl Exp $
Author:
Scott Weaver
See Also:
Serialized Form

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

DBDB2400

protected DBDB2400()
DBDB2400 constructor.
Method Detail

ignoreCase

public java.lang.String ignoreCase(java.lang.String in)
This method is used to ignore case. Had to override the org.apache.turbine.util.db.adapter.DBDB2App until I figure out the best way to accomplish this.
Overrides:
ignoreCase in class DBDB2App
Parameters:
in - The string whose case to ignore.
Returns:
The string in a case that can be ignored.

toUpperCase

public java.lang.String toUpperCase(java.lang.String in)
This method is used to ignore case. Ditto ignoreCase ;).
Overrides:
toUpperCase in class DBDB2App
Parameters:
in - The string to transform to upper case.
Returns:
The upper case string.


Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.