Searched refs:dateValue (Results 1 – 4 of 4) sorted by relevance
120 let dateValue = arg.timeIntervalSince1970 * 1000 in bind() variable121 guard sqlite3_bind_int64(stmt, bindIdx, Int64(dateValue)) == SQLITE_OK else { in bind()
119 NSTimeInterval dateValue = [(NSDate *)obj timeIntervalSince1970] * 1000;120 if (sqlite3_bind_int64(stmt, (int)idx + 1, (long long)dateValue) != SQLITE_OK) {