@Service public class UserParamService extends Object
构造器和说明 |
---|
UserParamService() |
限定符和类型 | 方法和说明 |
---|---|
int |
delete(long userId) |
int |
delete(long userId,
String name) |
Object |
get(long userId,
String name) |
boolean |
getBoolean(long userId,
String name) |
String |
getDate(long userId,
String name) |
String |
getDateTime(long userId,
String name)
获取日期时间
|
double |
getDouble(long userId,
String name) |
float |
getFloat(long userId,
String name) |
int |
getInt(long userId,
String name) |
com.alibaba.fastjson.JSONObject |
getJson(long userId,
String name) |
List |
getList(long userId,
String name) |
Map |
getMap(long userId,
String name) |
String |
getString(long userId,
String name) |
int |
insert(long userId,
String name,
Object value) |
List<Map<String,Object>> |
list() |
int |
update(long userId,
String name,
Object value) |
public List<Map<String,Object>> list() throws SQLException
SQLException
public int delete(long userId) throws SQLException
SQLException
public int delete(long userId, String name) throws SQLException
SQLException
public int insert(long userId, String name, Object value) throws SQLException
SQLException
public int update(long userId, String name, Object value) throws SQLException
SQLException
public Object get(long userId, String name) throws SQLException
SQLException
public String getString(long userId, String name) throws SQLException
SQLException
public int getInt(long userId, String name) throws SQLException
SQLException
public double getDouble(long userId, String name) throws SQLException
SQLException
public float getFloat(long userId, String name) throws SQLException
SQLException
public String getDate(long userId, String name) throws SQLException
SQLException
public String getDateTime(long userId, String name) throws SQLException
userId
- name
- SQLException
public com.alibaba.fastjson.JSONObject getJson(long userId, String name) throws SQLException
SQLException
public Map getMap(long userId, String name) throws SQLException
SQLException
public List getList(long userId, String name) throws SQLException
SQLException
public boolean getBoolean(long userId, String name) throws SQLException
SQLException
Copyright © 2025. All rights reserved.