This repository has been archived on 2022-04-14. You can view files and clone it, but cannot push or open issues or pull requests.
manual-zh-CN/chapter-05
2022-02-21 11:48:05 +08:00
..
1.conditions.md Fix #20 2022-02-21 11:48:05 +08:00
2.overrides.md 新增NoAutoCondition说明 2016-02-04 22:41:57 +08:00
3.get.md 更新Update 2020-10-20 12:48:03 +08:00
4.find.md 新增Find ints的例子 2017-01-05 10:16:58 +08:00
5.join.md update alias 2015-11-26 13:27:53 +08:00
6.iterate.md add join.md 2014-11-24 22:53:21 +08:00
7.count.md add join.md 2014-11-24 22:53:21 +08:00
8.rows.md add join.md 2014-11-24 22:53:21 +08:00
9.sums.md 新增Exist函数介绍 2017-07-14 22:27:56 +08:00
10.exist.md 增加Exist方法 2018-01-03 10:52:26 +08:00
README.md 新增Exist函数介绍 2017-07-14 22:27:56 +08:00

查询和统计数据

所有的查询条件不区分调用顺序但必须在调用GetExist, Sum, FindCount, Iterate, Rows这几个函数之前调用。同时需要注意的一点是在调用的参数中如果采用默认的SnakeMapper所有的字符字段名均为映射后的数据库的字段名而不是field的名字。