Searched refs:createIndexStr (Results 1 – 4 of 4) sorted by relevance
73 void RdbGlobalParamsHelper::CreateNumMatchIndexStr(std::string &createIndexStr) in CreateNumMatchIndexStr() argument76 createIndexStr.append("CREATE INDEX IF NOT EXISTS [").append(NUMERIC_INDEX).append("]"); in CreateNumMatchIndexStr()77 createIndexStr.append("ON [").append(TABLE_NUMBER_MATCH).append("]"); in CreateNumMatchIndexStr()78 createIndexStr.append("([").append(NumMatchData::MCCMNC).append("])"); in CreateNumMatchIndexStr()79 …DATA_STORAGE_LOGD("RdbGlobalParamsHelper::CreateNumMatchIndexStr end: %s", createIndexStr.c_str()); in CreateNumMatchIndexStr()
75 void RdbOpKeyHelper::CreateOpKeyInfoIndexStr(std::string &createIndexStr) in CreateOpKeyInfoIndexStr() argument77 createIndexStr.append("CREATE INDEX IF NOT EXISTS [").append(MCCMNC_INDEX).append("]"); in CreateOpKeyInfoIndexStr()78 createIndexStr.append("ON [").append(TABLE_OPKEY_INFO).append("]"); in CreateOpKeyInfoIndexStr()79 createIndexStr.append("([").append(OpKeyData::MCCMNC).append("])"); in CreateOpKeyInfoIndexStr()
64 void CreateOpKeyInfoIndexStr(std::string &createIndexStr);
59 void CreateNumMatchIndexStr(std::string &createIndexStr);