Home
last modified time | relevance | path

Searched defs:createSql (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/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()
562 …std::string createSql = "create table " + g_tableName + "(name text primary key COLLATE NOCASE, ag… variable
592 … std::string createSql = "create table " + g_tableName + "(name text primary key COLLATE NOCASE);"; variable
637 … std::string createSql = "create table " + g_tableName + "(NAME text collate NOCASE, age text," + variable
653 … std::string createSql = "create table " + g_tableName + "(NAME text collate NOCASE, age text," + variable
685 …std::string createSql = "create table " + g_tableName + "(name text primary key COLLATE RTRIM, age… variable
700 …std::string createSql = "create table " + g_tableName + "(name text primary key COLLATE RTRIM, age… variable
715 … std::string createSql = "create table " + g_tableName + "(name text primary key COLLATE rtrim);"; variable
730 …std::string createSql = "create table " + g_tableName + "(name text primary key, age TEXT COLLATE … variable
745 … std::string createSql = "create table " + g_tableName + "(NAME text collate RTRIM, age text," + variable
[all …]
H A Ddistributeddb_cloud_check_sync_test.cpp948 …std::string createSql = "CREATE TABLE IF NOT EXISTS DistributedDBCloudCheckSyncTest(id INT PRIMARY… variable
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_clone_test/src/
H A Dclone_source.cpp85 for (const auto &createSql : createSqls_) { in OnCreate() local
107 string createSql = TABLE_CREATE_MAP.at(tableName); in Init() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store.cpp95 std::string createSql = "CREATE TABLE IF NOT EXISTS " + ReminderTable::TABLE_NAME + " (" in OnDowngrade() local
109 std::string createSql = "CREATE TABLE IF NOT EXISTS " + ReminderBaseTable::TABLE_NAME + " (" in CreateTable() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_test.cpp941 std::string createSql = "create table " + tableName4 + "(id int UNIQUE);"; in CheckTable() local
977 std::string createSql = "create table " + tableName1 + "(id int CHECK(id > 5));"; in TableConstraintsCheck() local