public interface MapSuid
| 限定符和类型 | 方法和说明 |
|---|---|
int |
delete(MapSql mapSql)
使用MapSql查询数据.Use MapSql to select data.
|
long |
insert(MapSql mapSql)
插入并返回记录的id值.Insert and return the id value of the record.
|
List<Map<String,Object>> |
select(MapSql mapSql)
使用MapSql查询数据.Use MapSql to select data.
|
String |
selectJson(MapSql mapSql)
使用MapSql查询数据.Use MapSql to select data.
|
Map<String,Object> |
selectOne(MapSql mapSql)
使用MapSql查询数据.Use MapSql to select data.
|
List<String[]> |
selectString(MapSql mapSql)
使用MapSql查询数据.Use MapSql to select data.
|
List<String[]> selectString(MapSql mapSql)
mapSql - MapSql instanceString selectJson(MapSql mapSql)
mapSql - MapSql instanceList<Map<String,Object>> select(MapSql mapSql)
mapSql - MapSql instanceMap<String,Object> selectOne(MapSql mapSql)
mapSql - MapSql instanceint delete(MapSql mapSql)
mapSql - MapSql instancelong insert(MapSql mapSql)
mapSql - MapSql instanceCopyright © 2021. All rights reserved.