|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.torque.adapter.DB
org.apache.torque.adapter.DBDB2App
org.apache.torque.adapter.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 class org.apache.torque.adapter.DB |
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 | |
int |
getLimitStyle()
This method is used to check whether the database supports limiting the size of the resultset. |
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 |
getIDMethodSQL, getIDMethodType, lockTable, unlockTable |
| Methods inherited from class org.apache.torque.adapter.DB |
escapeText, getBooleanString, getDateString, getStringDelimiter, ignoreCaseInOrderBy, supportsNativeLimit, supportsNativeOffset |
| 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 class DBDB2Appin - The string whose case to ignore.
public java.lang.String toUpperCase(java.lang.String in)
toUpperCase in class DBDB2Appin - The string to transform to upper case.
public int getLimitStyle()
getLimitStyle in class DBDB2App
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||