org.apache.torque.adapter
Class DBDB2400
java.lang.Object
org.apache.torque.adapter.AbstractDBAdapter
org.apache.torque.adapter.DBDB2App
org.apache.torque.adapter.DBDB2400
- All Implemented Interfaces:
- Serializable, DB, IDMethod
public class DBDB2400
- extends DBDB2App
Torque Database Adapter for DB2/400 on the IBM AS400 platform.
- Version:
- $Id: DBDB2400.java 473821 2006-11-11 22:37:25Z tv $
- Author:
- Scott Weaver, Augustin Vidovic
- See Also:
- Serialized Form
Field Summary |
static String |
UCASE
UpperCase/IgnoreCase sql function in DB2/400 |
Constructor Summary |
protected |
DBDB2400()
DBDB2400 constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UCASE
public static final String UCASE
- UpperCase/IgnoreCase sql function in DB2/400
- See Also:
- Constant Field Values
DBDB2400
protected DBDB2400()
- DBDB2400 constructor.
ignoreCase
public String ignoreCase(String in)
- This method is used to ignore case.
- Specified by:
ignoreCase
in interface DB
- 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 String toUpperCase(String in)
- This method is used to ignore case.
- Specified by:
toUpperCase
in interface DB
- Overrides:
toUpperCase
in class DBDB2App
- Parameters:
in
- The string to transform to upper case.
- Returns:
- The upper case string.
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.