| Package | Description |
|---|---|
| org.spincast.plugins.jdbc.statements | |
| org.spincast.plugins.jdbc.utils |
| Modifier and Type | Method and Description |
|---|---|
protected <T> ItemsAndTotalCount<T> |
SelectStatementDefault.selectList(ResultSetHandler<T> resultSetHandler,
boolean getTotal) |
<T> ItemsAndTotalCount<T> |
SelectStatementDefault.selectListAndTotal(ResultSetHandler<T> resultSetHandler) |
<T> ItemsAndTotalCount<T> |
SelectStatement.selectListAndTotal(ResultSetHandler<T> resultSetHandler)
Executes the SELECT query but also returns the total of items.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ItemsAndTotalCountDefault<T> |
Copyright © 2019. All rights reserved.