static PageableQuery<Tuple> |
JdbcUtils.pageableQuery(ConnectionFactory connectionFactory,
PageableSql pageableSql,
Object[] args) |
static PageableQuery<Tuple> |
JdbcUtils.pageableQuery(ConnectionFactory connectionFactory,
PageableSql pageableSql,
PreparedStatementCallback callback) |
static PageableQuery<Tuple> |
JdbcUtils.pageableQuery(ConnectionFactory connectionFactory,
String sql,
Object[] args) |
static PageableQuery<Tuple> |
JdbcUtils.pageableQuery(ConnectionFactory connectionFactory,
String sql,
PreparedStatementCallback callback) |
static void |
JdbcUtils.scan(ConnectionFactory connectionFactory,
PageableSql pageableSql,
Object[] args,
int page,
int pageSize,
java.util.function.Consumer<List<Tuple>> consumer) |
static void |
JdbcUtils.scan(ConnectionFactory connectionFactory,
PageableSql pageableSql,
PreparedStatementCallback callback,
int page,
int pageSize,
java.util.function.Consumer<List<Tuple>> consumer) |
static void |
JdbcUtils.scan(ConnectionFactory connectionFactory,
String sql,
PreparedStatementCallback callback,
int page,
int pageSize,
java.util.function.Consumer<List<Tuple>> consumer) |