Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gaojunquan authored Mar 17, 2017
1 parent 9752af5 commit 7bd3a90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,8 @@ JQFMDB *db = [JQFMDB shareDatabase:@"test.sqlite" path:[NSSearchPathForDirectori
```
#### 增删改查之插入
----
无论你想插入的是一个model还是dictionary都没问题,都会智能接收并存储
无论你想插入的是一个model还是dictionary都没问题,都会智能接收并存储;插入一组数据, 也支持model和dictionary混合的数组
* \- (BOOL)jq_insertTable:(NSString *)tableName dicOrModel:(id)parameters;
插入一组数据, 也支持model和dictionary混合的数组
* \- (NSArray *)jq_insertTable:(NSString *)tableName dicOrModelArray:(NSArray *)dicOrModelArray;

###### 插入一条数据
Expand Down

0 comments on commit 7bd3a90

Please sign in to comment.