public interface SpiSqlQuery extends SqlQuery
| Modifier and Type | Method and Description |
|---|---|
int |
getBackgroundFetchAfter()
Return the number of rows after which background fetching occurs.
|
BindParams |
getBindParams()
Return the named or positioned parameters.
|
int |
getBufferFetchSizeHint()
Return the hint for Statement.setFetchSize().
|
int |
getFirstRow()
Return the first row to fetch.
|
SqlQueryListener |
getListener()
Return the queryListener.
|
String |
getMapKey()
Return the key property for maps.
|
int |
getMaxRows()
Return the maximum number of rows to fetch.
|
String |
getQuery()
return the query.
|
int |
getTimeout()
Return the query timeout.
|
boolean |
isCancelled()
Return true if the query has been cancelled.
|
boolean |
isFutureFetch()
Return true if this is a future fetch type query.
|
void |
setFutureFetch(boolean futureFetch)
Set to true if this is a future fetch type query.
|
void |
setPreparedStatement(PreparedStatement pstmt)
Set the PreparedStatement for the purposes of supporting cancel.
|
cancel, findFutureList, findList, findMap, findSet, findUnique, setBackgroundFetchAfter, setBufferFetchSizeHint, setFirstRow, setListener, setMapKey, setMaxRows, setParameter, setParameter, setTimeoutBindParams getBindParams()
String getQuery()
SqlQueryListener getListener()
int getFirstRow()
int getMaxRows()
int getBackgroundFetchAfter()
String getMapKey()
int getTimeout()
int getBufferFetchSizeHint()
boolean isFutureFetch()
void setFutureFetch(boolean futureFetch)
void setPreparedStatement(PreparedStatement pstmt)
boolean isCancelled()
Copyright © 2014. All Rights Reserved.