Searched refs:GenerateExtractSQL (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | schema_object.h | 46 …static std::string GenerateExtractSQL(SchemaType inSchemaType, const FieldPath &inFieldpath, Field…
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_schema_object_test.cpp | 1114 …std::string str2 = schema.GenerateExtractSQL(SchemaType::JSON, inFieldpath1, FieldType::LEAF_FIELD… 1126 …str2 = schema.GenerateExtractSQL(SchemaType::JSON, inFieldpath2, FieldType::LEAF_FIELD_NULL, 0, ""…
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | schema_object.cpp | 56 std::string SchemaObject::GenerateExtractSQL(SchemaType inSchemaType, const FieldPath &inFieldpath, in GenerateExtractSQL() function in DistributedDB::SchemaObject
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_query_helper.cpp | 720 resultSql += SchemaObject::GenerateExtractSQL(schema_.GetSchemaType(), fieldPath, fieldType, in MapCastFuncSql()
|
H A D | sqlite_utils.cpp | 1315 … std::string extractSql = SchemaObject::GenerateExtractSQL(type, info[i].first, info[i].second, in IncreaseIndex()
|