Searched refs:sqliteStorageEngine (Results 1 – 2 of 2) sorted by relevance
90 auto sqliteStorageEngine = std::make_shared<SQLiteSingleRelationalStorageEngine>(properties); variable91 RelationalSyncAbleStorage *syncAbleStorage = new RelationalSyncAbleStorage(sqliteStorageEngine);112 sqliteStorageEngine->SetSchema(tmpSchema);
1760 … auto sqliteStorageEngine = std::make_shared<SQLiteSingleRelationalStorageEngine>(properties); variable1761 ASSERT_NE(sqliteStorageEngine, nullptr);1763 … int errCode = sqliteStorageEngine->InitSQLiteStorageEngine(poolSize, option, hashIdentifier);1765 auto storageEngine = new (std::nothrow) RelationalSyncAbleStorage(sqliteStorageEngine);