|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opensubsystems.patterns.listdata.persist.db.ListQueryPreprocessor
public final class ListQueryPreprocessor
Utility class to share code which helps in preprocessing list queries
| Method Summary | |
|---|---|
static java.lang.String |
preprocessSelectQueryForCreationDate(java.lang.String inputQuery,
ListOptions options,
ListDatabaseSchema schema)
Preprocess the query to correctly handle situation when we request to sort the data using the creation date in case the database doesn't provide very good precision for dates. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.String preprocessSelectQueryForCreationDate(java.lang.String inputQuery,
ListOptions options,
ListDatabaseSchema schema)
throws org.opensubsystems.core.error.OSSException
inputQuery - - query to preprocessoptions - - list options specifig what to rieveschema - - schema requesting this preprocessing
org.opensubsystems.core.error.OSSException - - an error has occured
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||