Searched refs:CREATE_LOCAL_TABLE_SQL (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_database_upgrader.cpp | 29 const constexpr char *CREATE_LOCAL_TABLE_SQL = variable 472 CREATE_LOCAL_TABLE_SQL, in SetCreateSql() 482 CREATE_LOCAL_TABLE_SQL, in SetCreateSql()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_relational_cloud_syncable_storage_test.cpp | 47 const std::string CREATE_LOCAL_TABLE_SQL = variable 109 ASSERT_EQ(SQLiteUtils::ExecuteRawSQL(db, CREATE_LOCAL_TABLE_SQL), E_OK); in CreateAndInitUserTable() 292 ASSERT_EQ(SQLiteUtils::ExecuteRawSQL(db, CREATE_LOCAL_TABLE_SQL), E_OK); in InitUserDataForAssetTest() 1242 const std::string CREATE_LOCAL_TABLE_SQL = variable 1247 EXPECT_EQ(RelationalTestUtils::ExecSql(db, CREATE_LOCAL_TABLE_SQL), SQLITE_OK); 1297 const std::string CREATE_LOCAL_TABLE_SQL = variable 1302 EXPECT_EQ(RelationalTestUtils::ExecSql(db, CREATE_LOCAL_TABLE_SQL), SQLITE_OK);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_relational_tracker_table_test.cpp | 52 const std::string CREATE_LOCAL_TABLE_SQL = variable 99 EXPECT_EQ(RelationalTestUtils::ExecSql(g_db, CREATE_LOCAL_TABLE_SQL), SQLITE_OK); in CreateMultiTable()
|
H A D | distributeddb_cloud_interfaces_relational_remove_device_data_test.cpp | 66 const std::string CREATE_LOCAL_TABLE_SQL = variable 136 EXPECT_EQ(RelationalTestUtils::ExecSql(db, CREATE_LOCAL_TABLE_SQL), SQLITE_OK); in CreateUserDBAndTable()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_tools_unit_test.cpp | 47 const std::string CREATE_LOCAL_TABLE_SQL = variable 108 CREATE_LOCAL_TABLE_SQL, in CreateMockSingleDb()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_interfaces_relational_sync_test.cpp | 63 const std::string CREATE_LOCAL_TABLE_SQL = variable 131 EXPECT_EQ(RelationalTestUtils::ExecSql(db, CREATE_LOCAL_TABLE_SQL), SQLITE_OK); in CreateUserDBAndTable()
|