|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XIStatement
The Interface IStatement.
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. |
IDataMartModel |
getDataMartModel()
Gets the data mart model. |
int |
getFetchSize()
Gets the fetch size. |
int |
getMaxResults()
Gets the max results. |
int |
getOffset()
Gets the offset. |
Query |
getQuery()
Gets the query. |
java.lang.String |
getQueryString()
Gets the query string. |
java.lang.String |
getQueryString(Query query,
java.util.Map parameters)
Gets the query string. |
void |
setFetchSize(int fetchSize)
Sets the fetch size. |
void |
setMaxResults(int maxResults)
Sets the max results. |
void |
setOffset(int offset)
Sets the offset. |
void |
setParameters(java.util.Map parameters)
Sets the parameters. |
void |
setQuery(Query query)
Sets the query. |
Method Detail |
---|
void setQuery(Query query)
query
- the new queryQuery getQuery()
java.lang.String getQueryString()
java.lang.String getQueryString(Query query, java.util.Map parameters) throws java.io.IOException
query
- the queryparameters
- the parameters
java.io.IOException
- Signals that an I/O exception has occurred.IDataMartModel getDataMartModel()
int getFetchSize()
void setFetchSize(int fetchSize)
fetchSize
- the new fetch sizeint getMaxResults()
void setMaxResults(int maxResults)
maxResults
- the new max resultsint getOffset()
void setOffset(int offset)
offset
- the new offsetvoid setParameters(java.util.Map parameters)
parameters
- the new parametersit.eng.spago.base.SourceBean execute() throws java.lang.Exception
java.lang.Exception
- the exceptionit.eng.spago.base.SourceBean execute(int offset) throws java.lang.Exception
offset
- the offset
java.lang.Exception
- the exceptionit.eng.spago.base.SourceBean execute(int offset, int fetchSize) throws java.lang.Exception
offset
- the offsetfetchSize
- the fetch size
java.lang.Exception
- the exceptionit.eng.spago.base.SourceBean execute(Query query, java.util.Map parameters, int offset, int fetchSize, int maxResults) throws java.lang.Exception
query
- the queryparameters
- the parametersoffset
- the offsetfetchSize
- the fetch sizemaxResults
- the max results
java.lang.Exception
- the exceptionit.eng.spago.base.SourceBean executeWithPagination(int pageNumber, int pageSize) throws java.lang.Exception
pageNumber
- the page numberpageSize
- the page size
java.lang.Exception
- the exceptionit.eng.spago.base.SourceBean executeWithPagination(Query query, java.util.Map parameters, int pageNumber, int pageSize, int maxResults) throws java.lang.Exception
query
- the queryparameters
- the parameterspageNumber
- the page numberpageSize
- the page sizemaxResults
- the max results
java.lang.Exception
- the exceptionit.eng.spago.base.SourceBean executeWithPagination(int offset, int fetchSize, int maxResults) throws java.lang.Exception
offset
- the offsetfetchSize
- the fetch 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 |