|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opensubsystems.patterns.listdata.persist.db.ListDatabaseUtils
org.opensubsystems.patterns.listdata.persist.db.OracleListDatabaseUtils
public class OracleListDatabaseUtils
This class is used for common list retrieval and manipulation routines specific for Oracle 9i.
| Field Summary |
|---|
| Fields inherited from class org.opensubsystems.patterns.listdata.persist.db.ListDatabaseUtils |
|---|
LIST_INDEX_PREFIX |
| Constructor Summary | |
|---|---|
OracleListDatabaseUtils()
Constructor |
|
| Method Summary | |
|---|---|
protected java.lang.String |
preprocessSelectQuery(java.lang.String inputQuery,
ListOptions options,
ListDatabaseSchema schema)
Method that preprocess query (by adding specific SQL clauses for example LIMIT, ...) to improve performance of selecting items from the list at specific position. |
| Methods inherited from class org.opensubsystems.patterns.listdata.persist.db.ListDatabaseUtils |
|---|
allocateObjectList, convertValueToSQL, getConstructListIndexName, getInstance, getObjectList, getObjectListKeepSelected, getSelectCount, getSelectList, getSQLOperation, getSQLValue, getTotalRecords, getWhereClause, getWhereClause, parseCondition, preprocessSelectQueryForCreationDate, setOptionPositioning |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OracleListDatabaseUtils()
| Method Detail |
|---|
protected java.lang.String preprocessSelectQuery(java.lang.String inputQuery,
ListOptions options,
ListDatabaseSchema schema)
throws org.opensubsystems.core.error.OSSException
preprocessSelectQuery in class ListDatabaseUtilsinputQuery - - query that will be preprocessedoptions - - initialized list options that will be used for retrieving
begin position, page size, ...schema - - list database schema
org.opensubsystems.core.error.OSSException - - error during preprocessing select query
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||