Skip to content

Commit

Permalink
添加事务操作说明API
Browse files Browse the repository at this point in the history
添加事务操作说明API
  • Loading branch information
huangzhibiao authored Mar 3, 2017
1 parent 5210c74 commit b7c422c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ LKDBHelper好一点,但也要复写不少的函数,而且LKDBHelper的使用demo
设置调试模式
@debug YES:打印SQL语句, NO:不打印SQL语句.
*/
+(void)setDebug:(BOOL)debug;
+(void)setDebug:(BOOL)debug;
/**
事务操作.
@return 返回YES提交事务, 返回NO回滚事务.
*/
+(void)inTransaction:(BOOL (^_Nonnull)())block;
/**
同步存储.
*/
Expand Down

0 comments on commit b7c422c

Please sign in to comment.