Uses of Interface
org.spincast.plugins.jdbc.utils.ItemsAndTotalCount
-
Uses of ItemsAndTotalCount in org.spincast.plugins.jdbc.statements
Modifier and TypeMethodDescriptionprotected <T> ItemsAndTotalCount<T>
SelectStatementDefault.selectList
(ResultSetHandler<T> resultSetHandler, boolean getTotal) <T> ItemsAndTotalCount<T>
SelectStatement.selectListAndTotal
(ResultSetHandler<T> resultSetHandler) Executes the SELECT query but also returns the total of items.<T> ItemsAndTotalCount<T>
SelectStatementDefault.selectListAndTotal
(ResultSetHandler<T> resultSetHandler) -
Uses of ItemsAndTotalCount in org.spincast.plugins.jdbc.utils