All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static org.postgresql.util.PGobject |
json(Object obj) |
static org.postgresql.util.PGobject |
json(String json) |
static org.postgresql.util.PGobject |
jsonb(Object obj) |
static org.postgresql.util.PGobject |
jsonb(String json) |
static <T> void |
toBean(com.jfinal.kit.Kv kv,
String key,
Class<T> clazz) |
static <T> T |
toBean(org.postgresql.util.PGobject pgObject,
Class<T> clazz) |
static <T> void |
toBean(Row row,
String key,
Class<T> clazz) |
static <T> List<T> |
toListBean(org.postgresql.util.PGobject pgObject,
Class<T> clazz) |
static <T> void |
toListBean(Row row,
String key,
Class<T> clazz) |
static <T> void |
toListMap(Row row,
String key) |
static void |
toMap(Row row,
String key) |