Searched defs:to_sqlite_value (Results 1 – 2 of 2) sorted by relevance
42 static inline Value to_sqlite_value(int value) { in to_sqlite_value() function56 static inline Value to_sqlite_value(int value) { in to_sqlite_value() function70 static inline Value to_sqlite_value(size_t value) { in to_sqlite_value() function84 static inline Value to_sqlite_value(double value) { in to_sqlite_value() function98 static inline sqlite::Value to_sqlite_value(const std::string& value) { in to_sqlite_value() function
32 inline static sqlite::Value to_sqlite_value(const T& value) noexcept { in to_sqlite_value() function