|
||||||||||
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.DB2SqlSelectQueryCallback com.ibm.websphere.query.callbacks.DB2400SqlSelectQueryCallback
public class DB2400SqlSelectQueryCallback
The DB2400SqlSelectQueryCallback class is a query builder callback that adds Timestamp formatting for AS/400 (iSeries).
Field Summary |
---|
Fields inherited from class com.ibm.websphere.query.callbacks.DB2SqlSelectQueryCallback |
---|
SQL_QUERY_LIMITHEAD, SQL_QUERY_LIMITTAIL |
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 | |
---|---|
DB2400SqlSelectQueryCallback()
Constructor for DB2400SqlSelectQueryCallback. |
|
DB2400SqlSelectQueryCallback(java.util.Hashtable newNameMapping)
Constructor for DB2400SqlSelectQueryCallback. |
|
DB2400SqlSelectQueryCallback(java.util.Map newNameMapping,
java.util.Map newTypeMapping)
Constructor for DB2400SqlSelectQueryCallback. |
Method Summary | |
---|---|
void |
buildValue(IValue value,
java.lang.StringBuffer sb)
Returns the SQL value string for the given value. |
Methods inherited from class com.ibm.websphere.query.callbacks.DB2SqlSelectQueryCallback |
---|
buildLimit |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DB2400SqlSelectQueryCallback()
public DB2400SqlSelectQueryCallback(java.util.Hashtable newNameMapping)
newNameMapping
- public DB2400SqlSelectQueryCallback(java.util.Map newNameMapping, java.util.Map newTypeMapping)
newNameMapping
- newTypeMapping
- Method Detail |
---|
public void buildValue(IValue value, java.lang.StringBuffer sb) throws QueryException
Returns the SQL value string for the given value.
This method generates the value string in SQL based on the data type.
buildValue
in interface ISelectQueryCallback
buildValue
in class SqlSelectQueryCallback
QueryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |