Searched refs:outIsReadOnly (Results 1 – 3 of 3) sorted by relevance
41 int Prepare(const std::string &sql, bool &outIsReadOnly);
43 int Prepare(const std::string &sql, bool &outIsReadOnly);
583 int SqliteConnection::Prepare(const std::string &sql, bool &outIsReadOnly) in Prepare() argument589 outIsReadOnly = statement.IsReadOnly(); in Prepare()