Searched defs:BindTextToStatement (Results 1 – 2 of 2) sorted by relevance
192 int RDSQLiteUtils::BindTextToStatement(sqlite3_stmt *statement, int index, const std::string &value) in BindTextToStatement() function in DocumentDB::RDSQLiteUtils
263 int SQLiteUtils::BindTextToStatement(sqlite3_stmt *statement, int index, const std::string &str) in BindTextToStatement() function in DistributedDB::SQLiteUtils