Home
last modified time | relevance | path

Searched refs:AnalysisSchema (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_relational_schema_object_test.cpp731 EXPECT_EQ(SQLiteUtils::AnalysisSchema(db, "STUDENT", tableStudent), E_OK);
749 EXPECT_EQ(SQLiteUtils::AnalysisSchema(db, tableName, tableInfo), E_OK); in GetTableInfo()
779 SQLiteUtils::AnalysisSchema(db, "student", table1); in TableCompareTest()
783 SQLiteUtils::AnalysisSchema(db, "student", table2); in TableCompareTest()
H A Ddistributeddb_tools_unit_test.cpp1156 ASSERT_EQ(SQLiteUtils::AnalysisSchema(db, table, baseTbl), E_OK); in CreateDeviceTable()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_syncable_storage_test.cpp106 SQLiteUtils::AnalysisSchema(db, "sync_data", table);
H A Ddistributeddb_relational_schema_analysis_test.cpp105 int errcode = SQLiteUtils::AnalysisSchema(db, name, table); in AnalysisTable()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/common/
H A Ddistributeddb_tools_test.cpp222 if (SQLiteUtils::AnalysisSchema(db, table, baseTbl) != E_OK) { in CreateDeviceTable()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.cpp219 int errCode = SQLiteUtils::AnalysisSchema(dbHandle_, tableName, table); in CreateDistributedTable()
281 errCode = SQLiteUtils::AnalysisSchema(dbHandle_, tableName, newTableInfo); in CompareSchemaTableColumns()
303 int errCode = SQLiteUtils::AnalysisSchema(dbHandle_, tableName, newTableInfo); in UpgradeDistributedTable()
1426 int errCode = SQLiteUtils::AnalysisSchema(dbHandle_, table.GetTableName(), newTable); in CheckQueryObjectLegal()
1469 int errCode = SQLiteUtils::AnalysisSchema(dbHandle_, query.GetTableName(), newTable); in CheckQueryObjectLegal()
H A Dsqlite_relational_utils.cpp397 int errCode = SQLiteUtils::AnalysisSchema(db, trackerTable.GetTableName(), tableInfo, true); in AnalysisTrackerTable()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.h162 …static int AnalysisSchema(sqlite3 *db, const std::string &tableName, TableInfo &table, bool caseSe…
H A Dsqlite_utils.cpp911 int SQLiteUtils::AnalysisSchema(sqlite3 *db, const std::string &tableName, TableInfo &table, bool c… in AnalysisSchema() function in DistributedDB::SQLiteUtils
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_test.cpp121 SQLiteUtils::AnalysisSchema(db, tableName, tableInfo); in PrepareVirtualDeviceEnv()
1199 SQLiteUtils::AnalysisSchema(db, name, table); in AddDeviceSchema()
H A Ddistributeddb_interfaces_relational_sync_test.cpp133 SQLiteUtils::AnalysisSchema(db, name, table); in AddDeviceSchema()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_relational_multi_user_test.cpp125 SQLiteUtils::AnalysisSchema(db, tableName, tableInfo); in PrepareVirtualDeviceEnv()
H A Ddistributeddb_relational_ver_p2p_sync_test.cpp448 SQLiteUtils::AnalysisSchema(db, tableName, tableInfo); in PrepareBasicTable()
563 SQLiteUtils::AnalysisSchema(db, tableName, tableInfo); in PrepareEnvironment()