|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.torque.adapter.AbstractDBAdapter
org.apache.torque.adapter.DBDB2App
org.apache.torque.adapter.DBDB2400
public class DBDB2400
Torque Database Adapter for DB2/400 on the IBM AS400 platform.
| Field Summary | |
|---|---|
static java.lang.String |
UCASE
UpperCase/IgnoreCase sql function in DB2/400 |
| Fields inherited from interface org.apache.torque.adapter.DB |
|---|
ADAPTER_KEY, DRIVER_KEY, LIMIT_STYLE_DB2, LIMIT_STYLE_MYSQL, LIMIT_STYLE_NONE, LIMIT_STYLE_ORACLE, LIMIT_STYLE_POSTGRES, LIMIT_STYLE_SYBASE |
| Fields inherited from interface org.apache.torque.adapter.IDMethod |
|---|
AUTO_INCREMENT, ID_BROKER, 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.torque.adapter.DBDB2App |
|---|
generateLimits, getIDMethodSQL, getIDMethodType, getLimitStyle, lockTable, supportsNativeLimit, supportsNativeOffset, unlockTable |
| Methods inherited from class org.apache.torque.adapter.AbstractDBAdapter |
|---|
escapeText, getBooleanString, getDateString, getStringDelimiter, ignoreCaseInOrderBy, useEscapeClauseForLike, useIlike |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String UCASE
| Constructor Detail |
|---|
protected DBDB2400()
| Method Detail |
|---|
public java.lang.String ignoreCase(java.lang.String in)
ignoreCase in interface DBignoreCase in class DBDB2Appin - The string whose case to ignore.
public java.lang.String toUpperCase(java.lang.String in)
toUpperCase in interface DBtoUpperCase in class DBDB2Appin - The string to transform to upper case.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||