@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
SQLExceptionpublic int delete(long userId)
           throws SQLException
SQLExceptionpublic int delete(long userId,
                  String name)
           throws SQLException
SQLExceptionpublic int insert(long userId,
                  String name,
                  Object value)
           throws SQLException
SQLExceptionpublic int update(long userId,
                  String name,
                  Object value)
           throws SQLException
SQLExceptionpublic Object get(long userId, String name) throws SQLException
SQLExceptionpublic String getString(long userId, String name) throws SQLException
SQLExceptionpublic int getInt(long userId,
                  String name)
           throws SQLException
SQLExceptionpublic double getDouble(long userId,
                        String name)
                 throws SQLException
SQLExceptionpublic float getFloat(long userId,
                      String name)
               throws SQLException
SQLExceptionpublic String getDate(long userId, String name) throws SQLException
SQLExceptionpublic String getDateTime(long userId, String name) throws SQLException
userId - name - SQLExceptionpublic com.alibaba.fastjson.JSONObject getJson(long userId,
                                               String name)
                                        throws SQLException
SQLExceptionpublic Map getMap(long userId, String name) throws SQLException
SQLExceptionpublic List getList(long userId, String name) throws SQLException
SQLExceptionpublic boolean getBoolean(long userId,
                          String name)
                   throws SQLException
SQLExceptionCopyright © 2025. All rights reserved.