public class RowUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
isExistsPGobject |
| Constructor and Description |
|---|
RowUtils() |
| Modifier and Type | Method and Description |
|---|---|
static List<List<Object>> |
getListData(List<Row> records,
int size) |
static List<com.jfinal.kit.Kv> |
toKv(List<Row> list,
boolean underscoreToCamel) |
static com.jfinal.kit.Kv |
toKv(Row record,
boolean underscoreToCamel) |
static List<Map<String,Object>> |
toMap(List<Row> records) |
static com.jfinal.kit.Kv |
underscoreToCamel(Map<String,Object> map) |
public static com.jfinal.kit.Kv toKv(Row record, boolean underscoreToCamel)
Copyright © 2025. All rights reserved.