Home
last modified time | relevance | path

Searched refs:GetExtractFuncName (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_object.h45 static std::string GetExtractFuncName(SchemaType inSchemaType);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp47 std::string SchemaObject::GetExtractFuncName(SchemaType inSchemaType) in GetExtractFuncName() function in DistributedDB::SchemaObject
75 resultSql += GetExtractFuncName(inSchemaType); in GenerateExtractSQL()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_schema_object_test.cpp1105 std::string str1 = schema.GetExtractFuncName(SchemaType::NONE);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp1727 …errCode = sqlite3_create_function_v2(db, SchemaObject::GetExtractFuncName(SchemaType::FLATBUFFER).… in RegisterFlatBufferFunction()