Searched refs:SaveSchema (Results 1 – 3 of 3) sorted by relevance
41 int errCode = SQLiteUtils::SaveSchema(db_, dbSchema); in SetDatabaseSchema()
117 static int SaveSchema(sqlite3 *db, const std::string &strSchema);
1210 int SQLiteUtils::SaveSchema(sqlite3 *db, const std::string &strSchema) in SaveSchema() function in DistributedDB::SQLiteUtils