Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
Dtable_info.cpp335 void TableInfo::AddIndexDefine(const std::string &indexName, const CompositeFields &indexDefine) in AddIndexDefine()
Drelational_schema_object.cpp1003 CompositeFields indexDefine; in ParseCheckTableIndex() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_utils.cpp743 … AnalysisSchemaIndexDefine(sqlite3 *db, const std::string &indexName, CompositeFields &indexDefine) in AnalysisSchemaIndexDefine()
783 CompositeFields indexDefine; in AnalysisSchemaIndex() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
Dsqlite_single_ver_relational_storage_executor.cpp429 std::string indexDefine = *it++; in UpgradeIndexes() local