/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_relational_schema_object_test.cpp | 731 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 D | distributeddb_tools_unit_test.cpp | 1156 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 D | distributeddb_relational_syncable_storage_test.cpp | 106 SQLiteUtils::AnalysisSchema(db, "sync_data", table);
|
H A D | distributeddb_relational_schema_analysis_test.cpp | 105 int errcode = SQLiteUtils::AnalysisSchema(db, name, table); in AnalysisTable()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/common/ |
H A D | distributeddb_tools_test.cpp | 222 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 D | sqlite_single_ver_relational_storage_executor.cpp | 219 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 D | sqlite_relational_utils.cpp | 397 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 D | sqlite_utils.h | 162 …static int AnalysisSchema(sqlite3 *db, const std::string &tableName, TableInfo &table, bool caseSe…
|
H A D | sqlite_utils.cpp | 911 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 D | distributeddb_interfaces_relational_test.cpp | 121 SQLiteUtils::AnalysisSchema(db, tableName, tableInfo); in PrepareVirtualDeviceEnv() 1199 SQLiteUtils::AnalysisSchema(db, name, table); in AddDeviceSchema()
|
H A D | distributeddb_interfaces_relational_sync_test.cpp | 133 SQLiteUtils::AnalysisSchema(db, name, table); in AddDeviceSchema()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_relational_multi_user_test.cpp | 125 SQLiteUtils::AnalysisSchema(db, tableName, tableInfo); in PrepareVirtualDeviceEnv()
|
H A D | distributeddb_relational_ver_p2p_sync_test.cpp | 448 SQLiteUtils::AnalysisSchema(db, tableName, tableInfo); in PrepareBasicTable() 563 SQLiteUtils::AnalysisSchema(db, tableName, tableInfo); in PrepareEnvironment()
|