类的使用
org.redkale.source.RowBound
-
使用RowBound的程序包 程序包 说明 org.redkale.source 数据源(数据库、缓存)操作包 -
-
org.redkale.source中RowBound的使用
org.redkale.source中RowBound的子类 修饰符和类型 类 说明 class
Flipper
翻页+排序对象, offset从0开始, limit必须大于0返回RowBound的org.redkale.source中的方法 修饰符和类型 方法 说明 RowBound
RowBound. clone()
RowBound
RowBound. copyFrom(RowBound copy)
RowBound
RowBound. copyTo(RowBound copy)
RowBound
RowBound. current(int current)
设置当前页号,页号从1开始RowBound
RowBound. limit(int limit)
RowBound
RowBound. maxLimit(int maxlimit)
RowBound
RowBound. next()
翻下一页RowBound
RowBound. offset(int offset)
RowBound
RowBound. unlimit()
参数类型为RowBound的org.redkale.source中的方法 修饰符和类型 方法 说明 RowBound
RowBound. copyFrom(RowBound copy)
RowBound
RowBound. copyTo(RowBound copy)
static boolean
RowBound. hasLimit(RowBound round)
protected DataNativeSqlStatement
AbstractDataSqlSource. 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)
DataNativeSqlStatement
DataNativeSqlParser. parse(IntFunction<String> signFunc, String dbType, String rawSql, boolean countable, RowBound round, Map<String,Object> params)
-