Searched defs:BindBlobToStatement (Results 1 – 3 of 3) sorted by relevance
152 int RDSQLiteUtils::BindBlobToStatement(sqlite3_stmt *statement, int index, const std::vector<uint8_… in BindBlobToStatement() function in DocumentDB::RDSQLiteUtils
793 int BindBlobToStatement(sqlite3_stmt *stmt, int index, const std::vector<uint8_t> &value, bool perm… in BindBlobToStatement() function
263 int SQLiteUtils::BindBlobToStatement(sqlite3_stmt *statement, int index, const std::vector<uint8_t>… in BindBlobToStatement() function in DistributedDB::SQLiteUtils