We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd8544 commit 4f967d5Copy full SHA for 4f967d5
README.md
@@ -27,7 +27,7 @@ $shardingQuery = new ShardingQuery([
27
]);
28
// 查询结果
29
$result = $shardingQuery->select();
30
-// 总行数
+// 总行数,用于分页
31
$count = $shardingQuery->count();
32
// 追踪数据,用于调试
33
$trace = $shardingQuery->trace();
@@ -44,3 +44,7 @@ $trace = $shardingQuery->trace();
44
- `order`:排序,字符串类型。
45
- `offset`:偏移数,整数类型。
46
- `limit`:限制数,整数类型。
47
+
48
+## License
49
50
+Apache License Version 2.0, http://www.apache.org/licenses/
0 commit comments