-
Notifications
You must be signed in to change notification settings - Fork 51
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