-
Notifications
You must be signed in to change notification settings - Fork 51
SQLight 针对Blob格式数据绑定的支持 #2
Copy link
Copy link
Open
Description
Hi Gaosboy,
如何利用Sqlight绑定blob格式数据?在代码中并没有相关封装。请协助
if (nil != bind) {
for (int i = 0; i < [bind count]; i ++) {
sqlite3_bind_text(compiledStatement,
i + 1,
[[NSString stringWithFormat:@"%@", [bind objectAtIndex:i]] UTF8String],
-1,
SQLITE_TRANSIENT);
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels