Searched defs:createSql (Results 1 – 3 of 3) sorted by relevance
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
| D | distributeddb_cloud_save_cloud_data_test.cpp | 508 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 577 …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 607 …std::string createSql = "create table " + g_tableName + "(name text primary key COLLATE NOCASE , a… variable 622 …std::string createSql = "create table " + g_tableName + "(name text primary key, age TEXT COLLATE … 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 669 …std::string createSql = "create table " + g_tableName + "(NAME text collate NOCASE, age text colla… variable 685 …std::string createSql = "create table " + g_tableName + "(name text primary key COLLATE RTRIM, age… variable [all …]
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_clone_test/src/ |
| D | clone_source.cpp | 85 for (const auto &createSql : createSqls_) { in OnCreate() local 107 string createSql = TABLE_CREATE_MAP.at(tableName); in Init() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
| D | distributeddb_interfaces_relational_test.cpp | 941 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
|