|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.scooterframework.orm.activerecord.QueryHelper
public class QueryHelper
QueryHelper class provides helper methods for query construction.
| Constructor Summary | |
|---|---|
QueryHelper()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getAllSelectQueryClauses(java.util.Map<java.lang.String,java.lang.String> options)
Returns a query clause for SELECT statement by constructing a clause which consists of GROUP BY, HAVING and ORDER BY clauses if there is any as specified in the options. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryHelper()
| Method Detail |
|---|
public static java.lang.String getAllSelectQueryClauses(java.util.Map<java.lang.String,java.lang.String> options)
options -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||