| Package | Description |
|---|---|
| org.teasoft.bee.osql.api |
The main and most commonly used API interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
int |
MapSuid.count(MapSql mapSql)
count the number of qualified record.
|
int |
MapSuid.delete(MapSql mapSql)
Use MapSql to delete record.
|
int |
MapSuid.insert(MapSql mapSql)
Inserts record and returns the number of the record successfully inserted.
|
long |
MapSuid.insertAndReturnId(MapSql mapSql)
Insert and return the id value of the record.
|
List<Map<String,Object>> |
MapSuid.select(MapSql mapSql)
Use MapSql to select data.
|
String |
MapSuid.selectJson(MapSql mapSql)
Use MapSql to select data.
|
Map<String,Object> |
MapSuid.selectOne(MapSql mapSql)
Use MapSql to select data.
|
List<String[]> |
MapSuid.selectString(MapSql mapSql)
Use MapSql to select data.
|
int |
MapSuid.update(MapSql mapSql)
Update the record and return the number of rows affected.
|
Copyright © 2025. All rights reserved.