|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.websphere.query.callbacks.SqlSelectQueryCallback com.ibm.websphere.query.callbacks.CloudscapeSqlSelectQueryCallback
public class CloudscapeSqlSelectQueryCallback
The DB2SqlSelectQueryCallback class is a query builder callback that adds limit functionality to DB2 queries.
Field Summary | |
---|---|
static java.lang.String |
SQL_QUERY_LIMITHEAD
|
Fields inherited from interface com.ibm.websphere.query.base.ISelectQueryCallback |
---|
JOIN_CONDITIONS, JOIN_TABLES, JOINS, LAST_TABLE_ALIAS_INTEGER, MULTIVALUE_PROPERTY_NAMES, NAME_MAPPING, PREDICATE_IS_NULL, SELECT_ATTRIBUTES, TABLE_MAP, TABLE_NAME, TYPE_MAPPING |
Constructor Summary | |
---|---|
CloudscapeSqlSelectQueryCallback()
Constructor for CloudscapeSqlSelectQueryCallback. |
|
CloudscapeSqlSelectQueryCallback(java.util.Map nameMapping,
java.util.Map typeMapping)
Constructor for CloudscapeSqlSelectQueryCallback. |
Method Summary | |
---|---|
void |
buildArithmeticCondition(IArithmeticCondition arithmeticCondition,
java.lang.StringBuffer sb,
java.util.Map metadata)
|
java.lang.String |
getNullCast()
|
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 SQL_QUERY_LIMITHEAD
Constructor Detail |
---|
public CloudscapeSqlSelectQueryCallback()
public CloudscapeSqlSelectQueryCallback(java.util.Map nameMapping, java.util.Map typeMapping)
nameMapping
- typeMapping
- Method Detail |
---|
public void buildArithmeticCondition(IArithmeticCondition arithmeticCondition, java.lang.StringBuffer sb, java.util.Map metadata) throws QueryException
QueryException
ISelectQueryCallback#buildArithmeticCondition(IArithmeticCondition)
public java.lang.String getNullCast()
getNullCast
in class SqlSelectQueryCallback
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |