类的使用
org.redkale.source.RowBound
-
使用RowBound的程序包 程序包 说明 org.redkale.source 数据源(数据库、缓存)操作包 -
-
org.redkale.source中RowBound的使用
org.redkale.source中RowBound的子类 修饰符和类型 类 说明 classFlipper翻页+排序对象, offset从0开始, limit必须大于0返回RowBound的org.redkale.source中的方法 修饰符和类型 方法 说明 RowBoundRowBound. clone()RowBoundRowBound. copyFrom(RowBound copy)RowBoundRowBound. copyTo(RowBound copy)RowBoundRowBound. current(int current)设置当前页号,页号从1开始RowBoundRowBound. limit(int limit)RowBoundRowBound. maxLimit(int maxlimit)RowBoundRowBound. next()翻下一页RowBoundRowBound. offset(int offset)RowBoundRowBound. unlimit()参数类型为RowBound的org.redkale.source中的方法 修饰符和类型 方法 说明 RowBoundRowBound. copyFrom(RowBound copy)RowBoundRowBound. copyTo(RowBound copy)static booleanRowBound. hasLimit(RowBound round)protected DataNativeSqlStatementAbstractDataSqlSource. nativeParse(String nativeSql, boolean countable, RowBound round, Map<String,Object> params)<V> Sheet<V>AbstractDataSqlSource. nativeQuerySheet(Class<V> type, String sql, RowBound round, Map<String,Object> params)default <V> Sheet<V>DataSqlSource. nativeQuerySheet(Class<V> type, String sql, RowBound round)default <V> Sheet<V>DataSqlSource. nativeQuerySheet(Class<V> type, String sql, RowBound round, Serializable bean)<V> Sheet<V>DataSqlSource. nativeQuerySheet(Class<V> type, String sql, RowBound round, Map<String,Object> params)<V> CompletableFuture<Sheet<V>>DataJdbcSource. nativeQuerySheetAsync(Class<V> type, String sql, RowBound round, Map<String,Object> params)default <V> CompletableFuture<Sheet<V>>DataSqlSource. nativeQuerySheetAsync(Class<V> type, String sql, RowBound round)default <V> CompletableFuture<Sheet<V>>DataSqlSource. nativeQuerySheetAsync(Class<V> type, String sql, RowBound round, Serializable bean)<V> CompletableFuture<Sheet<V>>DataSqlSource. nativeQuerySheetAsync(Class<V> type, String sql, RowBound round, Map<String,Object> params)DataNativeSqlStatementDataNativeSqlParser. parse(IntFunction<String> signFunc, String dbType, String rawSql, boolean countable, RowBound round, Map<String,Object> params)
-