Searched refs:accessStr (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_query_helper.h | 139 const std::string &accessStr = "", bool placeholder = true); 144 std::string MapCastFuncSql(const QueryObjNode &queryNode, const std::string &accessStr = ""); 154 int GetSubscribeCondition(const std::string &accessStr, std::string &conditionStr); 158 std::string MapKeysInSubCondition(const std::string &accessStr) const; // For InKeys. 160 std::string GetFieldShape(const QueryObjNode &queryNode, const std::string &accessStr = "");
|
H A D | sqlite_query_helper.cpp | 721 schema_.GetSkipSize(), accessStr); in MapCastFuncSql() 759 …tring SqliteQueryHelper::GetFieldShape(const QueryObjNode &queryNode, const std::string &accessStr) in GetFieldShape() argument 765 return MapCastFuncSql(queryNode, accessStr); in GetFieldShape() 769 const std::string &accessStr, bool placeholder) in ParseQueryExpression() argument 779 querySql += GetFieldShape(queryNode, accessStr); in ParseQueryExpression() 823 std::string SqliteQueryHelper::MapKeysInSubCondition(const std::string &accessStr) const in MapKeysInSubCondition() 825 std::string resultStr = "hex(" + accessStr + "key) IN ("; in MapKeysInSubCondition() 836 int SqliteQueryHelper::GetSubscribeCondition(const std::string &accessStr, std::string &conditionSt… in GetSubscribeCondition() argument 850 …conditionStr += "((length(" + accessStr + "value) != 0 AND " + accessStr + "value IS NOT NULL) AND… in GetSubscribeCondition() 863 conditionStr += "(" + MapKeysInSubCondition(accessStr) + ")"; in GetSubscribeCondition() [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | schema_object.h | 47 uint32_t skipSize, const std::string &accessStr = "");
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | schema_object.cpp | 57 FieldType inFieldType, uint32_t skipSize, const std::string &accessStr) in GenerateExtractSQL() argument 76 resultSql += "(" + accessStr + "value, '"; in GenerateExtractSQL()
|