Home
last modified time | relevance | path

Searched refs:CREATE_TABLE_WITHOUT_PRIMARY_SQL (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_set_cloud_schema_test.cpp53 constexpr const char *CREATE_TABLE_WITHOUT_PRIMARY_SQL = variable
190 ASSERT_EQ(RelationalTestUtils::ExecSql(db_, CREATE_TABLE_WITHOUT_PRIMARY_SQL), SQLITE_OK); in CreateUserDBAndTable()