Home
last modified time | relevance | path

Searched defs:indexSql (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_repeat_db.cpp105 std::string indexSql = "create index sys_event_his_index1 on "; in CreateTable() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_test.cpp863 std::string indexSql = "CREATE INDEX add_index ON sync_data (add_field);"; in UpgradeDistributedTableTest() local
1640 std::string indexSql = "CREATE INDEX IF NOT EXISTS 'index' on 'create' (b)"; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp1583 std::string indexSql; in CloneIndexes() local