Home
last modified time | relevance | path

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 Dsqlite_single_ver_database_upgrader.cpp29 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 Ddistributeddb_relational_cloud_syncable_storage_test.cpp47 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 Ddistributeddb_interfaces_relational_tracker_table_test.cpp52 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 Ddistributeddb_cloud_interfaces_relational_remove_device_data_test.cpp66 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 Ddistributeddb_tools_unit_test.cpp47 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 Ddistributeddb_cloud_interfaces_relational_sync_test.cpp63 const std::string CREATE_LOCAL_TABLE_SQL = variable
131 EXPECT_EQ(RelationalTestUtils::ExecSql(db, CREATE_LOCAL_TABLE_SQL), SQLITE_OK); in CreateUserDBAndTable()