| 程序包 | 说明 |
|---|---|
| org.teasoft.bee.osql |
面向对象SQL相关.Function about Object SQL.
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
MapSuid.delete(MapSql mapSql)
使用MapSql查询数据.Use MapSql to select data.
|
long |
MapSuid.insert(MapSql mapSql)
插入并返回记录的id值.Insert and return the id value of the record.
|
List<Map<String,Object>> |
MapSuid.select(MapSql mapSql)
使用MapSql查询数据.Use MapSql to select data.
|
String |
MapSuid.selectJson(MapSql mapSql)
使用MapSql查询数据.Use MapSql to select data.
|
Map<String,Object> |
MapSuid.selectOne(MapSql mapSql)
使用MapSql查询数据.Use MapSql to select data.
|
List<String[]> |
MapSuid.selectString(MapSql mapSql)
使用MapSql查询数据.Use MapSql to select data.
|
Copyright © 2021. All rights reserved.