public interface MapSuid extends CommOperate
| Modifier and Type | Method and Description |
|---|---|
int |
count(MapSql mapSql)
count the number of qualified record.
|
int |
delete(MapSql mapSql)
Use MapSql to delete record.
|
int |
insert(MapSql mapSql)
Inserts record and returns the number of the record successfully inserted.
|
long |
insertAndReturnId(MapSql mapSql)
Insert and return the id value of the record.
|
List<Map<String,Object>> |
select(MapSql mapSql)
Use MapSql to select data.
|
String |
selectJson(MapSql mapSql)
Use MapSql to select data.
|
Map<String,Object> |
selectOne(MapSql mapSql)
Use MapSql to select data.
|
List<String[]> |
selectString(MapSql mapSql)
Use MapSql to select data.
|
int |
update(MapSql mapSql)
Update the record and return the number of rows affected.
|
getDataSourceName, getInterceptorChain, setDataSourceName, setNameTranslateOneTimeList<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 update(MapSql mapSql)
mapSql - MapSql instance
MapSql' put method for SQL where part, putNew for update SQL 's set part.long insertAndReturnId(MapSql mapSql)
mapSql - MapSql instanceint insert(MapSql mapSql)
mapSql - MapSql instanceint delete(MapSql mapSql)
mapSql - MapSql instanceint count(MapSql mapSql)
mapSql - MapSql instanceCopyright © 2024. All rights reserved.