Searched refs:get_sqlite_flags (Results 1 – 2 of 2) sorted by relevance
63 int Database::OpenOptions::get_sqlite_flags() const noexcept { in get_sqlite_flags() function in executorchcoreml::sqlite::Database::OpenOptions106 …const int status = sqlite3_open_v2(file_path_.c_str(), &handle, options.get_sqlite_flags(), nullpt… in open()
121 int get_sqlite_flags() const noexcept;