public class SqlProvider extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
METHOD_EXECUTE
参数execute
|
static String |
PARAM_KEY
参数key
|
static String |
PARAM_KEY_VALUE
参数key.value
|
static String |
PARAM_SQL_PARAMS
参数sqlParams
|
| Constructor and Description |
|---|
SqlProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
execute(Map<String,Object> paramMap)
执行方法
|
static Map<Class<?>,Function<Object,Object>> |
getValueFormatter()
Gets the value of valueFormatter
|
static void |
setValueFormatter(Map<Class<?>,Function<Object,Object>> valueFormatter)
Sets the valueFormatter
|
public static final String PARAM_SQL_PARAMS
public static final String PARAM_KEY
public static final String PARAM_KEY_VALUE
public static final String METHOD_EXECUTE
Copyright © 2020 IBIT程序猿. All rights reserved.