|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jpox.store.query.QueryStatement
org.jpox.store.rdbms.query.SAPDBQueryStatement
public class SAPDBQueryStatement
Representation of a Query Statement in Oracle.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jpox.store.query.QueryStatement |
|---|
QueryStatement.Join |
| Field Summary |
|---|
| Fields inherited from class org.jpox.store.query.QueryStatement |
|---|
crossJoins, dba, defaultRangeVar, distinctResults, groupingExpressions, hasAggregateExpression, havingExpr, initialTableExpr, isExistsSubQuery, joins, joinsTo, LOCALISER, orderingDirections, orderingExpressions, rangeCount, rangeOffset, selected, stmtJoinsSeparator, stmtText, storeMgr, tableExprsByRangeVar, union, useInnerJoinsOnly, whereExpr |
| Constructor Summary | |
|---|---|
SAPDBQueryStatement(DatastoreContainerObject initialTable,
ClassLoaderResolver clr)
QueryStatement constructor |
|
SAPDBQueryStatement(DatastoreContainerObject initialTable,
DatastoreIdentifier initialRangeVar,
ClassLoaderResolver clr)
QueryStatement constructor |
|
| Method Summary | |
|---|---|
protected void |
addOrderingColumnsToSelect()
Convenience method to add any necessary columns to the SELECT that are needed by the ordering constraint. |
protected StatementText |
generateOrderingStatement()
Convenience method to generate the ordering statement to add to the overall query statement. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SAPDBQueryStatement(DatastoreContainerObject initialTable,
ClassLoaderResolver clr)
initialTable - The main table for this statement.clr - ClassLoader resolver
public SAPDBQueryStatement(DatastoreContainerObject initialTable,
DatastoreIdentifier initialRangeVar,
ClassLoaderResolver clr)
initialTable - The main table for this statement.initialRangeVar - The alias for the main tableclr - ClassLoader resolver| Method Detail |
|---|
protected StatementText generateOrderingStatement()
generateOrderingStatement in class QueryStatementprotected void addOrderingColumnsToSelect()
addOrderingColumnsToSelect in class QueryStatement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||