public class CQueryFetchIds extends Object
| Constructor and Description |
|---|
CQueryFetchIds(OrmQueryRequest<?> request,
CQueryPredicates predicates,
String sql,
BackgroundExecutor backgroundExecutor)
Create the Sql select based on the request.
|
| Modifier and Type | Method and Description |
|---|---|
BeanIdList |
findIds()
Execute the query returning the row count.
|
String |
getBindLog()
Return the bind log.
|
String |
getGeneratedSql()
Return the generated sql.
|
SpiOrmQueryRequest<?> |
getQueryRequest() |
String |
getSummary()
Return a summary description of this query.
|
public CQueryFetchIds(OrmQueryRequest<?> request, CQueryPredicates predicates, String sql, BackgroundExecutor backgroundExecutor)
public String getSummary()
public String getBindLog()
public String getGeneratedSql()
public SpiOrmQueryRequest<?> getQueryRequest()
public BeanIdList findIds() throws SQLException
SQLExceptionCopyright © 2014. All Rights Reserved.