Home
last modified time | relevance | path

Searched defs:indexDefine (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtable_info.cpp337 void TableInfo::AddIndexDefine(const std::string &indexName, const CompositeFields &indexDefine) in AddIndexDefine()
H A Drelational_schema_object.cpp1005 CompositeFields indexDefine; in ParseCheckTableIndex() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp769 … AnalysisSchemaIndexDefine(sqlite3 *db, const std::string &indexName, CompositeFields &indexDefine) in AnalysisSchemaIndexDefine()
809 CompositeFields indexDefine; in AnalysisSchemaIndex() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.cpp486 std::string indexDefine = *it++; in UpgradeIndexes() local