Home
last modified time | relevance | path

Searched defs:insertSql (Results 1 - 10 of 10) sorted by relevance

/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_store_configv2_test.cpp108 char insertSql[] = "INSERT INTO t1 VALUES(2, '[1, 2, 3, 4]');"; in VdbTest002() local
/foundation/distributeddatamgr/relational_store/test/native/rdb_data_share_adapter/unittest/
H A Drdb_data_share_adapter_test.cpp106 std::string insertSql = "INSERT INTO test (data1, data2, data3, data4) VALUES (?, ?, ?, ?);"; in GenerateDefaultTable() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/photo_album_test/src/
H A Dphoto_album_test.cpp432 string insertSql = "INSERT INTO " + PhotoAlbumColumns::TABLE + " (" + PhotoAlbumColumns::ALBUM_TYPE + ", " + local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_save_cloud_data_test.cpp508 void PrimaryKeyCollateTest(const std::string &createSql, const std::string &insertSql, in PrimaryKeyCollateTest() argument
563 std::string insertSql = "insert into " + g_tableName + " values('abcd', '10');"; in HWTEST_F() local
578 std::string insertSql = "insert into " + g_tableName + " values('abcd', '10');"; in HWTEST_F() local
593 std::string insertSql = "insert into " + g_tableName + " values('abcd');"; in HWTEST_F() local
608 std::string insertSql = "insert into " + g_tableName + " values('abcd', 10);"; in HWTEST_F() local
623 std::string insertSql = "insert into " + g_tableName + " values('abcd', '10');"; HWTEST_F() local
639 std::string insertSql = "insert into " + g_tableName + " values('abcd', 'ab');"; HWTEST_F() local
655 std::string insertSql = "insert into " + g_tableName + " values('abcd', 'aB');"; HWTEST_F() local
671 std::string insertSql = "insert into " + g_tableName + " values('abcd', 'aB');"; HWTEST_F() local
686 std::string insertSql = "insert into " + g_tableName + " values('abcd ', '10');"; HWTEST_F() local
701 std::string insertSql = "insert into " + g_tableName + " values('abcd_', '10');"; HWTEST_F() local
716 std::string insertSql = "insert into " + g_tableName + " values('abcd ');"; HWTEST_F() local
731 std::string insertSql = "insert into " + g_tableName + " values('abcd ', '10');"; HWTEST_F() local
747 std::string insertSql = "insert into " + g_tableName + " values('abcd ', 'ab');"; HWTEST_F() local
763 std::string insertSql = "insert into " + g_tableName + " values('abcd ', 'aB ');"; HWTEST_F() local
779 std::string insertSql = "insert into " + g_tableName + " values('abcd ', 'ab');"; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_sync_test.cpp502 std::string insertSql = "insert into student_1 (id, name, level, score) values (1001, 'xue', 2, 95);"; in HWTEST_F() local
566 std::string insertSql = "INSERT INTO sync_data VALUES(?, ?, ?, ?, ?, ?, ?, ?)"; in PrepareSyncData() local
721 std::string insertSql = "insert into student_1 (id, name, level, score) values (1001, 'xue', 2, 95);"; in HWTEST_F() local
820 std::string insertSql = "insert into student_1 (id, name, level, score) values (1001, 'xue', 4, 95);"; in HWTEST_F() local
907 std::string insertSql = "INSERT INTO tbl_all_type VALUES(?, ?, ?, ?, ?, ?)"; in HWTEST_F() local
1025 std::string insertSql = "SELECT * FROM " + devictTbl; HWTEST_F() local
[all...]
H A Ddistributeddb_interfaces_relational_test.cpp1656 std::string insertSql = "INSERT INTO 'create' values(1001, 'create', 'text')"; in HWTEST_F() local
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_step_result_set_test.cpp113 std::string insertSql = "INSERT INTO test (data1, data2, data3, data4) VALUES (?, ?, ?, ?);"; in GenerateDefaultTable() local
1268 std::string insertSql = "INSERT INTO test (data1, data2, data3, data4) VALUES (?, ?, ?, ?);"; in HWTEST_F() local
1302 std::string insertSql = "INSERT INTO test (data1, data2, data3, data4) VALUES (?, ?, ?, ?);"; in HWTEST_F() local
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreNdktestHvigor/entry/src/main/cpp/
H A Dnapi_init.cpp239 char insertSql[] = "INSERT INTO t1 VALUES(2, '[1, 2, 3, 4]');"; in OH_Rdb_SetDbType_SQLITE_0200() local
294 char insertSql[] = "INSERT INTO t1 VALUES(2, '[1, 2, 3, 4]');"; in OH_Rdb_SetDbType_SQLITE_0300() local
343 char insertSql[] = "INSERT INTO t1 VALUES(2, '[1, 2, 3, 4]');"; in OH_Rdb_SetDbType_SQLITE_Id_0100() local
392 char insertSql[] = "INSERT INTO t1 VALUES(2, '[1, 2, 3, 4]');"; in OH_Rdb_SetDbType_SQLITE_Id_0200() local
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbackup_database_utils.cpp662 std::string insertSql = in UpdateAnalysisPhotoMapStatus() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor.cpp1139 int SQLiteSingleVerStorageExecutor::PrepareForSavingData(const std::string &readSql, const std::string &insertSql, in PrepareForSavingData() argument

Completed in 21 milliseconds