Home
last modified time | relevance | path

Searched refs:CheckQueryableAndGetFieldType (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dquery_object.cpp311 errCode = schema_.CheckQueryableAndGetFieldType(fieldPath, schemaFieldType); in CheckEqualFormat()
387 errCode = schema_.CheckQueryableAndGetFieldType(fieldPath, schemaFieldType); in CheckOrderByFormat()
H A Dsqlite_query_helper.cpp719 schema_.CheckQueryableAndGetFieldType(fieldPath, fieldType); in MapCastFuncSql()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_object.h77 int CheckQueryableAndGetFieldType(const FieldPath &inPath, FieldType &outType) const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_schema_object_test.cpp1118 int ret = schema.CheckQueryableAndGetFieldType(inFieldpath1, schemaFieldType);
1128 ret = schema.CheckQueryableAndGetFieldType(inFieldpath2, schemaFieldType);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp213 int SchemaObject::CheckQueryableAndGetFieldType(const FieldPath &inPath, FieldType &outType) const in CheckQueryableAndGetFieldType() function in DistributedDB::SchemaObject