Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributeddb_schema_test_tools.cpp126 const string SCHEMA_INDEX_QUERY_SQL = "select count(*) from sqlite_master where name= \'" + in SchemaIndexQuery() local
129 DistributedTestTools::QuerySpecifiedData(dbName, SCHEMA_INDEX_QUERY_SQL, attribute, count); in SchemaIndexQuery()