|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.qbe.model.XBasicStatement
it.eng.qbe.model.XHQLStatement
public class XHQLStatement
The Class HQLStatement.
Nested Class Summary | |
---|---|
static interface |
XHQLStatement.IConditionalOperator
|
Field Summary | |
---|---|
static java.util.Map |
conditionalOperators
|
Constructor Summary | |
---|---|
protected |
XHQLStatement(IDataMartModel dataMartModel)
|
protected |
XHQLStatement(IDataMartModel dataMartModel,
Query query)
|
Method Summary | |
---|---|
it.eng.spago.base.SourceBean |
execute()
Execute. |
it.eng.spago.base.SourceBean |
execute(int offset)
Execute. |
it.eng.spago.base.SourceBean |
execute(int offset,
int fetchSize)
Execute. |
it.eng.spago.base.SourceBean |
execute(Query query,
java.util.Map parameters,
int offset,
int fetchSize,
int maxResults)
Execute. |
it.eng.spago.base.SourceBean |
executeWithPagination(int pageNumber,
int pageSize)
Execute with pagination. |
it.eng.spago.base.SourceBean |
executeWithPagination(int offset,
int fetchSize,
int maxResults)
Execute with pagination. |
it.eng.spago.base.SourceBean |
executeWithPagination(Query query,
java.util.Map parameters,
int pageNumber,
int pageSize,
int maxResults)
Execute with pagination. |
java.lang.String |
getQueryString(Query query)
|
java.lang.String |
getQueryString(Query query,
java.util.Map parameters)
Gets the query string. |
Methods inherited from class it.eng.qbe.model.XBasicStatement |
---|
getDataMartModel, getFetchSize, getMaxResults, getOffset, getParameters, getQuery, getQueryString, setFetchSize, setMaxResults, setOffset, setParameters, setQuery |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.util.Map conditionalOperators
Constructor Detail |
---|
protected XHQLStatement(IDataMartModel dataMartModel)
protected XHQLStatement(IDataMartModel dataMartModel, Query query)
Method Detail |
---|
public java.lang.String getQueryString(Query query)
public java.lang.String getQueryString(Query query, java.util.Map parameters) throws java.io.IOException
XIStatement
query
- the queryparameters
- the parameters
java.io.IOException
- Signals that an I/O exception has occurred.public it.eng.spago.base.SourceBean execute(int offset, int fetchSize) throws java.lang.Exception
XIStatement
offset
- the offsetfetchSize
- the fetch size
java.lang.Exception
- the exceptionpublic it.eng.spago.base.SourceBean execute(int offset) throws java.lang.Exception
XIStatement
offset
- the offset
java.lang.Exception
- the exceptionpublic it.eng.spago.base.SourceBean execute() throws java.lang.Exception
XIStatement
java.lang.Exception
- the exceptionpublic it.eng.spago.base.SourceBean execute(Query query, java.util.Map parameters, int offset, int fetchSize, int maxResults) throws java.lang.Exception
XIStatement
query
- the queryparameters
- the parametersoffset
- the offsetfetchSize
- the fetch sizemaxResults
- the max results
java.lang.Exception
- the exceptionpublic it.eng.spago.base.SourceBean executeWithPagination(int offset, int fetchSize, int maxResults) throws java.lang.Exception
XIStatement
offset
- the offsetfetchSize
- the fetch sizemaxResults
- the max results
java.lang.Exception
- the exceptionpublic it.eng.spago.base.SourceBean executeWithPagination(int pageNumber, int pageSize) throws java.lang.Exception
XIStatement
pageNumber
- the page numberpageSize
- the page size
java.lang.Exception
- the exceptionpublic it.eng.spago.base.SourceBean executeWithPagination(Query query, java.util.Map parameters, int pageNumber, int pageSize, int maxResults) throws java.lang.Exception
XIStatement
query
- the queryparameters
- the parameterspageNumber
- the page numberpageSize
- the page sizemaxResults
- the max results
java.lang.Exception
- the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |