Home
last modified time | relevance | path

Searched refs:retSchema (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/cloud/
H A Dschema_mgr.h34 int GetCloudTableSchema(const TableName &tableName, TableSchema &retSchema);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dschema_mgr.cpp204 int SchemaMgr::GetCloudTableSchema(const TableName &tableName, TableSchema &retSchema) in GetCloudTableSchema() argument
211 retSchema = tableSchema; in GetCloudTableSchema()