|
||||||||||
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.DB2390SqlSelectQueryCallback
public class DB2390SqlSelectQueryCallback
The DB2390SqlSelectQueryCallback class is a query builder callback that adds Timestamp formatting for 390.
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 | |
---|---|
DB2390SqlSelectQueryCallback()
Constructor for DB2390SqlSelectQueryCallback. |
|
DB2390SqlSelectQueryCallback(java.util.Map nameMapping,
java.util.Map typeMapping)
Constructor for DB2390SqlSelectQueryCallback. |
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 DB2390SqlSelectQueryCallback()
public DB2390SqlSelectQueryCallback(java.util.Map nameMapping, java.util.Map typeMapping)
nameMapping
- typeMapping
- 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 |