操作 旧版本 新版本 d.ts文件
API跨平台权限变更 类名:global;
API声明:declare namespace dataSharePredicates
差异内容:NA
类名:global;
API声明:declare namespace dataSharePredicates
差异内容:crossplatform
api/@ohos.data.dataSharePredicates.d.ts
API跨平台权限变更 类名:dataSharePredicates;
API声明:class DataSharePredicates
差异内容:NA
类名:dataSharePredicates;
API声明:class DataSharePredicates
差异内容:crossplatform
api/@ohos.data.dataSharePredicates.d.ts
API跨平台权限变更 类名:DataSharePredicates;
API声明:equalTo(field: string, value: ValueType): DataSharePredicates;
差异内容:NA
类名:DataSharePredicates;
API声明:equalTo(field: string, value: ValueType): DataSharePredicates;
差异内容:crossplatform
api/@ohos.data.dataSharePredicates.d.ts
API跨平台权限变更 类名:DataSharePredicates;
API声明:and(): DataSharePredicates;
差异内容:NA
类名:DataSharePredicates;
API声明:and(): DataSharePredicates;
差异内容:crossplatform
api/@ohos.data.dataSharePredicates.d.ts
API跨平台权限变更 类名:DataSharePredicates;
API声明:orderByAsc(field: string): DataSharePredicates;
差异内容:NA
类名:DataSharePredicates;
API声明:orderByAsc(field: string): DataSharePredicates;
差异内容:crossplatform
api/@ohos.data.dataSharePredicates.d.ts
API跨平台权限变更 类名:DataSharePredicates;
API声明:orderByDesc(field: string): DataSharePredicates;
差异内容:NA
类名:DataSharePredicates;
API声明:orderByDesc(field: string): DataSharePredicates;
差异内容:crossplatform
api/@ohos.data.dataSharePredicates.d.ts
API跨平台权限变更 类名:DataSharePredicates;
API声明:limit(total: number, offset: number): DataSharePredicates;
差异内容:NA
类名:DataSharePredicates;
API声明:limit(total: number, offset: number): DataSharePredicates;
差异内容:crossplatform
api/@ohos.data.dataSharePredicates.d.ts
API跨平台权限变更 类名:DataSharePredicates;
API声明:in(field: string, value: Array<ValueType>): DataSharePredicates;
差异内容:NA
类名:DataSharePredicates;
API声明:in(field: string, value: Array<ValueType>): DataSharePredicates;
差异内容:crossplatform
api/@ohos.data.dataSharePredicates.d.ts
API跨平台权限变更 类名:global;
API声明:export type ValueType = number | string | boolean;
差异内容:NA
类名:global;
API声明:export type ValueType = number | string | boolean;
差异内容:crossplatform
api/@ohos.data.ValuesBucket.d.ts
syscap变更 类名:KVStore;
API声明:put(key: string, value: Uint8Array | string | number | boolean): Promise<void>;
差异内容:NA
类名:KVStore;
API声明:put(key: string, value: Uint8Array | string | number | boolean): Promise<void>;
差异内容:SystemCapability.DistributedDataManager.KVStore.Core
api/@ohos.data.distributedData.d.ts
syscap变更 类名:KVStore;
API声明:delete(key: string): Promise<void>;
差异内容:NA
类名:KVStore;
API声明:delete(key: string): Promise<void>;
差异内容:SystemCapability.DistributedDataManager.KVStore.Core
api/@ohos.data.distributedData.d.ts
syscap变更 类名:KVStore;
API声明:putBatch(entries: Entry[]): Promise<void>;
差异内容:NA
类名:KVStore;
API声明:putBatch(entries: Entry[]): Promise<void>;
差异内容:SystemCapability.DistributedDataManager.KVStore.Core
api/@ohos.data.distributedData.d.ts
syscap变更 类名:KVStore;
API声明:deleteBatch(keys: string[]): Promise<void>;
差异内容:NA
类名:KVStore;
API声明:deleteBatch(keys: string[]): Promise<void>;
差异内容:SystemCapability.DistributedDataManager.KVStore.Core
api/@ohos.data.distributedData.d.ts
syscap变更 类名:KVStore;
API声明:startTransaction(): Promise<void>;
差异内容:NA
类名:KVStore;
API声明:startTransaction(): Promise<void>;
差异内容:SystemCapability.DistributedDataManager.KVStore.Core
api/@ohos.data.distributedData.d.ts
syscap变更 类名:KVStore;
API声明:commit(): Promise<void>;
差异内容:NA
类名:KVStore;
API声明:commit(): Promise<void>;
差异内容:SystemCapability.DistributedDataManager.KVStore.Core
api/@ohos.data.distributedData.d.ts
syscap变更 类名:KVStore;
API声明:rollback(): Promise<void>;
差异内容:NA
类名:KVStore;
API声明:rollback(): Promise<void>;
差异内容:SystemCapability.DistributedDataManager.KVStore.Core
api/@ohos.data.distributedData.d.ts
syscap变更 类名:KVStore;
API声明:enableSync(enabled: boolean): Promise<void>;
差异内容:NA
类名:KVStore;
API声明:enableSync(enabled: boolean): Promise<void>;
差异内容:SystemCapability.DistributedDataManager.KVStore.Core
api/@ohos.data.distributedData.d.ts
syscap变更 类名:KVStore;
API声明:setSyncRange(localLabels: string[], remoteSupportLabels: string[]): Promise<void>;
差异内容:NA
类名:KVStore;
API声明:setSyncRange(localLabels: string[], remoteSupportLabels: string[]): Promise<void>;
差异内容:SystemCapability.DistributedDataManager.KVStore.Core
api/@ohos.data.distributedData.d.ts
syscap变更 类名:SingleKVStore;
API声明:get(key: string): Promise<Uint8Array | string | boolean | number>;
差异内容:NA
类名:SingleKVStore;
API声明:get(key: string): Promise<Uint8Array | string | boolean | number>;
差异内容:SystemCapability.DistributedDataManager.KVStore.Core
api/@ohos.data.distributedData.d.ts
syscap变更 类名:SingleKVStore;
API声明:getEntries(keyPrefix: string): Promise<Entry[]>;
差异内容:NA
类名:SingleKVStore;
API声明:getEntries(keyPrefix: string): Promise<Entry[]>;
差异内容:SystemCapability.DistributedDataManager.KVStore.Core
api/@ohos.data.distributedData.d.ts
syscap变更 类名:SingleKVStore;
API声明:getEntries(query: Query): Promise<Entry[]>;
差异内容:NA
类名:SingleKVStore;
API声明:getEntries(query: Query): Promise<Entry[]>;
差异内容:SystemCapability.DistributedDataManager.KVStore.Core
api/@ohos.data.distributedData.d.ts
syscap变更 类名:SingleKVStore;
API声明:getResultSet(keyPrefix: string): Promise<KvStoreResultSet>;
差异内容:NA
类名:SingleKVStore;
API声明:getResultSet(keyPrefix: string): Promise<KvStoreResultSet>;
差异内容:SystemCapability.DistributedDataManager.KVStore.Core
api/@ohos.data.distributedData.d.ts
syscap变更 类名:SingleKVStore;
API声明:getResultSet(query: Query): Promise<KvStoreResultSet>;
差异内容:NA
类名:SingleKVStore;
API声明:getResultSet(query: Query): Promise<KvStoreResultSet>;
差异内容:SystemCapability.DistributedDataManager.KVStore.Core
api/@ohos.data.distributedData.d.ts
syscap变更 类名:SingleKVStore;
API声明:closeResultSet(resultSet: KvStoreResultSet): Promise<void>;
差异内容:NA
类名:SingleKVStore;
API声明:closeResultSet(resultSet: KvStoreResultSet): Promise<void>;
差异内容:SystemCapability.DistributedDataManager.KVStore.Core
api/@ohos.data.distributedData.d.ts
syscap变更 类名:SingleKVStore;
API声明:getResultSize(query: Query): Promise<number>;
差异内容:NA
类名:SingleKVStore;
API声明:getResultSize(query: Query): Promise<number>;
差异内容:SystemCapability.DistributedDataManager.KVStore.Core
api/@ohos.data.distributedData.d.ts
syscap变更 类名:SingleKVStore;
API声明:removeDeviceData(deviceId: string): Promise<void>;
差异内容:NA
类名:SingleKVStore;
API声明:removeDeviceData(deviceId: string): Promise<void>;
差异内容:SystemCapability.DistributedDataManager.KVStore.Core
api/@ohos.data.distributedData.d.ts
syscap变更 类名:SingleKVStore;
API声明:setSyncParam(defaultAllowedDelayMs: number): Promise<void>;
差异内容:NA
类名:SingleKVStore;
API声明:setSyncParam(defaultAllowedDelayMs: number): Promise<void>;
差异内容:SystemCapability.DistributedDataManager.KVStore.Core
api/@ohos.data.distributedData.d.ts
syscap变更 类名:SingleKVStore;
API声明:getSecurityLevel(): Promise<SecurityLevel>;
差异内容:NA
类名:SingleKVStore;
API声明:getSecurityLevel(): Promise<SecurityLevel>;
差异内容:SystemCapability.DistributedDataManager.KVStore.Core
api/@ohos.data.distributedData.d.ts
syscap变更 类名:DeviceKVStore;
API声明:get(deviceId: string, key: string): Promise<boolean | string | number | Uint8Array>;
差异内容:NA
类名:DeviceKVStore;
API声明:get(deviceId: string, key: string): Promise<boolean | string | number | Uint8Array>;
差异内容:SystemCapability.DistributedDataManager.KVStore.DistributedKVStore
api/@ohos.data.distributedData.d.ts
syscap变更 类名:DeviceKVStore;
API声明:getEntries(deviceId: string, keyPrefix: string): Promise<Entry[]>;
差异内容:NA
类名:DeviceKVStore;
API声明:getEntries(deviceId: string, keyPrefix: string): Promise<Entry[]>;
差异内容:SystemCapability.DistributedDataManager.KVStore.DistributedKVStore
api/@ohos.data.distributedData.d.ts
syscap变更 类名:DeviceKVStore;
API声明:getEntries(query: Query): Promise<Entry[]>;
差异内容:NA
类名:DeviceKVStore;
API声明:getEntries(query: Query): Promise<Entry[]>;
差异内容:SystemCapability.DistributedDataManager.KVStore.DistributedKVStore
api/@ohos.data.distributedData.d.ts
syscap变更 类名:DeviceKVStore;
API声明:getEntries(deviceId: string, query: Query): Promise<Entry[]>;
差异内容:NA
类名:DeviceKVStore;
API声明:getEntries(deviceId: string, query: Query): Promise<Entry[]>;
差异内容:SystemCapability.DistributedDataManager.KVStore.DistributedKVStore
api/@ohos.data.distributedData.d.ts
syscap变更 类名:DeviceKVStore;
API声明:getResultSet(deviceId: string, keyPrefix: string): Promise<KvStoreResultSet>;
差异内容:NA
类名:DeviceKVStore;
API声明:getResultSet(deviceId: string, keyPrefix: string): Promise<KvStoreResultSet>;
差异内容:SystemCapability.DistributedDataManager.KVStore.DistributedKVStore
api/@ohos.data.distributedData.d.ts
syscap变更 类名:DeviceKVStore;
API声明:getResultSet(query: Query): Promise<KvStoreResultSet>;
差异内容:NA
类名:DeviceKVStore;
API声明:getResultSet(query: Query): Promise<KvStoreResultSet>;
差异内容:SystemCapability.DistributedDataManager.KVStore.DistributedKVStore
api/@ohos.data.distributedData.d.ts
syscap变更 类名:DeviceKVStore;
API声明:getResultSet(deviceId: string, query: Query): Promise<KvStoreResultSet>;
差异内容:NA
类名:DeviceKVStore;
API声明:getResultSet(deviceId: string, query: Query): Promise<KvStoreResultSet>;
差异内容:SystemCapability.DistributedDataManager.KVStore.DistributedKVStore
api/@ohos.data.distributedData.d.ts
syscap变更 类名:DeviceKVStore;
API声明:closeResultSet(resultSet: KvStoreResultSet): Promise<void>;
差异内容:NA
类名:DeviceKVStore;
API声明:closeResultSet(resultSet: KvStoreResultSet): Promise<void>;
差异内容:SystemCapability.DistributedDataManager.KVStore.DistributedKVStore
api/@ohos.data.distributedData.d.ts
syscap变更 类名:DeviceKVStore;
API声明:getResultSize(query: Query): Promise<number>;
差异内容:NA
类名:DeviceKVStore;
API声明:getResultSize(query: Query): Promise<number>;
差异内容:SystemCapability.DistributedDataManager.KVStore.DistributedKVStore
api/@ohos.data.distributedData.d.ts
syscap变更 类名:DeviceKVStore;
API声明:getResultSize(deviceId: string, query: Query): Promise<number>;
差异内容:NA
类名:DeviceKVStore;
API声明:getResultSize(deviceId: string, query: Query): Promise<number>;
差异内容:SystemCapability.DistributedDataManager.KVStore.DistributedKVStore
api/@ohos.data.distributedData.d.ts
syscap变更 类名:DeviceKVStore;
API声明:removeDeviceData(deviceId: string): Promise<void>;
差异内容:NA
类名:DeviceKVStore;
API声明:removeDeviceData(deviceId: string): Promise<void>;
差异内容:SystemCapability.DistributedDataManager.KVStore.DistributedKVStore
api/@ohos.data.distributedData.d.ts
syscap变更 类名:distributedData;
API声明:function createKVManager(config: KVManagerConfig): Promise<KVManager>;
差异内容:NA
类名:distributedData;
API声明:function createKVManager(config: KVManagerConfig): Promise<KVManager>;
差异内容:SystemCapability.DistributedDataManager.KVStore.Core
api/@ohos.data.distributedData.d.ts
syscap变更 类名:KVManager;
API声明:getKVStore<T extends KVStore>(storeId: string, options: Options, callback: AsyncCallback<T>): void;
差异内容:NA
类名:KVManager;
API声明:getKVStore<T extends KVStore>(storeId: string, options: Options, callback: AsyncCallback<T>): void;
差异内容:SystemCapability.DistributedDataManager.KVStore.Core
api/@ohos.data.distributedData.d.ts
syscap变更 类名:KVManager;
API声明:closeKVStore(appId: string, storeId: string, kvStore: KVStore): Promise<void>;
差异内容:NA
类名:KVManager;
API声明:closeKVStore(appId: string, storeId: string, kvStore: KVStore): Promise<void>;
差异内容:SystemCapability.DistributedDataManager.KVStore.Core
api/@ohos.data.distributedData.d.ts
syscap变更 类名:KVManager;
API声明:deleteKVStore(appId: string, storeId: string): Promise<void>;
差异内容:NA
类名:KVManager;
API声明:deleteKVStore(appId: string, storeId: string): Promise<void>;
差异内容:SystemCapability.DistributedDataManager.KVStore.Core
api/@ohos.data.distributedData.d.ts
syscap变更 类名:KVManager;
API声明:getAllKVStoreId(appId: string): Promise<string[]>;
差异内容:NA
类名:KVManager;
API声明:getAllKVStoreId(appId: string): Promise<string[]>;
差异内容:SystemCapability.DistributedDataManager.KVStore.Core
api/@ohos.data.distributedData.d.ts
syscap变更 类名:StoreConfig;
API声明:name: string;
差异内容:NA
类名:StoreConfig;
API声明:name: string;
差异内容:SystemCapability.DistributedDataManager.RelationalStore.Core
api/@ohos.data.rdb.d.ts
syscap变更 类名:rdb;
API声明:export type ResultSet = _ResultSet;
差异内容:NA
类名:rdb;
API声明:export type ResultSet = _ResultSet;
差异内容:SystemCapability.DistributedDataManager.RelationalStore.Core
api/@ohos.data.rdb.d.ts
API废弃版本变更 类名:KVStore;
API声明:put(key: string, value: Uint8Array | string | number | boolean): Promise<void>;
差异内容:NA
类名:KVStore;
API声明:put(key: string, value: Uint8Array | string | number | boolean): Promise<void>;
差异内容:9
api/@ohos.data.distributedData.d.ts
API废弃版本变更 类名:KVStore;
API声明:delete(key: string): Promise<void>;
差异内容:NA
类名:KVStore;
API声明:delete(key: string): Promise<void>;
差异内容:9
api/@ohos.data.distributedData.d.ts
API废弃版本变更 类名:KVStore;
API声明:putBatch(entries: Entry[]): Promise<void>;
差异内容:NA
类名:KVStore;
API声明:putBatch(entries: Entry[]): Promise<void>;
差异内容:9
api/@ohos.data.distributedData.d.ts
API废弃版本变更 类名:KVStore;
API声明:deleteBatch(keys: string[]): Promise<void>;
差异内容:NA
类名:KVStore;
API声明:deleteBatch(keys: string[]): Promise<void>;
差异内容:9
api/@ohos.data.distributedData.d.ts
API废弃版本变更 类名:KVStore;
API声明:startTransaction(): Promise<void>;
差异内容:NA
类名:KVStore;
API声明:startTransaction(): Promise<void>;
差异内容:9
api/@ohos.data.distributedData.d.ts
API废弃版本变更 类名:KVStore;
API声明:commit(): Promise<void>;
差异内容:NA
类名:KVStore;
API声明:commit(): Promise<void>;
差异内容:9
api/@ohos.data.distributedData.d.ts
API废弃版本变更 类名:KVStore;
API声明:rollback(): Promise<void>;
差异内容:NA
类名:KVStore;
API声明:rollback(): Promise<void>;
差异内容:9
api/@ohos.data.distributedData.d.ts
API废弃版本变更 类名:KVStore;
API声明:enableSync(enabled: boolean): Promise<void>;
差异内容:NA
类名:KVStore;
API声明:enableSync(enabled: boolean): Promise<void>;
差异内容:9
api/@ohos.data.distributedData.d.ts
API废弃版本变更 类名:KVStore;
API声明:setSyncRange(localLabels: string[], remoteSupportLabels: string[]): Promise<void>;
差异内容:NA
类名:KVStore;
API声明:setSyncRange(localLabels: string[], remoteSupportLabels: string[]): Promise<void>;
差异内容:9
api/@ohos.data.distributedData.d.ts
API废弃版本变更 类名:SingleKVStore;
API声明:get(key: string): Promise<Uint8Array | string | boolean | number>;
差异内容:NA
类名:SingleKVStore;
API声明:get(key: string): Promise<Uint8Array | string | boolean | number>;
差异内容:9
api/@ohos.data.distributedData.d.ts
API废弃版本变更 类名:SingleKVStore;
API声明:getEntries(keyPrefix: string): Promise<Entry[]>;
差异内容:NA
类名:SingleKVStore;
API声明:getEntries(keyPrefix: string): Promise<Entry[]>;
差异内容:9
api/@ohos.data.distributedData.d.ts
API废弃版本变更 类名:SingleKVStore;
API声明:getEntries(query: Query): Promise<Entry[]>;
差异内容:NA
类名:SingleKVStore;
API声明:getEntries(query: Query): Promise<Entry[]>;
差异内容:9
api/@ohos.data.distributedData.d.ts
API废弃版本变更 类名:SingleKVStore;
API声明:getResultSet(keyPrefix: string): Promise<KvStoreResultSet>;
差异内容:NA
类名:SingleKVStore;
API声明:getResultSet(keyPrefix: string): Promise<KvStoreResultSet>;
差异内容:9
api/@ohos.data.distributedData.d.ts
API废弃版本变更 类名:SingleKVStore;
API声明:getResultSet(query: Query): Promise<KvStoreResultSet>;
差异内容:NA
类名:SingleKVStore;
API声明:getResultSet(query: Query): Promise<KvStoreResultSet>;
差异内容:9
api/@ohos.data.distributedData.d.ts
API废弃版本变更 类名:SingleKVStore;
API声明:closeResultSet(resultSet: KvStoreResultSet): Promise<void>;
差异内容:NA
类名:SingleKVStore;
API声明:closeResultSet(resultSet: KvStoreResultSet): Promise<void>;
差异内容:9
api/@ohos.data.distributedData.d.ts
API废弃版本变更 类名:SingleKVStore;
API声明:getResultSize(query: Query): Promise<number>;
差异内容:NA
类名:SingleKVStore;
API声明:getResultSize(query: Query): Promise<number>;
差异内容:9
api/@ohos.data.distributedData.d.ts
API废弃版本变更 类名:SingleKVStore;
API声明:removeDeviceData(deviceId: string): Promise<void>;
差异内容:NA
类名:SingleKVStore;
API声明:removeDeviceData(deviceId: string): Promise<void>;
差异内容:9
api/@ohos.data.distributedData.d.ts
API废弃版本变更 类名:SingleKVStore;
API声明:setSyncParam(defaultAllowedDelayMs: number): Promise<void>;
差异内容:NA
类名:SingleKVStore;
API声明:setSyncParam(defaultAllowedDelayMs: number): Promise<void>;
差异内容:9
api/@ohos.data.distributedData.d.ts
API废弃版本变更 类名:SingleKVStore;
API声明:getSecurityLevel(): Promise<SecurityLevel>;
差异内容:NA
类名:SingleKVStore;
API声明:getSecurityLevel(): Promise<SecurityLevel>;
差异内容:9
api/@ohos.data.distributedData.d.ts
API废弃版本变更 类名:DeviceKVStore;
API声明:get(deviceId: string, key: string): Promise<boolean | string | number | Uint8Array>;
差异内容:NA
类名:DeviceKVStore;
API声明:get(deviceId: string, key: string): Promise<boolean | string | number | Uint8Array>;
差异内容:9
api/@ohos.data.distributedData.d.ts
API废弃版本变更 类名:DeviceKVStore;
API声明:getEntries(deviceId: string, keyPrefix: string): Promise<Entry[]>;
差异内容:NA
类名:DeviceKVStore;
API声明:getEntries(deviceId: string, keyPrefix: string): Promise<Entry[]>;
差异内容:9
api/@ohos.data.distributedData.d.ts
API废弃版本变更 类名:DeviceKVStore;
API声明:getEntries(query: Query): Promise<Entry[]>;
差异内容:NA
类名:DeviceKVStore;
API声明:getEntries(query: Query): Promise<Entry[]>;
差异内容:9
api/@ohos.data.distributedData.d.ts
API废弃版本变更 类名:DeviceKVStore;
API声明:getEntries(deviceId: string, query: Query): Promise<Entry[]>;
差异内容:NA
类名:DeviceKVStore;
API声明:getEntries(deviceId: string, query: Query): Promise<Entry[]>;
差异内容:9
api/@ohos.data.distributedData.d.ts
API废弃版本变更 类名:DeviceKVStore;
API声明:getResultSet(deviceId: string, keyPrefix: string): Promise<KvStoreResultSet>;
差异内容:NA
类名:DeviceKVStore;
API声明:getResultSet(deviceId: string, keyPrefix: string): Promise<KvStoreResultSet>;
差异内容:9
api/@ohos.data.distributedData.d.ts
API废弃版本变更 类名:DeviceKVStore;
API声明:getResultSet(query: Query): Promise<KvStoreResultSet>;
差异内容:NA
类名:DeviceKVStore;
API声明:getResultSet(query: Query): Promise<KvStoreResultSet>;
差异内容:9
api/@ohos.data.distributedData.d.ts
API废弃版本变更 类名:DeviceKVStore;
API声明:getResultSet(deviceId: string, query: Query): Promise<KvStoreResultSet>;
差异内容:NA
类名:DeviceKVStore;
API声明:getResultSet(deviceId: string, query: Query): Promise<KvStoreResultSet>;
差异内容:9
api/@ohos.data.distributedData.d.ts
API废弃版本变更 类名:DeviceKVStore;
API声明:closeResultSet(resultSet: KvStoreResultSet): Promise<void>;
差异内容:NA
类名:DeviceKVStore;
API声明:closeResultSet(resultSet: KvStoreResultSet): Promise<void>;
差异内容:9
api/@ohos.data.distributedData.d.ts
API废弃版本变更 类名:DeviceKVStore;
API声明:getResultSize(query: Query): Promise<number>;
差异内容:NA
类名:DeviceKVStore;
API声明:getResultSize(query: Query): Promise<number>;
差异内容:9
api/@ohos.data.distributedData.d.ts
API废弃版本变更 类名:DeviceKVStore;
API声明:getResultSize(deviceId: string, query: Query): Promise<number>;
差异内容:NA
类名:DeviceKVStore;
API声明:getResultSize(deviceId: string, query: Query): Promise<number>;
差异内容:9
api/@ohos.data.distributedData.d.ts
API废弃版本变更 类名:DeviceKVStore;
API声明:removeDeviceData(deviceId: string): Promise<void>;
差异内容:NA
类名:DeviceKVStore;
API声明:removeDeviceData(deviceId: string): Promise<void>;
差异内容:9
api/@ohos.data.distributedData.d.ts
API废弃版本变更 类名:distributedData;
API声明:function createKVManager(config: KVManagerConfig): Promise<KVManager>;
差异内容:NA
类名:distributedData;
API声明:function createKVManager(config: KVManagerConfig): Promise<KVManager>;
差异内容:9
api/@ohos.data.distributedData.d.ts
API废弃版本变更 类名:KVManager;
API声明:getKVStore<T extends KVStore>(storeId: string, options: Options, callback: AsyncCallback<T>): void;
差异内容:NA
类名:KVManager;
API声明:getKVStore<T extends KVStore>(storeId: string, options: Options, callback: AsyncCallback<T>): void;
差异内容:9
api/@ohos.data.distributedData.d.ts
API废弃版本变更 类名:KVManager;
API声明:closeKVStore(appId: string, storeId: string, kvStore: KVStore): Promise<void>;
差异内容:NA
类名:KVManager;
API声明:closeKVStore(appId: string, storeId: string, kvStore: KVStore): Promise<void>;
差异内容:9
api/@ohos.data.distributedData.d.ts
API废弃版本变更 类名:KVManager;
API声明:deleteKVStore(appId: string, storeId: string): Promise<void>;
差异内容:NA
类名:KVManager;
API声明:deleteKVStore(appId: string, storeId: string): Promise<void>;
差异内容:9
api/@ohos.data.distributedData.d.ts
API废弃版本变更 类名:KVManager;
API声明:getAllKVStoreId(appId: string): Promise<string[]>;
差异内容:NA
类名:KVManager;
API声明:getAllKVStoreId(appId: string): Promise<string[]>;
差异内容:9
api/@ohos.data.distributedData.d.ts
API废弃版本变更 类名:StoreConfig;
API声明:name: string;
差异内容:NA
类名:StoreConfig;
API声明:name: string;
差异内容:9
api/@ohos.data.rdb.d.ts
API废弃版本变更 类名:rdb;
API声明:export type ResultSet = _ResultSet;
差异内容:NA
类名:rdb;
API声明:export type ResultSet = _ResultSet;
差异内容:9
api/@ohos.data.rdb.d.ts
API废弃版本变更 类名:storage;
API声明:function getStorage(path: string, callback: AsyncCallback<Storage>): void;
差异内容:NA
类名:storage;
API声明:function getStorage(path: string, callback: AsyncCallback<Storage>): void;
差异内容:9
api/@ohos.data.storage.d.ts
API废弃版本变更 类名:storage;
API声明:function getStorage(path: string): Promise<Storage>;
差异内容:NA
类名:storage;
API声明:function getStorage(path: string): Promise<Storage>;
差异内容:9
api/@ohos.data.storage.d.ts
API废弃版本变更 类名:storage;
API声明:function deleteStorage(path: string, callback: AsyncCallback<void>): void;
差异内容:NA
类名:storage;
API声明:function deleteStorage(path: string, callback: AsyncCallback<void>): void;
差异内容:9
api/@ohos.data.storage.d.ts
API废弃版本变更 类名:storage;
API声明:function deleteStorage(path: string): Promise<void>;
差异内容:NA
类名:storage;
API声明:function deleteStorage(path: string): Promise<void>;
差异内容:9
api/@ohos.data.storage.d.ts
API废弃版本变更 类名:storage;
API声明:function removeStorageFromCache(path: string, callback: AsyncCallback<void>): void;
差异内容:NA
类名:storage;
API声明:function removeStorageFromCache(path: string, callback: AsyncCallback<void>): void;
差异内容:9
api/@ohos.data.storage.d.ts
API废弃版本变更 类名:storage;
API声明:function removeStorageFromCache(path: string): Promise<void>;
差异内容:NA
类名:storage;
API声明:function removeStorageFromCache(path: string): Promise<void>;
差异内容:9
api/@ohos.data.storage.d.ts
API废弃版本变更 类名:Storage;
API声明:get(key: string, defValue: ValueType, callback: AsyncCallback<ValueType>): void;
差异内容:NA
类名:Storage;
API声明:get(key: string, defValue: ValueType, callback: AsyncCallback<ValueType>): void;
差异内容:9
api/@ohos.data.storage.d.ts
API废弃版本变更 类名:Storage;
API声明:get(key: string, defValue: ValueType): Promise<ValueType>;
差异内容:NA
类名:Storage;
API声明:get(key: string, defValue: ValueType): Promise<ValueType>;
差异内容:9
api/@ohos.data.storage.d.ts
API废弃版本变更 类名:Storage;
API声明:has(key: string, callback: AsyncCallback<boolean>): boolean;
差异内容:NA
类名:Storage;
API声明:has(key: string, callback: AsyncCallback<boolean>): boolean;
差异内容:9
api/@ohos.data.storage.d.ts
API废弃版本变更 类名:Storage;
API声明:has(key: string): Promise<boolean>;
差异内容:NA
类名:Storage;
API声明:has(key: string): Promise<boolean>;
差异内容:9
api/@ohos.data.storage.d.ts
API废弃版本变更 类名:Storage;
API声明:put(key: string, value: ValueType, callback: AsyncCallback<void>): void;
差异内容:NA
类名:Storage;
API声明:put(key: string, value: ValueType, callback: AsyncCallback<void>): void;
差异内容:9
api/@ohos.data.storage.d.ts
API废弃版本变更 类名:Storage;
API声明:put(key: string, value: ValueType): Promise<void>;
差异内容:NA
类名:Storage;
API声明:put(key: string, value: ValueType): Promise<void>;
差异内容:9
api/@ohos.data.storage.d.ts
API废弃版本变更 类名:Storage;
API声明:delete(key: string, callback: AsyncCallback<void>): void;
差异内容:NA
类名:Storage;
API声明:delete(key: string, callback: AsyncCallback<void>): void;
差异内容:9
api/@ohos.data.storage.d.ts
API废弃版本变更 类名:Storage;
API声明:delete(key: string): Promise<void>;
差异内容:NA
类名:Storage;
API声明:delete(key: string): Promise<void>;
差异内容:9
api/@ohos.data.storage.d.ts
API废弃版本变更 类名:Storage;
API声明:clear(callback: AsyncCallback<void>): void;
差异内容:NA
类名:Storage;
API声明:clear(callback: AsyncCallback<void>): void;
差异内容:9
api/@ohos.data.storage.d.ts
API废弃版本变更 类名:Storage;
API声明:clear(): Promise<void>;
差异内容:NA
类名:Storage;
API声明:clear(): Promise<void>;
差异内容:9
api/@ohos.data.storage.d.ts
API废弃版本变更 类名:Storage;
API声明:flush(callback: AsyncCallback<void>): void;
差异内容:NA
类名:Storage;
API声明:flush(callback: AsyncCallback<void>): void;
差异内容:9
api/@ohos.data.storage.d.ts
API废弃版本变更 类名:Storage;
API声明:flush(): Promise<void>;
差异内容:NA
类名:Storage;
API声明:flush(): Promise<void>;
差异内容:9
api/@ohos.data.storage.d.ts
API废弃版本变更 类名:storage;
API声明:type ValueType = number | string | boolean;
差异内容:NA
类名:storage;
API声明:type ValueType = number | string | boolean;
差异内容:9
api/@ohos.data.storage.d.ts
API废弃版本变更 类名:StorageObserver;
API声明:key: string;
差异内容:NA
类名:StorageObserver;
API声明:key: string;
差异内容:9
api/@ohos.data.storage.d.ts
API废弃版本变更 类名:storage;
API声明:const MAX_KEY_LENGTH: 80;
差异内容:NA
类名:storage;
API声明:const MAX_KEY_LENGTH: 80;
差异内容:9
api/@ohos.data.storage.d.ts
API废弃版本变更 类名:storage;
API声明:const MAX_VALUE_LENGTH: 8192;
差异内容:NA
类名:storage;
API声明:const MAX_VALUE_LENGTH: 8192;
差异内容:9
api/@ohos.data.storage.d.ts
新增错误码 类名:preferences;
API声明:function getPreferences(context: Context, name: string, callback: AsyncCallback<Preferences>): void;
差异内容:NA
类名:preferences;
API声明:function getPreferences(context: Context, name: string, callback: AsyncCallback<Preferences>): void;
差异内容:15500000
api/@ohos.data.preferences.d.ts
新增错误码 类名:preferences;
API声明:function getPreferences(context: Context, options: Options, callback: AsyncCallback<Preferences>): void;
差异内容:NA
类名:preferences;
API声明:function getPreferences(context: Context, options: Options, callback: AsyncCallback<Preferences>): void;
差异内容:15500000
api/@ohos.data.preferences.d.ts
新增错误码 类名:preferences;
API声明:function getPreferences(context: Context, name: string): Promise<Preferences>;
差异内容:NA
类名:preferences;
API声明:function getPreferences(context: Context, name: string): Promise<Preferences>;
差异内容:15500000
api/@ohos.data.preferences.d.ts
新增错误码 类名:preferences;
API声明:function getPreferences(context: Context, options: Options): Promise<Preferences>;
差异内容:NA
类名:preferences;
API声明:function getPreferences(context: Context, options: Options): Promise<Preferences>;
差异内容:15500000
api/@ohos.data.preferences.d.ts
新增错误码 类名:preferences;
API声明:function getPreferencesSync(context: Context, options: Options): Preferences;
差异内容:NA
类名:preferences;
API声明:function getPreferencesSync(context: Context, options: Options): Preferences;
差异内容:15500000
api/@ohos.data.preferences.d.ts
新增错误码 类名:preferences;
API声明:function deletePreferences(context: Context, name: string, callback: AsyncCallback<void>): void;
差异内容:NA
类名:preferences;
API声明:function deletePreferences(context: Context, name: string, callback: AsyncCallback<void>): void;
差异内容:15500000
api/@ohos.data.preferences.d.ts
新增错误码 类名:preferences;
API声明:function deletePreferences(context: Context, options: Options, callback: AsyncCallback<void>): void;
差异内容:NA
类名:preferences;
API声明:function deletePreferences(context: Context, options: Options, callback: AsyncCallback<void>): void;
差异内容:15500000
api/@ohos.data.preferences.d.ts
新增错误码 类名:preferences;
API声明:function deletePreferences(context: Context, name: string): Promise<void>;
差异内容:NA
类名:preferences;
API声明:function deletePreferences(context: Context, name: string): Promise<void>;
差异内容:15500000
api/@ohos.data.preferences.d.ts
新增错误码 类名:preferences;
API声明:function deletePreferences(context: Context, options: Options): Promise<void>;
差异内容:NA
类名:preferences;
API声明:function deletePreferences(context: Context, options: Options): Promise<void>;
差异内容:15500000
api/@ohos.data.preferences.d.ts
新增错误码 类名:preferences;
API声明:function removePreferencesFromCache(context: Context, name: string, callback: AsyncCallback<void>): void;
差异内容:NA
类名:preferences;
API声明:function removePreferencesFromCache(context: Context, name: string, callback: AsyncCallback<void>): void;
差异内容:15500000
api/@ohos.data.preferences.d.ts
新增错误码 类名:preferences;
API声明:function removePreferencesFromCache(context: Context, options: Options, callback: AsyncCallback<void>): void;
差异内容:NA
类名:preferences;
API声明:function removePreferencesFromCache(context: Context, options: Options, callback: AsyncCallback<void>): void;
差异内容:15500000
api/@ohos.data.preferences.d.ts
新增错误码 类名:preferences;
API声明:function removePreferencesFromCache(context: Context, name: string): Promise<void>;
差异内容:NA
类名:preferences;
API声明:function removePreferencesFromCache(context: Context, name: string): Promise<void>;
差异内容:15500000
api/@ohos.data.preferences.d.ts
新增错误码 类名:preferences;
API声明:function removePreferencesFromCache(context: Context, options: Options): Promise<void>;
差异内容:NA
类名:preferences;
API声明:function removePreferencesFromCache(context: Context, options: Options): Promise<void>;
差异内容:15500000
api/@ohos.data.preferences.d.ts
新增错误码 类名:preferences;
API声明:function removePreferencesFromCacheSync(context: Context, name: string): void;
差异内容:NA
类名:preferences;
API声明:function removePreferencesFromCacheSync(context: Context, name: string): void;
差异内容:15500000
api/@ohos.data.preferences.d.ts
新增错误码 类名:preferences;
API声明:function removePreferencesFromCacheSync(context: Context, options: Options): void;
差异内容:NA
类名:preferences;
API声明:function removePreferencesFromCacheSync(context: Context, options: Options): void;
差异内容:15500000
api/@ohos.data.preferences.d.ts
新增错误码 类名:Preferences;
API声明:get(key: string, defValue: ValueType, callback: AsyncCallback<ValueType>): void;
差异内容:NA
类名:Preferences;
API声明:get(key: string, defValue: ValueType, callback: AsyncCallback<ValueType>): void;
差异内容:15500000
api/@ohos.data.preferences.d.ts
新增错误码 类名:Preferences;
API声明:get(key: string, defValue: ValueType): Promise<ValueType>;
差异内容:NA
类名:Preferences;
API声明:get(key: string, defValue: ValueType): Promise<ValueType>;
差异内容:15500000
api/@ohos.data.preferences.d.ts
新增错误码 类名:Preferences;
API声明:getSync(key: string, defValue: ValueType): ValueType;
差异内容:NA
类名:Preferences;
API声明:getSync(key: string, defValue: ValueType): ValueType;
差异内容:15500000
api/@ohos.data.preferences.d.ts
新增错误码 类名:Preferences;
API声明:getAll(callback: AsyncCallback<Object>): void;
差异内容:NA
类名:Preferences;
API声明:getAll(callback: AsyncCallback<Object>): void;
差异内容:15500000
api/@ohos.data.preferences.d.ts
新增错误码 类名:Preferences;
API声明:has(key: string, callback: AsyncCallback<boolean>): void;
差异内容:NA
类名:Preferences;
API声明:has(key: string, callback: AsyncCallback<boolean>): void;
差异内容:15500000
api/@ohos.data.preferences.d.ts
新增错误码 类名:Preferences;
API声明:has(key: string): Promise<boolean>;
差异内容:NA
类名:Preferences;
API声明:has(key: string): Promise<boolean>;
差异内容:15500000
api/@ohos.data.preferences.d.ts
新增错误码 类名:Preferences;
API声明:hasSync(key: string): boolean;
差异内容:NA
类名:Preferences;
API声明:hasSync(key: string): boolean;
差异内容:15500000
api/@ohos.data.preferences.d.ts
新增错误码 类名:Preferences;
API声明:put(key: string, value: ValueType, callback: AsyncCallback<void>): void;
差异内容:NA
类名:Preferences;
API声明:put(key: string, value: ValueType, callback: AsyncCallback<void>): void;
差异内容:15500000
api/@ohos.data.preferences.d.ts
新增错误码 类名:Preferences;
API声明:put(key: string, value: ValueType): Promise<void>;
差异内容:NA
类名:Preferences;
API声明:put(key: string, value: ValueType): Promise<void>;
差异内容:15500000
api/@ohos.data.preferences.d.ts
新增错误码 类名:Preferences;
API声明:putSync(key: string, value: ValueType): void;
差异内容:NA
类名:Preferences;
API声明:putSync(key: string, value: ValueType): void;
差异内容:15500000
api/@ohos.data.preferences.d.ts
新增错误码 类名:Preferences;
API声明:delete(key: string, callback: AsyncCallback<void>): void;
差异内容:NA
类名:Preferences;
API声明:delete(key: string, callback: AsyncCallback<void>): void;
差异内容:15500000
api/@ohos.data.preferences.d.ts
新增错误码 类名:Preferences;
API声明:delete(key: string): Promise<void>;
差异内容:NA
类名:Preferences;
API声明:delete(key: string): Promise<void>;
差异内容:15500000
api/@ohos.data.preferences.d.ts
新增错误码 类名:Preferences;
API声明:deleteSync(key: string): void;
差异内容:NA
类名:Preferences;
API声明:deleteSync(key: string): void;
差异内容:15500000
api/@ohos.data.preferences.d.ts
新增错误码 类名:Preferences;
API声明:clear(callback: AsyncCallback<void>): void;
差异内容:NA
类名:Preferences;
API声明:clear(callback: AsyncCallback<void>): void;
差异内容:15500000,401
api/@ohos.data.preferences.d.ts
新增错误码 类名:Preferences;
API声明:clear(): Promise<void>;
差异内容:NA
类名:Preferences;
API声明:clear(): Promise<void>;
差异内容:15500000
api/@ohos.data.preferences.d.ts
新增错误码 类名:Preferences;
API声明:flush(callback: AsyncCallback<void>): void;
差异内容:NA
类名:Preferences;
API声明:flush(callback: AsyncCallback<void>): void;
差异内容:15500000,401
api/@ohos.data.preferences.d.ts
新增错误码 类名:Preferences;
API声明:flush(): Promise<void>;
差异内容:NA
类名:Preferences;
API声明:flush(): Promise<void>;
差异内容:15500000
api/@ohos.data.preferences.d.ts
新增错误码 类名:Preferences;
API声明:on(type: 'change', callback: Callback<string>): void;
差异内容:NA
类名:Preferences;
API声明:on(type: 'change', callback: Callback<string>): void;
差异内容:15500000
api/@ohos.data.preferences.d.ts
新增错误码 类名:Preferences;
API声明:on(type: 'multiProcessChange', callback: Callback<string>): void;
差异内容:NA
类名:Preferences;
API声明:on(type: 'multiProcessChange', callback: Callback<string>): void;
差异内容:15500000
api/@ohos.data.preferences.d.ts
新增错误码 类名:Preferences;
API声明:off(type: 'change', callback?: Callback<string>): void;
差异内容:NA
类名:Preferences;
API声明:off(type: 'change', callback?: Callback<string>): void;
差异内容:15500000
api/@ohos.data.preferences.d.ts
新增错误码 类名:Preferences;
API声明:off(type: 'multiProcessChange', callback?: Callback<string>): void;
差异内容:NA
类名:Preferences;
API声明:off(type: 'multiProcessChange', callback?: Callback<string>): void;
差异内容:15500000
api/@ohos.data.preferences.d.ts
新增错误码 类名:ResultSet;
API声明:getColumnIndex(columnName: string): number;
差异内容:NA
类名:ResultSet;
API声明:getColumnIndex(columnName: string): number;
差异内容:14800000,14800011,14800014,14800019,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:ResultSet;
API声明:getColumnName(columnIndex: number): string;
差异内容:NA
类名:ResultSet;
API声明:getColumnName(columnIndex: number): string;
差异内容:14800000,14800011,14800014,14800019,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:ResultSet;
API声明:goTo(offset: number): boolean;
差异内容:NA
类名:ResultSet;
API声明:goTo(offset: number): boolean;
差异内容:14800000,14800011,14800014,14800019,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:ResultSet;
API声明:goToRow(position: number): boolean;
差异内容:NA
类名:ResultSet;
API声明:goToRow(position: number): boolean;
差异内容:14800000,14800011,14800014,14800019,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:ResultSet;
API声明:goToFirstRow(): boolean;
差异内容:NA
类名:ResultSet;
API声明:goToFirstRow(): boolean;
差异内容:14800000,14800011,14800014,14800019,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:ResultSet;
API声明:goToLastRow(): boolean;
差异内容:NA
类名:ResultSet;
API声明:goToLastRow(): boolean;
差异内容:14800000,14800011,14800014,14800019,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:ResultSet;
API声明:goToNextRow(): boolean;
差异内容:NA
类名:ResultSet;
API声明:goToNextRow(): boolean;
差异内容:14800000,14800011,14800014,14800019,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:ResultSet;
API声明:goToPreviousRow(): boolean;
差异内容:NA
类名:ResultSet;
API声明:goToPreviousRow(): boolean;
差异内容:14800000,14800011,14800014,14800019,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:ResultSet;
API声明:getBlob(columnIndex: number): Uint8Array;
差异内容:NA
类名:ResultSet;
API声明:getBlob(columnIndex: number): Uint8Array;
差异内容:14800000,14800011,14800012,14800014,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:ResultSet;
API声明:getString(columnIndex: number): string;
差异内容:NA
类名:ResultSet;
API声明:getString(columnIndex: number): string;
差异内容:14800000,14800011,14800012,14800014,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:ResultSet;
API声明:getLong(columnIndex: number): number;
差异内容:NA
类名:ResultSet;
API声明:getLong(columnIndex: number): number;
差异内容:14800000,14800011,14800012,14800014,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:ResultSet;
API声明:getDouble(columnIndex: number): number;
差异内容:NA
类名:ResultSet;
API声明:getDouble(columnIndex: number): number;
差异内容:14800000,14800011,14800012,14800014,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:ResultSet;
API声明:getAsset(columnIndex: number): Asset;
差异内容:NA
类名:ResultSet;
API声明:getAsset(columnIndex: number): Asset;
差异内容:14800000,14800011,14800012,14800014,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:ResultSet;
API声明:getAssets(columnIndex: number): Assets;
差异内容:NA
类名:ResultSet;
API声明:getAssets(columnIndex: number): Assets;
差异内容:14800000,14800011,14800012,14800014,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:ResultSet;
API声明:getRow(): ValuesBucket;
差异内容:NA
类名:ResultSet;
API声明:getRow(): ValuesBucket;
差异内容:14800011,14800012,14800013,14800014,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:ResultSet;
API声明:isColumnNull(columnIndex: number): boolean;
差异内容:NA
类名:ResultSet;
API声明:isColumnNull(columnIndex: number): boolean;
差异内容:14800000,14800011,14800012,14800014,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:ResultSet;
API声明:close(): void;
差异内容:NA
类名:ResultSet;
API声明:close(): void;
差异内容:14800000
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:version: number;
差异内容:NA
类名:RdbStore;
API声明:version: number;
差异内容:14800000,14800014,14800015,14800021,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,801
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:insert(table: string, values: ValuesBucket, callback: AsyncCallback<number>): void;
差异内容:NA
类名:RdbStore;
API声明:insert(table: string, values: ValuesBucket, callback: AsyncCallback<number>): void;
差异内容:14800011,14800014,14800015,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:insert(table: string, values: ValuesBucket, conflict: ConflictResolution, callback: AsyncCallback<number>): void;
差异内容:NA
类名:RdbStore;
API声明:insert(table: string, values: ValuesBucket, conflict: ConflictResolution, callback: AsyncCallback<number>): void;
差异内容:14800011,14800014,14800015,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:insert(table: string, values: ValuesBucket): Promise<number>;
差异内容:NA
类名:RdbStore;
API声明:insert(table: string, values: ValuesBucket): Promise<number>;
差异内容:14800011,14800014,14800015,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:insert(table: string, values: ValuesBucket, conflict: ConflictResolution): Promise<number>;
差异内容:NA
类名:RdbStore;
API声明:insert(table: string, values: ValuesBucket, conflict: ConflictResolution): Promise<number>;
差异内容:14800011,14800014,14800015,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:batchInsert(table: string, values: Array<ValuesBucket>, callback: AsyncCallback<number>): void;
差异内容:NA
类名:RdbStore;
API声明:batchInsert(table: string, values: Array<ValuesBucket>, callback: AsyncCallback<number>): void;
差异内容:14800011,14800014,14800015,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:batchInsert(table: string, values: Array<ValuesBucket>): Promise<number>;
差异内容:NA
类名:RdbStore;
API声明:batchInsert(table: string, values: Array<ValuesBucket>): Promise<number>;
差异内容:14800011,14800014,14800015,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback<number>): void;
差异内容:NA
类名:RdbStore;
API声明:update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback<number>): void;
差异内容:14800011,14800014,14800015,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution, callback: AsyncCallback<number>): void;
差异内容:NA
类名:RdbStore;
API声明:update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution, callback: AsyncCallback<number>): void;
差异内容:14800011,14800014,14800015,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:update(values: ValuesBucket, predicates: RdbPredicates): Promise<number>;
差异内容:NA
类名:RdbStore;
API声明:update(values: ValuesBucket, predicates: RdbPredicates): Promise<number>;
差异内容:14800011,14800014,14800015,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution): Promise<number>;
差异内容:NA
类名:RdbStore;
API声明:update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution): Promise<number>;
差异内容:14800011,14800014,14800015,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:delete(predicates: RdbPredicates, callback: AsyncCallback<number>): void;
差异内容:NA
类名:RdbStore;
API声明:delete(predicates: RdbPredicates, callback: AsyncCallback<number>): void;
差异内容:14800011,14800014,14800015,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:delete(predicates: RdbPredicates): Promise<number>;
差异内容:NA
类名:RdbStore;
API声明:delete(predicates: RdbPredicates): Promise<number>;
差异内容:14800011,14800014,14800015,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:query(predicates: RdbPredicates, callback: AsyncCallback<ResultSet>): void;
差异内容:NA
类名:RdbStore;
API声明:query(predicates: RdbPredicates, callback: AsyncCallback<ResultSet>): void;
差异内容:14800014,14800015
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:query(predicates: RdbPredicates, columns: Array<string>, callback: AsyncCallback<ResultSet>): void;
差异内容:NA
类名:RdbStore;
API声明:query(predicates: RdbPredicates, columns: Array<string>, callback: AsyncCallback<ResultSet>): void;
差异内容:14800014,14800015
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:query(predicates: RdbPredicates, columns?: Array<string>): Promise<ResultSet>;
差异内容:NA
类名:RdbStore;
API声明:query(predicates: RdbPredicates, columns?: Array<string>): Promise<ResultSet>;
差异内容:14800014,14800015
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:querySql(sql: string, callback: AsyncCallback<ResultSet>): void;
差异内容:NA
类名:RdbStore;
API声明:querySql(sql: string, callback: AsyncCallback<ResultSet>): void;
差异内容:14800014,14800015
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:querySql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<ResultSet>): void;
差异内容:NA
类名:RdbStore;
API声明:querySql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<ResultSet>): void;
差异内容:14800014,14800015
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:querySql(sql: string, bindArgs?: Array<ValueType>): Promise<ResultSet>;
差异内容:NA
类名:RdbStore;
API声明:querySql(sql: string, bindArgs?: Array<ValueType>): Promise<ResultSet>;
差异内容:14800014,14800015
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:getModifyTime(table: string, columnName: string, primaryKeys: PRIKeyType[]): Promise<ModifyTime>;
差异内容:NA
类名:RdbStore;
API声明:getModifyTime(table: string, columnName: string, primaryKeys: PRIKeyType[]): Promise<ModifyTime>;
差异内容:14800011,14800014,14800015,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:getModifyTime(table: string, columnName: string, primaryKeys: PRIKeyType[], callback: AsyncCallback<ModifyTime>): void;
差异内容:NA
类名:RdbStore;
API声明:getModifyTime(table: string, columnName: string, primaryKeys: PRIKeyType[], callback: AsyncCallback<ModifyTime>): void;
差异内容:14800011,14800014,14800015,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:cleanDirtyData(table: string, cursor: number, callback: AsyncCallback<void>): void;
差异内容:NA
类名:RdbStore;
API声明:cleanDirtyData(table: string, cursor: number, callback: AsyncCallback<void>): void;
差异内容:14800011,14800014,14800015,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:cleanDirtyData(table: string, callback: AsyncCallback<void>): void;
差异内容:NA
类名:RdbStore;
API声明:cleanDirtyData(table: string, callback: AsyncCallback<void>): void;
差异内容:14800011,14800014,14800015,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:cleanDirtyData(table: string, cursor?: number): Promise<void>;
差异内容:NA
类名:RdbStore;
API声明:cleanDirtyData(table: string, cursor?: number): Promise<void>;
差异内容:14800011,14800014,14800015,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:executeSql(sql: string, callback: AsyncCallback<void>): void;
差异内容:NA
类名:RdbStore;
API声明:executeSql(sql: string, callback: AsyncCallback<void>): void;
差异内容:14800011,14800014,14800015,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034,801
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:executeSql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<void>): void;
差异内容:NA
类名:RdbStore;
API声明:executeSql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<void>): void;
差异内容:14800011,14800014,14800015,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034,801
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:executeSql(sql: string, bindArgs?: Array<ValueType>): Promise<void>;
差异内容:NA
类名:RdbStore;
API声明:executeSql(sql: string, bindArgs?: Array<ValueType>): Promise<void>;
差异内容:14800011,14800014,14800015,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034,801
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:beginTransaction(): void;
差异内容:NA
类名:RdbStore;
API声明:beginTransaction(): void;
差异内容:14800011,14800014,14800015,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:commit(): void;
差异内容:NA
类名:RdbStore;
API声明:commit(): void;
差异内容:14800000,14800011,14800014,14800015,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:rollBack(): void;
差异内容:NA
类名:RdbStore;
API声明:rollBack(): void;
差异内容:14800000,14800011,14800014,14800015,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:backup(destName: string, callback: AsyncCallback<void>): void;
差异内容:NA
类名:RdbStore;
API声明:backup(destName: string, callback: AsyncCallback<void>): void;
差异内容:14800010,14800011,14800014,14800015,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:backup(destName: string): Promise<void>;
差异内容:NA
类名:RdbStore;
API声明:backup(destName: string): Promise<void>;
差异内容:14800011,14800014,14800015,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:restore(srcName: string, callback: AsyncCallback<void>): void;
差异内容:NA
类名:RdbStore;
API声明:restore(srcName: string, callback: AsyncCallback<void>): void;
差异内容:14800011,14800014,14800015,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:restore(srcName: string): Promise<void>;
差异内容:NA
类名:RdbStore;
API声明:restore(srcName: string): Promise<void>;
差异内容:14800011,14800014,14800015,14800021,14800022,14800023,14800024,14800025,14800026,14800027,14800028,14800029,14800030,14800031,14800032,14800033,14800034
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:setDistributedTables(tables: Array<string>, callback: AsyncCallback<void>): void;
差异内容:NA
类名:RdbStore;
API声明:setDistributedTables(tables: Array<string>, callback: AsyncCallback<void>): void;
差异内容:14800014
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:setDistributedTables(tables: Array<string>): Promise<void>;
差异内容:NA
类名:RdbStore;
API声明:setDistributedTables(tables: Array<string>): Promise<void>;
差异内容:14800014
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:setDistributedTables(tables: Array<string>, type: DistributedType, callback: AsyncCallback<void>): void;
差异内容:NA
类名:RdbStore;
API声明:setDistributedTables(tables: Array<string>, type: DistributedType, callback: AsyncCallback<void>): void;
差异内容:14800014
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:setDistributedTables(tables: Array<string>, type: DistributedType, config: DistributedConfig, callback: AsyncCallback<void>): void;
差异内容:NA
类名:RdbStore;
API声明:setDistributedTables(tables: Array<string>, type: DistributedType, config: DistributedConfig, callback: AsyncCallback<void>): void;
差异内容:14800014
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:setDistributedTables(tables: Array<string>, type?: DistributedType, config?: DistributedConfig): Promise<void>;
差异内容:NA
类名:RdbStore;
API声明:setDistributedTables(tables: Array<string>, type?: DistributedType, config?: DistributedConfig): Promise<void>;
差异内容:14800014
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:obtainDistributedTableName(device: string, table: string, callback: AsyncCallback<string>): void;
差异内容:NA
类名:RdbStore;
API声明:obtainDistributedTableName(device: string, table: string, callback: AsyncCallback<string>): void;
差异内容:14800014
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:obtainDistributedTableName(device: string, table: string): Promise<string>;
差异内容:NA
类名:RdbStore;
API声明:obtainDistributedTableName(device: string, table: string): Promise<string>;
差异内容:14800014
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:sync(mode: SyncMode, predicates: RdbPredicates, callback: AsyncCallback<Array<[
string,
number
]>>): void;
差异内容:NA
类名:RdbStore;
API声明:sync(mode: SyncMode, predicates: RdbPredicates, callback: AsyncCallback<Array<[
string,
number
]>>): void;
差异内容:14800014
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:sync(mode: SyncMode, predicates: RdbPredicates): Promise<Array<[
string,
number
]>>;
差异内容:NA
类名:RdbStore;
API声明:sync(mode: SyncMode, predicates: RdbPredicates): Promise<Array<[
string,
number
]>>;
差异内容:14800014
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:cloudSync(mode: SyncMode, progress: Callback<ProgressDetails>, callback: AsyncCallback<void>): void;
差异内容:NA
类名:RdbStore;
API声明:cloudSync(mode: SyncMode, progress: Callback<ProgressDetails>, callback: AsyncCallback<void>): void;
差异内容:14800014
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:cloudSync(mode: SyncMode, progress: Callback<ProgressDetails>): Promise<void>;
差异内容:NA
类名:RdbStore;
API声明:cloudSync(mode: SyncMode, progress: Callback<ProgressDetails>): Promise<void>;
差异内容:14800014
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:cloudSync(mode: SyncMode, tables: string[], progress: Callback<ProgressDetails>, callback: AsyncCallback<void>): void;
差异内容:NA
类名:RdbStore;
API声明:cloudSync(mode: SyncMode, tables: string[], progress: Callback<ProgressDetails>, callback: AsyncCallback<void>): void;
差异内容:14800014
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:cloudSync(mode: SyncMode, tables: string[], progress: Callback<ProgressDetails>): Promise<void>;
差异内容:NA
类名:RdbStore;
API声明:cloudSync(mode: SyncMode, tables: string[], progress: Callback<ProgressDetails>): Promise<void>;
差异内容:14800014
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:remoteQuery(device: string, table: string, predicates: RdbPredicates, columns: Array<string>, callback: AsyncCallback<ResultSet>): void;
差异内容:NA
类名:RdbStore;
API声明:remoteQuery(device: string, table: string, predicates: RdbPredicates, columns: Array<string>, callback: AsyncCallback<ResultSet>): void;
差异内容:14800014
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:remoteQuery(device: string, table: string, predicates: RdbPredicates, columns: Array<string>): Promise<ResultSet>;
差异内容:NA
类名:RdbStore;
API声明:remoteQuery(device: string, table: string, predicates: RdbPredicates, columns: Array<string>): Promise<ResultSet>;
差异内容:14800014
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:on(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void;
差异内容:NA
类名:RdbStore;
API声明:on(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void;
差异内容:14800014
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:on(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>> | Callback<Array<ChangeInfo>>): void;
差异内容:NA
类名:RdbStore;
API声明:on(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>> | Callback<Array<ChangeInfo>>): void;
差异内容:14800014
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:on(event: string, interProcess: boolean, observer: Callback<void>): void;
差异内容:NA
类名:RdbStore;
API声明:on(event: string, interProcess: boolean, observer: Callback<void>): void;
差异内容:14800014
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:on(event: 'autoSyncProgress', progress: Callback<ProgressDetails>): void;
差异内容:NA
类名:RdbStore;
API声明:on(event: 'autoSyncProgress', progress: Callback<ProgressDetails>): void;
差异内容:14800014
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:off(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void;
差异内容:NA
类名:RdbStore;
API声明:off(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void;
差异内容:14800014
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:off(event: 'dataChange', type: SubscribeType, observer?: Callback<Array<string>> | Callback<Array<ChangeInfo>>): void;
差异内容:NA
类名:RdbStore;
API声明:off(event: 'dataChange', type: SubscribeType, observer?: Callback<Array<string>> | Callback<Array<ChangeInfo>>): void;
差异内容:14800014
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:off(event: string, interProcess: boolean, observer?: Callback<void>): void;
差异内容:NA
类名:RdbStore;
API声明:off(event: string, interProcess: boolean, observer?: Callback<void>): void;
差异内容:14800014
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:off(event: 'autoSyncProgress', progress?: Callback<ProgressDetails>): void;
差异内容:NA
类名:RdbStore;
API声明:off(event: 'autoSyncProgress', progress?: Callback<ProgressDetails>): void;
差异内容:14800014
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:RdbStore;
API声明:emit(event: string): void;
差异内容:NA
类名:RdbStore;
API声明:emit(event: string): void;
差异内容:14800014
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:relationalStore;
API声明:function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback<RdbStore>): void;
差异内容:NA
类名:relationalStore;
API声明:function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback<RdbStore>): void;
差异内容:14800017,14800021,14800022,14800023,14800027,14800028,14800029,14800030
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:relationalStore;
API声明:function getRdbStore(context: Context, config: StoreConfig): Promise<RdbStore>;
差异内容:NA
类名:relationalStore;
API声明:function getRdbStore(context: Context, config: StoreConfig): Promise<RdbStore>;
差异内容:14800017,14800021,14800027,14800028,14800029,14800030
api/@ohos.data.relationalStore.d.ts
新增错误码 类名:relationalStore;
API声明:function deleteRdbStore(context: Context, config: StoreConfig): Promise<void>;
差异内容:NA
类名:relationalStore;
API声明:function deleteRdbStore(context: Context, config: StoreConfig): Promise<void>;
差异内容:801
api/@ohos.data.relationalStore.d.ts
删除错误码 类名:DataObject;
API声明:revokeSave(): Promise<RevokeSaveSuccessResponse>;
差异内容:401
类名:DataObject;
API声明:revokeSave(): Promise<RevokeSaveSuccessResponse>;
差异内容:NA
api/@ohos.data.distributedDataObject.d.ts
删除错误码 类名:RdbStore;
API声明:cloudSync(mode: SyncMode, progress: Callback<ProgressDetails>, callback: AsyncCallback<void>): void;
差异内容:202
类名:RdbStore;
API声明:cloudSync(mode: SyncMode, progress: Callback<ProgressDetails>, callback: AsyncCallback<void>): void;
差异内容:NA
api/@ohos.data.relationalStore.d.ts
删除错误码 类名:RdbStore;
API声明:cloudSync(mode: SyncMode, progress: Callback<ProgressDetails>): Promise<void>;
差异内容:202
类名:RdbStore;
API声明:cloudSync(mode: SyncMode, progress: Callback<ProgressDetails>): Promise<void>;
差异内容:NA
api/@ohos.data.relationalStore.d.ts
删除错误码 类名:RdbStore;
API声明:cloudSync(mode: SyncMode, tables: string[], progress: Callback<ProgressDetails>, callback: AsyncCallback<void>): void;
差异内容:202
类名:RdbStore;
API声明:cloudSync(mode: SyncMode, tables: string[], progress: Callback<ProgressDetails>, callback: AsyncCallback<void>): void;
差异内容:NA
api/@ohos.data.relationalStore.d.ts
删除错误码 类名:RdbStore;
API声明:cloudSync(mode: SyncMode, tables: string[], progress: Callback<ProgressDetails>): Promise<void>;
差异内容:202
类名:RdbStore;
API声明:cloudSync(mode: SyncMode, tables: string[], progress: Callback<ProgressDetails>): Promise<void>;
差异内容:NA
api/@ohos.data.relationalStore.d.ts
删除错误码 类名:unifiedDataChannel;
API声明:function insertData(options: Options, data: UnifiedData, callback: AsyncCallback<string>): void;
差异内容:201
类名:unifiedDataChannel;
API声明:function insertData(options: Options, data: UnifiedData, callback: AsyncCallback<string>): void;
差异内容:NA
api/@ohos.data.unifiedDataChannel.d.ts
删除错误码 类名:unifiedDataChannel;
API声明:function insertData(options: Options, data: UnifiedData): Promise<string>;
差异内容:201
类名:unifiedDataChannel;
API声明:function insertData(options: Options, data: UnifiedData): Promise<string>;
差异内容:NA
api/@ohos.data.unifiedDataChannel.d.ts
删除错误码 类名:unifiedDataChannel;
API声明:function updateData(options: Options, data: UnifiedData, callback: AsyncCallback<void>): void;
差异内容:201
类名:unifiedDataChannel;
API声明:function updateData(options: Options, data: UnifiedData, callback: AsyncCallback<void>): void;
差异内容:NA
api/@ohos.data.unifiedDataChannel.d.ts
删除错误码 类名:unifiedDataChannel;
API声明:function updateData(options: Options, data: UnifiedData): Promise<void>;
差异内容:201
类名:unifiedDataChannel;
API声明:function updateData(options: Options, data: UnifiedData): Promise<void>;
差异内容:NA
api/@ohos.data.unifiedDataChannel.d.ts
删除错误码 类名:unifiedDataChannel;
API声明:function queryData(options: Options, callback: AsyncCallback<Array<UnifiedData>>): void;
差异内容:201
类名:unifiedDataChannel;
API声明:function queryData(options: Options, callback: AsyncCallback<Array<UnifiedData>>): void;
差异内容:NA
api/@ohos.data.unifiedDataChannel.d.ts
删除错误码 类名:unifiedDataChannel;
API声明:function queryData(options: Options): Promise<Array<UnifiedData>>;
差异内容:201
类名:unifiedDataChannel;
API声明:function queryData(options: Options): Promise<Array<UnifiedData>>;
差异内容:NA
api/@ohos.data.unifiedDataChannel.d.ts
删除错误码 类名:unifiedDataChannel;
API声明:function deleteData(options: Options, callback: AsyncCallback<Array<UnifiedData>>): void;
差异内容:201
类名:unifiedDataChannel;
API声明:function deleteData(options: Options, callback: AsyncCallback<Array<UnifiedData>>): void;
差异内容:NA
api/@ohos.data.unifiedDataChannel.d.ts
删除错误码 类名:unifiedDataChannel;
API声明:function deleteData(options: Options): Promise<Array<UnifiedData>>;
差异内容:201
类名:unifiedDataChannel;
API声明:function deleteData(options: Options): Promise<Array<UnifiedData>>;
差异内容:NA
api/@ohos.data.unifiedDataChannel.d.ts
错误码变更 类名:Preferences;
API声明:getAll(): Promise<Object>;
差异内容:401
类名:Preferences;
API声明:getAll(): Promise<Object>;
差异内容:15500000
api/@ohos.data.preferences.d.ts
错误码变更 类名:Preferences;
API声明:getAllSync(): Object;
差异内容:401
类名:Preferences;
API声明:getAllSync(): Object;
差异内容:15500000
api/@ohos.data.preferences.d.ts
权限变更 类名:relationalStore;
API声明:enum SubscribeType
差异内容:ohos.permission.DISTRIBUTED_DATASYNC
类名:relationalStore;
API声明:enum SubscribeType
差异内容:NA
api/@ohos.data.relationalStore.d.ts
权限变更 类名:SubscribeType;
API声明:SUBSCRIBE_TYPE_REMOTE = 0
差异内容:ohos.permission.DISTRIBUTED_DATASYNC
类名:SubscribeType;
API声明:SUBSCRIBE_TYPE_REMOTE = 0
差异内容:NA
api/@ohos.data.relationalStore.d.ts
权限变更 类名:SubscribeType;
API声明:SUBSCRIBE_TYPE_CLOUD
差异内容:ohos.permission.DISTRIBUTED_DATASYNC
类名:SubscribeType;
API声明:SUBSCRIBE_TYPE_CLOUD
差异内容:NA
api/@ohos.data.relationalStore.d.ts
权限变更 类名:SubscribeType;
API声明:SUBSCRIBE_TYPE_CLOUD_DETAILS
差异内容:ohos.permission.DISTRIBUTED_DATASYNC
类名:SubscribeType;
API声明:SUBSCRIBE_TYPE_CLOUD_DETAILS
差异内容:NA
api/@ohos.data.relationalStore.d.ts
权限变更 类名:ChangeType;
API声明:DATA_CHANGE
差异内容:ohos.permission.DISTRIBUTED_DATASYNC
类名:ChangeType;
API声明:DATA_CHANGE
差异内容:NA
api/@ohos.data.relationalStore.d.ts
权限变更 类名:ChangeType;
API声明:ASSET_CHANGE
差异内容:ohos.permission.DISTRIBUTED_DATASYNC
类名:ChangeType;
API声明:ASSET_CHANGE
差异内容:NA
api/@ohos.data.relationalStore.d.ts
权限变更 类名:relationalStore;
API声明:enum DistributedType
差异内容:ohos.permission.DISTRIBUTED_DATASYNC
类名:relationalStore;
API声明:enum DistributedType
差异内容:NA
api/@ohos.data.relationalStore.d.ts
权限变更 类名:DistributedType;
API声明:DISTRIBUTED_DEVICE
差异内容:ohos.permission.DISTRIBUTED_DATASYNC
类名:DistributedType;
API声明:DISTRIBUTED_DEVICE
差异内容:NA
api/@ohos.data.relationalStore.d.ts
权限变更 类名:DistributedType;
API声明:DISTRIBUTED_CLOUD
差异内容:ohos.permission.DISTRIBUTED_DATASYNC
类名:DistributedType;
API声明:DISTRIBUTED_CLOUD
差异内容:NA
api/@ohos.data.relationalStore.d.ts
权限变更 类名:RdbStore;
API声明:cloudSync(mode: SyncMode, progress: Callback<ProgressDetails>, callback: AsyncCallback<void>): void;
差异内容:ohos.permission.DISTRIBUTED_DATASYNC
类名:RdbStore;
API声明:cloudSync(mode: SyncMode, progress: Callback<ProgressDetails>, callback: AsyncCallback<void>): void;
差异内容:NA
api/@ohos.data.relationalStore.d.ts
权限变更 类名:RdbStore;
API声明:cloudSync(mode: SyncMode, progress: Callback<ProgressDetails>): Promise<void>;
差异内容:ohos.permission.DISTRIBUTED_DATASYNC
类名:RdbStore;
API声明:cloudSync(mode: SyncMode, progress: Callback<ProgressDetails>): Promise<void>;
差异内容:NA
api/@ohos.data.relationalStore.d.ts
权限变更 类名:RdbStore;
API声明:cloudSync(mode: SyncMode, tables: string[], progress: Callback<ProgressDetails>, callback: AsyncCallback<void>): void;
差异内容:ohos.permission.DISTRIBUTED_DATASYNC
类名:RdbStore;
API声明:cloudSync(mode: SyncMode, tables: string[], progress: Callback<ProgressDetails>, callback: AsyncCallback<void>): void;
差异内容:NA
api/@ohos.data.relationalStore.d.ts
权限变更 类名:RdbStore;
API声明:cloudSync(mode: SyncMode, tables: string[], progress: Callback<ProgressDetails>): Promise<void>;
差异内容:ohos.permission.DISTRIBUTED_DATASYNC
类名:RdbStore;
API声明:cloudSync(mode: SyncMode, tables: string[], progress: Callback<ProgressDetails>): Promise<void>;
差异内容:NA
api/@ohos.data.relationalStore.d.ts
自定义类型变更 类名:preferences;
API声明:type ValueType = number | string | boolean | Array<number> | Array<string> | Array<boolean> | Uint8Array;
差异内容:number | string | boolean | Array<number> | Array<string> | Array<boolean> | Uint8Array
类名:preferences;
API声明:type ValueType = number | string | boolean | Array<number> | Array<string> | Array<boolean> | Uint8Array | object | bigint;
差异内容:number | string | boolean | Array<number> | Array<string> | Array<boolean> | Uint8Array | object | bigint
api/@ohos.data.preferences.d.ts
自定义类型变更 类名:relationalStore;
API声明:type ValueType = null | number | string | boolean | Uint8Array | Asset | Assets;
差异内容:null | number | string | boolean | Uint8Array | Asset | Assets
类名:relationalStore;
API声明:type ValueType = null | number | string | boolean | Uint8Array | Asset | Assets | Float32Array | bigint;
差异内容:null | number | string | boolean | Uint8Array | Asset | Assets | Float32Array | bigint
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:global;
API声明:declare namespace cloudData
差异内容:declare namespace cloudData
api/@ohos.data.cloudData.d.ts
新增API NA 类名:cloudData;
API声明:enum StrategyType
差异内容:enum StrategyType
api/@ohos.data.cloudData.d.ts
新增API NA 类名:StrategyType;
API声明:NETWORK
差异内容:NETWORK
api/@ohos.data.cloudData.d.ts
新增API NA 类名:cloudData;
API声明:enum NetWorkStrategy
差异内容:enum NetWorkStrategy
api/@ohos.data.cloudData.d.ts
新增API NA 类名:NetWorkStrategy;
API声明:WIFI = 1
差异内容:WIFI = 1
api/@ohos.data.cloudData.d.ts
新增API NA 类名:NetWorkStrategy;
API声明:CELLULAR = 2
差异内容:CELLULAR = 2
api/@ohos.data.cloudData.d.ts
新增API NA 类名:cloudData;
API声明:function setCloudStrategy(strategy: StrategyType, param?: Array<commonType.ValueType>): Promise<void>;
差异内容:function setCloudStrategy(strategy: StrategyType, param?: Array<commonType.ValueType>): Promise<void>;
api/@ohos.data.cloudData.d.ts
新增API NA 类名:global;
API声明:declare namespace sendablePreferences
差异内容:declare namespace sendablePreferences
api/@ohos.data.sendablePreferences.d.ets
新增API NA 类名:sendablePreferences;
API声明:const MAX_KEY_LENGTH: number;
差异内容:const MAX_KEY_LENGTH: number;
api/@ohos.data.sendablePreferences.d.ets
新增API NA 类名:sendablePreferences;
API声明:const MAX_VALUE_LENGTH: number;
差异内容:const MAX_VALUE_LENGTH: number;
api/@ohos.data.sendablePreferences.d.ets
新增API NA 类名:sendablePreferences;
API声明:interface Options
差异内容:interface Options
api/@ohos.data.sendablePreferences.d.ets
新增API NA 类名:Options;
API声明:name: string;
差异内容:name: string;
api/@ohos.data.sendablePreferences.d.ets
新增API NA 类名:Options;
API声明:dataGroupId?: string | null;
差异内容:dataGroupId?: string | null;
api/@ohos.data.sendablePreferences.d.ets
新增API NA 类名:sendablePreferences;
API声明:function getPreferences(context: Context, options: Options): Promise<Preferences>;
差异内容:function getPreferences(context: Context, options: Options): Promise<Preferences>;
api/@ohos.data.sendablePreferences.d.ets
新增API NA 类名:sendablePreferences;
API声明:function getPreferencesSync(context: Context, options: Options): Preferences;
差异内容:function getPreferencesSync(context: Context, options: Options): Preferences;
api/@ohos.data.sendablePreferences.d.ets
新增API NA 类名:sendablePreferences;
API声明:function deletePreferences(context: Context, options: Options): Promise<void>;
差异内容:function deletePreferences(context: Context, options: Options): Promise<void>;
api/@ohos.data.sendablePreferences.d.ets
新增API NA 类名:sendablePreferences;
API声明:function removePreferencesFromCache(context: Context, options: Options): Promise<void>;
差异内容:function removePreferencesFromCache(context: Context, options: Options): Promise<void>;
api/@ohos.data.sendablePreferences.d.ets
新增API NA 类名:sendablePreferences;
API声明:function removePreferencesFromCacheSync(context: Context, options: Options): void;
差异内容:function removePreferencesFromCacheSync(context: Context, options: Options): void;
api/@ohos.data.sendablePreferences.d.ets
新增API NA 类名:sendablePreferences;
API声明:interface Preferences
差异内容:interface Preferences
api/@ohos.data.sendablePreferences.d.ets
新增API NA 类名:Preferences;
API声明:get(key: string, defValue: lang.ISendable): Promise<lang.ISendable>;
差异内容:get(key: string, defValue: lang.ISendable): Promise<lang.ISendable>;
api/@ohos.data.sendablePreferences.d.ets
新增API NA 类名:Preferences;
API声明:getSync(key: string, defValue: lang.ISendable): lang.ISendable;
差异内容:getSync(key: string, defValue: lang.ISendable): lang.ISendable;
api/@ohos.data.sendablePreferences.d.ets
新增API NA 类名:Preferences;
API声明:getAll(): Promise<lang.ISendable>;
差异内容:getAll(): Promise<lang.ISendable>;
api/@ohos.data.sendablePreferences.d.ets
新增API NA 类名:Preferences;
API声明:getAllSync(): lang.ISendable;
差异内容:getAllSync(): lang.ISendable;
api/@ohos.data.sendablePreferences.d.ets
新增API NA 类名:Preferences;
API声明:has(key: string): Promise<boolean>;
差异内容:has(key: string): Promise<boolean>;
api/@ohos.data.sendablePreferences.d.ets
新增API NA 类名:Preferences;
API声明:hasSync(key: string): boolean;
差异内容:hasSync(key: string): boolean;
api/@ohos.data.sendablePreferences.d.ets
新增API NA 类名:Preferences;
API声明:put(key: string, value: lang.ISendable): Promise<void>;
差异内容:put(key: string, value: lang.ISendable): Promise<void>;
api/@ohos.data.sendablePreferences.d.ets
新增API NA 类名:Preferences;
API声明:putSync(key: string, value: lang.ISendable): void;
差异内容:putSync(key: string, value: lang.ISendable): void;
api/@ohos.data.sendablePreferences.d.ets
新增API NA 类名:Preferences;
API声明:delete(key: string): Promise<void>;
差异内容:delete(key: string): Promise<void>;
api/@ohos.data.sendablePreferences.d.ets
新增API NA 类名:Preferences;
API声明:deleteSync(key: string): void;
差异内容:deleteSync(key: string): void;
api/@ohos.data.sendablePreferences.d.ets
新增API NA 类名:Preferences;
API声明:clear(): Promise<void>;
差异内容:clear(): Promise<void>;
api/@ohos.data.sendablePreferences.d.ets
新增API NA 类名:Preferences;
API声明:clearSync(): void;
差异内容:clearSync(): void;
api/@ohos.data.sendablePreferences.d.ets
新增API NA 类名:Preferences;
API声明:flush(): Promise<void>;
差异内容:flush(): Promise<void>;
api/@ohos.data.sendablePreferences.d.ets
新增API NA 类名:Preferences;
API声明:on(type: 'change', callback: Callback<string>): void;
差异内容:on(type: 'change', callback: Callback<string>): void;
api/@ohos.data.sendablePreferences.d.ets
新增API NA 类名:Preferences;
API声明:on(type: 'multiProcessChange', callback: Callback<string>): void;
差异内容:on(type: 'multiProcessChange', callback: Callback<string>): void;
api/@ohos.data.sendablePreferences.d.ets
新增API NA 类名:Preferences;
API声明:on(type: 'dataChange', keys: Array<string>, callback: Callback<lang.ISendable>): void;
差异内容:on(type: 'dataChange', keys: Array<string>, callback: Callback<lang.ISendable>): void;
api/@ohos.data.sendablePreferences.d.ets
新增API NA 类名:Preferences;
API声明:off(type: 'change', callback?: Callback<string>): void;
差异内容:off(type: 'change', callback?: Callback<string>): void;
api/@ohos.data.sendablePreferences.d.ets
新增API NA 类名:Preferences;
API声明:off(type: 'multiProcessChange', callback?: Callback<string>): void;
差异内容:off(type: 'multiProcessChange', callback?: Callback<string>): void;
api/@ohos.data.sendablePreferences.d.ets
新增API NA 类名:Preferences;
API声明:off(type: 'dataChange', keys: Array<string>, callback?: Callback<lang.ISendable>): void;
差异内容:off(type: 'dataChange', keys: Array<string>, callback?: Callback<lang.ISendable>): void;
api/@ohos.data.sendablePreferences.d.ets
新增API NA 类名:global;
API声明:declare namespace sendableRelationalStore
差异内容:declare namespace sendableRelationalStore
api/@ohos.data.sendableRelationalStore.d.ets
新增API NA 类名:sendableRelationalStore;
API声明:interface Asset
差异内容:interface Asset
api/@ohos.data.sendableRelationalStore.d.ets
新增API NA 类名:Asset;
API声明:name: string;
差异内容:name: string;
api/@ohos.data.sendableRelationalStore.d.ets
新增API NA 类名:Asset;
API声明:uri: string;
差异内容:uri: string;
api/@ohos.data.sendableRelationalStore.d.ets
新增API NA 类名:Asset;
API声明:path: string;
差异内容:path: string;
api/@ohos.data.sendableRelationalStore.d.ets
新增API NA 类名:Asset;
API声明:createTime: string;
差异内容:createTime: string;
api/@ohos.data.sendableRelationalStore.d.ets
新增API NA 类名:Asset;
API声明:modifyTime: string;
差异内容:modifyTime: string;
api/@ohos.data.sendableRelationalStore.d.ets
新增API NA 类名:Asset;
API声明:size: string;
差异内容:size: string;
api/@ohos.data.sendableRelationalStore.d.ets
新增API NA 类名:Asset;
API声明:status?: number;
差异内容:status?: number;
api/@ohos.data.sendableRelationalStore.d.ets
新增API NA 类名:sendableRelationalStore;
API声明:type Assets = collections.Array<Asset>;
差异内容:type Assets = collections.Array<Asset>;
api/@ohos.data.sendableRelationalStore.d.ets
新增API NA 类名:sendableRelationalStore;
API声明:type ValueType = null | number | string | boolean | collections.Uint8Array | Asset | Assets | collections.Float32Array | bigint;
差异内容:type ValueType = null | number | string | boolean | collections.Uint8Array | Asset | Assets | collections.Float32Array | bigint;
api/@ohos.data.sendableRelationalStore.d.ets
新增API NA 类名:sendableRelationalStore;
API声明:type ValuesBucket = collections.Map<string, ValueType>;
差异内容:type ValuesBucket = collections.Map<string, ValueType>;
api/@ohos.data.sendableRelationalStore.d.ets
新增API NA 类名:sendableRelationalStore;
API声明:type NonSendableBucket = relationalStore.ValuesBucket;
差异内容:type NonSendableBucket = relationalStore.ValuesBucket;
api/@ohos.data.sendableRelationalStore.d.ets
新增API NA 类名:sendableRelationalStore;
API声明:type NonSendableAsset = relationalStore.Asset;
差异内容:type NonSendableAsset = relationalStore.Asset;
api/@ohos.data.sendableRelationalStore.d.ets
新增API NA 类名:sendableRelationalStore;
API声明:function fromSendableValuesBucket(valuesBucket: ValuesBucket): NonSendableBucket;
差异内容:function fromSendableValuesBucket(valuesBucket: ValuesBucket): NonSendableBucket;
api/@ohos.data.sendableRelationalStore.d.ets
新增API NA 类名:sendableRelationalStore;
API声明:function toSendableValuesBucket(valuesBucket: NonSendableBucket): ValuesBucket;
差异内容:function toSendableValuesBucket(valuesBucket: NonSendableBucket): ValuesBucket;
api/@ohos.data.sendableRelationalStore.d.ets
新增API NA 类名:sendableRelationalStore;
API声明:function fromSendableAsset(asset: Asset): NonSendableAsset;
差异内容:function fromSendableAsset(asset: Asset): NonSendableAsset;
api/@ohos.data.sendableRelationalStore.d.ets
新增API NA 类名:sendableRelationalStore;
API声明:function toSendableAsset(asset: NonSendableAsset): Asset;
差异内容:function toSendableAsset(asset: NonSendableAsset): Asset;
api/@ohos.data.sendableRelationalStore.d.ets
新增API NA 类名:global;
API声明:declare namespace uniformDataStruct
差异内容:declare namespace uniformDataStruct
api/@ohos.data.uniformDataStruct.d.ts
新增API NA 类名:uniformDataStruct;
API声明:interface PlainText
差异内容:interface PlainText
api/@ohos.data.uniformDataStruct.d.ts
新增API NA 类名:PlainText;
API声明:readonly uniformDataType: 'general.plain-text';
差异内容:readonly uniformDataType: 'general.plain-text';
api/@ohos.data.uniformDataStruct.d.ts
新增API NA 类名:PlainText;
API声明:textContent: string;
差异内容:textContent: string;
api/@ohos.data.uniformDataStruct.d.ts
新增API NA 类名:PlainText;
API声明:abstract?: string;
差异内容:abstract?: string;
api/@ohos.data.uniformDataStruct.d.ts
新增API NA 类名:PlainText;
API声明:details?: Record<string, string>;
差异内容:details?: Record<string, string>;
api/@ohos.data.uniformDataStruct.d.ts
新增API NA 类名:uniformDataStruct;
API声明:interface Hyperlink
差异内容:interface Hyperlink
api/@ohos.data.uniformDataStruct.d.ts
新增API NA 类名:Hyperlink;
API声明:readonly uniformDataType: 'general.hyperlink';
差异内容:readonly uniformDataType: 'general.hyperlink';
api/@ohos.data.uniformDataStruct.d.ts
新增API NA 类名:Hyperlink;
API声明:url: string;
差异内容:url: string;
api/@ohos.data.uniformDataStruct.d.ts
新增API NA 类名:Hyperlink;
API声明:description?: string;
差异内容:description?: string;
api/@ohos.data.uniformDataStruct.d.ts
新增API NA 类名:Hyperlink;
API声明:details?: Record<string, string>;
差异内容:details?: Record<string, string>;
api/@ohos.data.uniformDataStruct.d.ts
新增API NA 类名:uniformDataStruct;
API声明:interface HTML
差异内容:interface HTML
api/@ohos.data.uniformDataStruct.d.ts
新增API NA 类名:HTML;
API声明:readonly uniformDataType: 'general.html';
差异内容:readonly uniformDataType: 'general.html';
api/@ohos.data.uniformDataStruct.d.ts
新增API NA 类名:HTML;
API声明:htmlContent: string;
差异内容:htmlContent: string;
api/@ohos.data.uniformDataStruct.d.ts
新增API NA 类名:HTML;
API声明:plainContent?: string;
差异内容:plainContent?: string;
api/@ohos.data.uniformDataStruct.d.ts
新增API NA 类名:HTML;
API声明:details?: Record<string, string>;
差异内容:details?: Record<string, string>;
api/@ohos.data.uniformDataStruct.d.ts
新增API NA 类名:uniformDataStruct;
API声明:interface OpenHarmonyAppItem
差异内容:interface OpenHarmonyAppItem
api/@ohos.data.uniformDataStruct.d.ts
新增API NA 类名:OpenHarmonyAppItem;
API声明:readonly uniformDataType: 'openharmony.app-item';
差异内容:readonly uniformDataType: 'openharmony.app-item';
api/@ohos.data.uniformDataStruct.d.ts
新增API NA 类名:OpenHarmonyAppItem;
API声明:appId: string;
差异内容:appId: string;
api/@ohos.data.uniformDataStruct.d.ts
新增API NA 类名:OpenHarmonyAppItem;
API声明:appName: string;
差异内容:appName: string;
api/@ohos.data.uniformDataStruct.d.ts
新增API NA 类名:OpenHarmonyAppItem;
API声明:appIconId: string;
差异内容:appIconId: string;
api/@ohos.data.uniformDataStruct.d.ts
新增API NA 类名:OpenHarmonyAppItem;
API声明:appLabelId: string;
差异内容:appLabelId: string;
api/@ohos.data.uniformDataStruct.d.ts
新增API NA 类名:OpenHarmonyAppItem;
API声明:bundleName: string;
差异内容:bundleName: string;
api/@ohos.data.uniformDataStruct.d.ts
新增API NA 类名:OpenHarmonyAppItem;
API声明:abilityName: string;
差异内容:abilityName: string;
api/@ohos.data.uniformDataStruct.d.ts
新增API NA 类名:OpenHarmonyAppItem;
API声明:details?: Record<string, number | string | Uint8Array>;
差异内容:details?: Record<string, number | string | Uint8Array>;
api/@ohos.data.uniformDataStruct.d.ts
新增API NA 类名:preferences;
API声明:const MAX_KEY_LENGTH: number;
差异内容:const MAX_KEY_LENGTH: number;
api/@ohos.data.preferences.d.ts
新增API NA 类名:preferences;
API声明:const MAX_VALUE_LENGTH: number;
差异内容:const MAX_VALUE_LENGTH: number;
api/@ohos.data.preferences.d.ts
新增API NA 类名:Preferences;
API声明:on(type: 'dataChange', keys: Array<string>, callback: Callback<Record<string, ValueType>>): void;
差异内容:on(type: 'dataChange', keys: Array<string>, callback: Callback<Record<string, ValueType>>): void;
api/@ohos.data.preferences.d.ts
新增API NA 类名:Preferences;
API声明:off(type: 'dataChange', keys: Array<string>, callback?: Callback<Record<string, ValueType>>): void;
差异内容:off(type: 'dataChange', keys: Array<string>, callback?: Callback<Record<string, ValueType>>): void;
api/@ohos.data.preferences.d.ts
新增API NA 类名:StoreConfig;
API声明:allowRebuild?: boolean;
差异内容:allowRebuild?: boolean;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:StoreConfig;
API声明:isReadOnly?: boolean;
差异内容:isReadOnly?: boolean;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:StoreConfig;
API声明:pluginLibs?: Array<string>;
差异内容:pluginLibs?: Array<string>;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:ProgressCode;
API声明:BLOCKED_BY_NETWORK_STRATEGY
差异内容:BLOCKED_BY_NETWORK_STRATEGY
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:relationalStore;
API声明:interface SqlExecutionInfo
差异内容:interface SqlExecutionInfo
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:SqlExecutionInfo;
API声明:sql: Array<string>;
差异内容:sql: Array<string>;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:SqlExecutionInfo;
API声明:totalTime: number;
差异内容:totalTime: number;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:SqlExecutionInfo;
API声明:waitTime: number;
差异内容:waitTime: number;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:SqlExecutionInfo;
API声明:prepareTime: number;
差异内容:prepareTime: number;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:SqlExecutionInfo;
API声明:executeTime: number;
差异内容:executeTime: number;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:SubscribeType;
API声明:SUBSCRIBE_TYPE_LOCAL_DETAILS
差异内容:SUBSCRIBE_TYPE_LOCAL_DETAILS
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:Field;
API声明:DATA_STATUS_FIELD = '#_data_status'
差异内容:DATA_STATUS_FIELD = '#_data_status'
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:relationalStore;
API声明:enum RebuildType
差异内容:enum RebuildType
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:RebuildType;
API声明:NONE
差异内容:NONE
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:RebuildType;
API声明:REBUILT
差异内容:REBUILT
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:RebuildType;
API声明:REPAIRED
差异内容:REPAIRED
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:RdbPredicates;
API声明:notContains(field: string, value: string): RdbPredicates;
差异内容:notContains(field: string, value: string): RdbPredicates;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:RdbPredicates;
API声明:notLike(field: string, value: string): RdbPredicates;
差异内容:notLike(field: string, value: string): RdbPredicates;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:ResultSet;
API声明:getValue(columnIndex: number): ValueType;
差异内容:getValue(columnIndex: number): ValueType;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:ResultSet;
API声明:getSendableRow(): sendableRelationalStore.ValuesBucket;
差异内容:getSendableRow(): sendableRelationalStore.ValuesBucket;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:RdbStore;
API声明:rebuilt: RebuildType;
差异内容:rebuilt: RebuildType;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:RdbStore;
API声明:insertSync(table: string, values: ValuesBucket, conflict?: ConflictResolution): number;
差异内容:insertSync(table: string, values: ValuesBucket, conflict?: ConflictResolution): number;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:RdbStore;
API声明:insertSync(table: string, values: sendableRelationalStore.ValuesBucket, conflict?: ConflictResolution): number;
差异内容:insertSync(table: string, values: sendableRelationalStore.ValuesBucket, conflict?: ConflictResolution): number;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:RdbStore;
API声明:batchInsertSync(table: string, values: Array<ValuesBucket>): number;
差异内容:batchInsertSync(table: string, values: Array<ValuesBucket>): number;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:RdbStore;
API声明:updateSync(values: ValuesBucket, predicates: RdbPredicates, conflict?: ConflictResolution): number;
差异内容:updateSync(values: ValuesBucket, predicates: RdbPredicates, conflict?: ConflictResolution): number;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:RdbStore;
API声明:deleteSync(predicates: RdbPredicates): number;
差异内容:deleteSync(predicates: RdbPredicates): number;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:RdbStore;
API声明:querySync(predicates: RdbPredicates, columns?: Array<string>): ResultSet;
差异内容:querySync(predicates: RdbPredicates, columns?: Array<string>): ResultSet;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:RdbStore;
API声明:querySqlSync(sql: string, bindArgs?: Array<ValueType>): ResultSet;
差异内容:querySqlSync(sql: string, bindArgs?: Array<ValueType>): ResultSet;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:RdbStore;
API声明:execute(sql: string, args?: Array<ValueType>): Promise<ValueType>;
差异内容:execute(sql: string, args?: Array<ValueType>): Promise<ValueType>;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:RdbStore;
API声明:execute(sql: string, txId: number, args?: Array<ValueType>): Promise<ValueType>;
差异内容:execute(sql: string, txId: number, args?: Array<ValueType>): Promise<ValueType>;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:RdbStore;
API声明:executeSync(sql: string, args?: Array<ValueType>): ValueType;
差异内容:executeSync(sql: string, args?: Array<ValueType>): ValueType;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:RdbStore;
API声明:beginTrans(): Promise<number>;
差异内容:beginTrans(): Promise<number>;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:RdbStore;
API声明:rollback(txId: number): Promise<void>;
差异内容:rollback(txId: number): Promise<void>;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:RdbStore;
API声明:on(event: 'statistics', observer: Callback<SqlExecutionInfo>): void;
差异内容:on(event: 'statistics', observer: Callback<SqlExecutionInfo>): void;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:RdbStore;
API声明:off(event: 'statistics', observer?: Callback<SqlExecutionInfo>): void;
差异内容:off(event: 'statistics', observer?: Callback<SqlExecutionInfo>): void;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:RdbStore;
API声明:close(): Promise<void>;
差异内容:close(): Promise<void>;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:RdbStore;
API声明:attach(fullPath: string, attachName: string, waitTime?: number): Promise<number>;
差异内容:attach(fullPath: string, attachName: string, waitTime?: number): Promise<number>;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:RdbStore;
API声明:attach(context: Context, config: StoreConfig, attachName: string, waitTime?: number): Promise<number>;
差异内容:attach(context: Context, config: StoreConfig, attachName: string, waitTime?: number): Promise<number>;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:RdbStore;
API声明:detach(attachName: string, waitTime?: number): Promise<number>;
差异内容:detach(attachName: string, waitTime?: number): Promise<number>;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:RdbStore;
API声明:lockRow(predicates: RdbPredicates): Promise<void>;
差异内容:lockRow(predicates: RdbPredicates): Promise<void>;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:RdbStore;
API声明:unlockRow(predicates: RdbPredicates): Promise<void>;
差异内容:unlockRow(predicates: RdbPredicates): Promise<void>;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:RdbStore;
API声明:queryLockedRow(predicates: RdbPredicates, columns?: Array<string>): Promise<ResultSet>;
差异内容:queryLockedRow(predicates: RdbPredicates, columns?: Array<string>): Promise<ResultSet>;
api/@ohos.data.relationalStore.d.ts
新增API NA 类名:unifiedDataChannel;
API声明:enum ShareOptions
差异内容:enum ShareOptions
api/@ohos.data.unifiedDataChannel.d.ts
新增API NA 类名:ShareOptions;
API声明:IN_APP
差异内容:IN_APP
api/@ohos.data.unifiedDataChannel.d.ts
新增API NA 类名:ShareOptions;
API声明:CROSS_APP
差异内容:CROSS_APP
api/@ohos.data.unifiedDataChannel.d.ts
新增API NA 类名:unifiedDataChannel;
API声明:type GetDelayData = (type: string) => UnifiedData;
差异内容:type GetDelayData = (type: string) => UnifiedData;
api/@ohos.data.unifiedDataChannel.d.ts
新增API NA 类名:unifiedDataChannel;
API声明:type ValueType = number | string | boolean | image.PixelMap | Want | ArrayBuffer | object | null | undefined;
差异内容:type ValueType = number | string | boolean | image.PixelMap | Want | ArrayBuffer | object | null | undefined;
api/@ohos.data.unifiedDataChannel.d.ts
新增API NA 类名:unifiedDataChannel;
API声明:class UnifiedDataProperties
差异内容:class UnifiedDataProperties
api/@ohos.data.unifiedDataChannel.d.ts
新增API NA 类名:UnifiedDataProperties;
API声明:extras?: Record<string, object>;
差异内容:extras?: Record<string, object>;
api/@ohos.data.unifiedDataChannel.d.ts
新增API NA 类名:UnifiedDataProperties;
API声明:tag?: string;
差异内容:tag?: string;
api/@ohos.data.unifiedDataChannel.d.ts
新增API NA 类名:UnifiedDataProperties;
API声明:readonly timestamp?: Date;
差异内容:readonly timestamp?: Date;
api/@ohos.data.unifiedDataChannel.d.ts
新增API NA 类名:UnifiedDataProperties;
API声明:shareOptions?: ShareOptions;
差异内容:shareOptions?: ShareOptions;
api/@ohos.data.unifiedDataChannel.d.ts
新增API NA 类名:UnifiedDataProperties;
API声明:getDelayData?: GetDelayData;
差异内容:getDelayData?: GetDelayData;
api/@ohos.data.unifiedDataChannel.d.ts
新增API NA 类名:UnifiedData;
API声明:hasType(type: string): boolean;
差异内容:hasType(type: string): boolean;
api/@ohos.data.unifiedDataChannel.d.ts
新增API NA 类名:UnifiedData;
API声明:getTypes(): Array<string>;
差异内容:getTypes(): Array<string>;
api/@ohos.data.unifiedDataChannel.d.ts
新增API NA 类名:UnifiedData;
API声明:properties: UnifiedDataProperties;
差异内容:properties: UnifiedDataProperties;
api/@ohos.data.unifiedDataChannel.d.ts
新增API NA 类名:UnifiedRecord;
API声明:getValue(): ValueType;
差异内容:getValue(): ValueType;
api/@ohos.data.unifiedDataChannel.d.ts
新增API NA 类名:UniformDataType;
API声明:XHTML = 'general.xhtml'
差异内容:XHTML = 'general.xhtml'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:RSS = 'general.rss'
差异内容:RSS = 'general.rss'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:SMIL = 'com.real.smil'
差异内容:SMIL = 'com.real.smil'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:CSS = 'general.css'
差异内容:CSS = 'general.css'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:TEX = 'general.tex'
差异内容:TEX = 'general.tex'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:MARKDOWN = 'general.markdown'
差异内容:MARKDOWN = 'general.markdown'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:ASC_TEXT = 'general.asc-text'
差异内容:ASC_TEXT = 'general.asc-text'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:RICH_TEXT = 'general.rich-text'
差异内容:RICH_TEXT = 'general.rich-text'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:DELIMITED_VALUES_TEXT = 'general.delimited-values-text'
差异内容:DELIMITED_VALUES_TEXT = 'general.delimited-values-text'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:COMMA_SEPARATED_VALUES_TEXT = 'general.comma-separated-values-text'
差异内容:COMMA_SEPARATED_VALUES_TEXT = 'general.comma-separated-values-text'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:TAB_SEPARATED_VALUES_TEXT = 'general.tab-separated-values-text'
差异内容:TAB_SEPARATED_VALUES_TEXT = 'general.tab-separated-values-text'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:FAX = 'general.fax'
差异内容:FAX = 'general.fax'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:JFX_FAX = 'com.j2.jfx-fax'
差异内容:JFX_FAX = 'com.j2.jfx-fax'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:EFX_FAX = 'com.js.efx-fax'
差异内容:EFX_FAX = 'com.js.efx-fax'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:XBITMAP_IMAGE = 'general.xbitmap-image'
差异内容:XBITMAP_IMAGE = 'general.xbitmap-image'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:GIF = 'general.gif'
差异内容:GIF = 'general.gif'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:TGA_IMAGE = 'com.truevision.tga-image'
差异内容:TGA_IMAGE = 'com.truevision.tga-image'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:SGI_IMAGE = 'com.sgi.sgi-image'
差异内容:SGI_IMAGE = 'com.sgi.sgi-image'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:OPENEXR_IMAGE = 'com.ilm.openexr-image'
差异内容:OPENEXR_IMAGE = 'com.ilm.openexr-image'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:FLASHPIX_IMAGE = 'com.kodak.flashpix.image'
差异内容:FLASHPIX_IMAGE = 'com.kodak.flashpix.image'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:WORD_DOT = 'com.microsoft.word.dot'
差异内容:WORD_DOT = 'com.microsoft.word.dot'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:POWERPOINT_PPS = 'com.microsoft.powerpoint.pps'
差异内容:POWERPOINT_PPS = 'com.microsoft.powerpoint.pps'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:POWERPOINT_POT = 'com.microsoft.powerpoint.pot'
差异内容:POWERPOINT_POT = 'com.microsoft.powerpoint.pot'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:EXCEL_XLT = 'com.microsoft.excel.xlt'
差异内容:EXCEL_XLT = 'com.microsoft.excel.xlt'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:VISIO_VSD = 'com.microsoft.visio.vsd'
差异内容:VISIO_VSD = 'com.microsoft.visio.vsd'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:TS = 'general.ts'
差异内容:TS = 'general.ts'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:MPEGURL_VIDEO = 'general.mpegurl-video'
差异内容:MPEGURL_VIDEO = 'general.mpegurl-video'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:REALMEDIA = 'com.real.realmedia'
差异内容:REALMEDIA = 'com.real.realmedia'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:MATROSKA_VIDEO = 'org.matroska.mkv'
差异内容:MATROSKA_VIDEO = 'org.matroska.mkv'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:FLASH = 'com.adobe.flash'
差异内容:FLASH = 'com.adobe.flash'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:AU_AUDIO = 'general.au-audio'
差异内容:AU_AUDIO = 'general.au-audio'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:AIFC_AUDIO = 'general.aifc-audio'
差异内容:AIFC_AUDIO = 'general.aifc-audio'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:MPEGURL_AUDIO = 'general.mpegurl-audio'
差异内容:MPEGURL_AUDIO = 'general.mpegurl-audio'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:MPEG_4_AUDIO = 'general.mpeg-4-audio'
差异内容:MPEG_4_AUDIO = 'general.mpeg-4-audio'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:MP2 = 'general.mp2'
差异内容:MP2 = 'general.mp2'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:MPEG_AUDIO = 'general.mpeg-audio'
差异内容:MPEG_AUDIO = 'general.mpeg-audio'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:ULAW_AUDIO = 'general.ulaw-audio'
差异内容:ULAW_AUDIO = 'general.ulaw-audio'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:SD2_AUDIO = 'com.digidesign.sd2-audio'
差异内容:SD2_AUDIO = 'com.digidesign.sd2-audio'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:REALAUDIO = 'com.real.realaudio'
差异内容:REALAUDIO = 'com.real.realaudio'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:MATROSKA_AUDIO = 'org.matroska.mka'
差异内容:MATROSKA_AUDIO = 'org.matroska.mka'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:OPG = 'general.opg'
差异内容:OPG = 'general.opg'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:TAZ_ARCHIVE = 'general.taz-archive'
差异内容:TAZ_ARCHIVE = 'general.taz-archive'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:WEB_ARCHIVE = 'general.web-archive'
差异内容:WEB_ARCHIVE = 'general.web-archive'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:ISO = 'general.iso'
差异内容:ISO = 'general.iso'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:OPENXML = 'org.openxmlformats.openxml'
差异内容:OPENXML = 'org.openxmlformats.openxml'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:WORDPROCESSINGML_DOCUMENT = 'org.openxmlformats.wordprocessingml.document'
差异内容:WORDPROCESSINGML_DOCUMENT = 'org.openxmlformats.wordprocessingml.document'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:SPREADSHEETML_SHEET = 'org.openxmlformats.spreadsheetml.sheet'
差异内容:SPREADSHEETML_SHEET = 'org.openxmlformats.spreadsheetml.sheet'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:PRESENTATIONML_PRESENTATION = 'org.openxmlformats.presentationml.presentation'
差异内容:PRESENTATIONML_PRESENTATION = 'org.openxmlformats.presentationml.presentation'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:DRAWINGML_VISIO = 'org.openxmlformats.drawingml.visio'
差异内容:DRAWINGML_VISIO = 'org.openxmlformats.drawingml.visio'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:DRAWINGML_TEMPLATE = 'org.openxmlformats.drawingml.template'
差异内容:DRAWINGML_TEMPLATE = 'org.openxmlformats.drawingml.template'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:WORDPROCESSINGML_TEMPLATE = 'org.openxmlformats.wordprocessingml.template'
差异内容:WORDPROCESSINGML_TEMPLATE = 'org.openxmlformats.wordprocessingml.template'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:PRESENTATIONML_TEMPLATE = 'org.openxmlformats.presentationml.template'
差异内容:PRESENTATIONML_TEMPLATE = 'org.openxmlformats.presentationml.template'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:PRESENTATIONML_SLIDESHOW = 'org.openxmlformats.presentationml.slideshow'
差异内容:PRESENTATIONML_SLIDESHOW = 'org.openxmlformats.presentationml.slideshow'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:SPREADSHEETML_TEMPLATE = 'org.openxmlformats.spreadsheetml.template'
差异内容:SPREADSHEETML_TEMPLATE = 'org.openxmlformats.spreadsheetml.template'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:OPENDOCUMENT = 'org.oasis.opendocument'
差异内容:OPENDOCUMENT = 'org.oasis.opendocument'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:OPENDOCUMENT_TEXT = 'org.oasis.opendocument.text'
差异内容:OPENDOCUMENT_TEXT = 'org.oasis.opendocument.text'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:OPENDOCUMENT_SPREADSHEET = 'org.oasis.opendocument.spreadsheet'
差异内容:OPENDOCUMENT_SPREADSHEET = 'org.oasis.opendocument.spreadsheet'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:OPENDOCUMENT_PRESENTATION = 'org.oasis.opendocument.presentation'
差异内容:OPENDOCUMENT_PRESENTATION = 'org.oasis.opendocument.presentation'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:OPENDOCUMENT_GRAPHICS = 'org.oasis.opendocument.graphics'
差异内容:OPENDOCUMENT_GRAPHICS = 'org.oasis.opendocument.graphics'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:OPENDOCUMENT_FORMULA = 'org.oasis.opendocument.formula'
差异内容:OPENDOCUMENT_FORMULA = 'org.oasis.opendocument.formula'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:STUFFIT_ARCHIVE = 'com.allume.stuffit-archive'
差异内容:STUFFIT_ARCHIVE = 'com.allume.stuffit-archive'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:RAR_ARCHIVE = 'com.rarlab.rar-archive'
差异内容:RAR_ARCHIVE = 'com.rarlab.rar-archive'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:SEVEN_ZIP_ARCHIVE = 'org.7-zip.7-zip-archive'
差异内容:SEVEN_ZIP_ARCHIVE = 'org.7-zip.7-zip-archive'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:VCS = 'general.vcs'
差异内容:VCS = 'general.vcs'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:ICS = 'general.ics'
差异内容:ICS = 'general.ics'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:EXECUTABLE = 'general.executable'
差异内容:EXECUTABLE = 'general.executable'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:PORTABLE_EXECUTABLE = 'com.microsoft.portable-executable'
差异内容:PORTABLE_EXECUTABLE = 'com.microsoft.portable-executable'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:SUN_JAVA_CLASS = 'com.sun.java-class'
差异内容:SUN_JAVA_CLASS = 'com.sun.java-class'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:FONT = 'general.font'
差异内容:FONT = 'general.font'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:TRUETYPE_FONT = 'general.truetype-font'
差异内容:TRUETYPE_FONT = 'general.truetype-font'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:TRUETYPE_COLLECTION_FONT = 'general.truetype-collection-font'
差异内容:TRUETYPE_COLLECTION_FONT = 'general.truetype-collection-font'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:OPENTYPE_FONT = 'general.opentype-font'
差异内容:OPENTYPE_FONT = 'general.opentype-font'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:POSTSCRIPT_FONT = 'com.adobe.postscript-font'
差异内容:POSTSCRIPT_FONT = 'com.adobe.postscript-font'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:POSTSCRIPT_PFB_FONT = 'com.adobe.postscript-pfb-font'
差异内容:POSTSCRIPT_PFB_FONT = 'com.adobe.postscript-pfb-font'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:POSTSCRIPT_PFA_FONT = 'com.adobe.postscript-pfa-font'
差异内容:POSTSCRIPT_PFA_FONT = 'com.adobe.postscript-pfa-font'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:OPENHARMONY_HDOC = 'openharmony.hdoc'
差异内容:OPENHARMONY_HDOC = 'openharmony.hdoc'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:OPENHARMONY_HINOTE = 'openharmony.hinote'
差异内容:OPENHARMONY_HINOTE = 'openharmony.hinote'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:OPENHARMONY_STYLED_STRING = 'openharmony.styled-string'
差异内容:OPENHARMONY_STYLED_STRING = 'openharmony.styled-string'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:OPENHARMONY_WANT = 'openharmony.want'
差异内容:OPENHARMONY_WANT = 'openharmony.want'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:OFD = 'general.ofd'
差异内容:OFD = 'general.ofd'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:CAD = 'general.cad'
差异内容:CAD = 'general.cad'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:UniformDataType;
API声明:OCTET_STREAM = 'general.octet-stream'
差异内容:OCTET_STREAM = 'general.octet-stream'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:TypeDescriptor;
API声明:readonly filenameExtensions: Array<string>;
差异内容:readonly filenameExtensions: Array<string>;
api/@ohos.data.uniformTypeDescriptor.d.ts
新增API NA 类名:TypeDescriptor;
API声明:readonly mimeTypes: Array<string>;
差异内容:readonly mimeTypes: Array<string>;
api/@ohos.data.uniformTypeDescriptor.d.ts
删除API 类名:preferences;
API声明:const MAX_KEY_LENGTH: 80;
差异内容:const MAX_KEY_LENGTH: 80;
NA api/@ohos.data.preferences.d.ts
删除API 类名:preferences;
API声明:const MAX_VALUE_LENGTH: 8192;
差异内容:const MAX_VALUE_LENGTH: 8192;
NA api/@ohos.data.preferences.d.ts
起始版本有变化 类名:KVStore;
API声明:put(key: string, value: Uint8Array | string | number | boolean): Promise<void>;
差异内容:NA
类名:KVStore;
API声明:put(key: string, value: Uint8Array | string | number | boolean): Promise<void>;
差异内容:7
api/@ohos.data.distributedData.d.ts
起始版本有变化 类名:KVStore;
API声明:delete(key: string): Promise<void>;
差异内容:NA
类名:KVStore;
API声明:delete(key: string): Promise<void>;
差异内容:7
api/@ohos.data.distributedData.d.ts
起始版本有变化 类名:KVStore;
API声明:putBatch(entries: Entry[]): Promise<void>;
差异内容:NA
类名:KVStore;
API声明:putBatch(entries: Entry[]): Promise<void>;
差异内容:8
api/@ohos.data.distributedData.d.ts
起始版本有变化 类名:KVStore;
API声明:deleteBatch(keys: string[]): Promise<void>;
差异内容:NA
类名:KVStore;
API声明:deleteBatch(keys: string[]): Promise<void>;
差异内容:8
api/@ohos.data.distributedData.d.ts
起始版本有变化 类名:KVStore;
API声明:startTransaction(): Promise<void>;
差异内容:NA
类名:KVStore;
API声明:startTransaction(): Promise<void>;
差异内容:8
api/@ohos.data.distributedData.d.ts
起始版本有变化 类名:KVStore;
API声明:commit(): Promise<void>;
差异内容:NA
类名:KVStore;
API声明:commit(): Promise<void>;
差异内容:8
api/@ohos.data.distributedData.d.ts
起始版本有变化 类名:KVStore;
API声明:rollback(): Promise<void>;
差异内容:NA
类名:KVStore;
API声明:rollback(): Promise<void>;
差异内容:8
api/@ohos.data.distributedData.d.ts
起始版本有变化 类名:KVStore;
API声明:enableSync(enabled: boolean): Promise<void>;
差异内容:NA
类名:KVStore;
API声明:enableSync(enabled: boolean): Promise<void>;
差异内容:8
api/@ohos.data.distributedData.d.ts
起始版本有变化 类名:KVStore;
API声明:setSyncRange(localLabels: string[], remoteSupportLabels: string[]): Promise<void>;
差异内容:NA
类名:KVStore;
API声明:setSyncRange(localLabels: string[], remoteSupportLabels: string[]): Promise<void>;
差异内容:8
api/@ohos.data.distributedData.d.ts
起始版本有变化 类名:SingleKVStore;
API声明:get(key: string): Promise<Uint8Array | string | boolean | number>;
差异内容:NA
类名:SingleKVStore;
API声明:get(key: string): Promise<Uint8Array | string | boolean | number>;
差异内容:7
api/@ohos.data.distributedData.d.ts
起始版本有变化 类名:SingleKVStore;
API声明:getEntries(keyPrefix: string): Promise<Entry[]>;
差异内容:NA
类名:SingleKVStore;
API声明:getEntries(keyPrefix: string): Promise<Entry[]>;
差异内容:8
api/@ohos.data.distributedData.d.ts
起始版本有变化 类名:SingleKVStore;
API声明:getEntries(query: Query): Promise<Entry[]>;
差异内容:NA
类名:SingleKVStore;
API声明:getEntries(query: Query): Promise<Entry[]>;
差异内容:8
api/@ohos.data.distributedData.d.ts
起始版本有变化 类名:SingleKVStore;
API声明:getResultSet(keyPrefix: string): Promise<KvStoreResultSet>;
差异内容:NA
类名:SingleKVStore;
API声明:getResultSet(keyPrefix: string): Promise<KvStoreResultSet>;
差异内容:8
api/@ohos.data.distributedData.d.ts
起始版本有变化 类名:SingleKVStore;
API声明:getResultSet(query: Query): Promise<KvStoreResultSet>;
差异内容:NA
类名:SingleKVStore;
API声明:getResultSet(query: Query): Promise<KvStoreResultSet>;
差异内容:8
api/@ohos.data.distributedData.d.ts
起始版本有变化 类名:SingleKVStore;
API声明:closeResultSet(resultSet: KvStoreResultSet): Promise<void>;
差异内容:NA
类名:SingleKVStore;
API声明:closeResultSet(resultSet: KvStoreResultSet): Promise<void>;
差异内容:8
api/@ohos.data.distributedData.d.ts
起始版本有变化 类名:SingleKVStore;
API声明:getResultSize(query: Query): Promise<number>;
差异内容:NA
类名:SingleKVStore;
API声明:getResultSize(query: Query): Promise<number>;
差异内容:8
api/@ohos.data.distributedData.d.ts
起始版本有变化 类名:SingleKVStore;
API声明:removeDeviceData(deviceId: string): Promise<void>;
差异内容:NA
类名:SingleKVStore;
API声明:removeDeviceData(deviceId: string): Promise<void>;
差异内容:8
api/@ohos.data.distributedData.d.ts
起始版本有变化 类名:SingleKVStore;
API声明:setSyncParam(defaultAllowedDelayMs: number): Promise<void>;
差异内容:NA
类名:SingleKVStore;
API声明:setSyncParam(defaultAllowedDelayMs: number): Promise<void>;
差异内容:8
api/@ohos.data.distributedData.d.ts
起始版本有变化 类名:SingleKVStore;
API声明:getSecurityLevel(): Promise<SecurityLevel>;
差异内容:NA
类名:SingleKVStore;
API声明:getSecurityLevel(): Promise<SecurityLevel>;
差异内容:8
api/@ohos.data.distributedData.d.ts
起始版本有变化 类名:DeviceKVStore;
API声明:get(deviceId: string, key: string): Promise<boolean | string | number | Uint8Array>;
差异内容:NA
类名:DeviceKVStore;
API声明:get(deviceId: string, key: string): Promise<boolean | string | number | Uint8Array>;
差异内容:8
api/@ohos.data.distributedData.d.ts
起始版本有变化 类名:DeviceKVStore;
API声明:getEntries(deviceId: string, keyPrefix: string): Promise<Entry[]>;
差异内容:NA
类名:DeviceKVStore;
API声明:getEntries(deviceId: string, keyPrefix: string): Promise<Entry[]>;
差异内容:8
api/@ohos.data.distributedData.d.ts
起始版本有变化 类名:DeviceKVStore;
API声明:getEntries(query: Query): Promise<Entry[]>;
差异内容:NA
类名:DeviceKVStore;
API声明:getEntries(query: Query): Promise<Entry[]>;
差异内容:8
api/@ohos.data.distributedData.d.ts
起始版本有变化 类名:DeviceKVStore;
API声明:getEntries(deviceId: string, query: Query): Promise<Entry[]>;
差异内容:NA
类名:DeviceKVStore;
API声明:getEntries(deviceId: string, query: Query): Promise<Entry[]>;
差异内容:8
api/@ohos.data.distributedData.d.ts
起始版本有变化 类名:DeviceKVStore;
API声明:getResultSet(deviceId: string, keyPrefix: string): Promise<KvStoreResultSet>;
差异内容:NA
类名:DeviceKVStore;
API声明:getResultSet(deviceId: string, keyPrefix: string): Promise<KvStoreResultSet>;
差异内容:8
api/@ohos.data.distributedData.d.ts
起始版本有变化 类名:DeviceKVStore;
API声明:getResultSet(query: Query): Promise<KvStoreResultSet>;
差异内容:NA
类名:DeviceKVStore;
API声明:getResultSet(query: Query): Promise<KvStoreResultSet>;
差异内容:8
api/@ohos.data.distributedData.d.ts
起始版本有变化 类名:DeviceKVStore;
API声明:getResultSet(deviceId: string, query: Query): Promise<KvStoreResultSet>;
差异内容:NA
类名:DeviceKVStore;
API声明:getResultSet(deviceId: string, query: Query): Promise<KvStoreResultSet>;
差异内容:8
api/@ohos.data.distributedData.d.ts
起始版本有变化 类名:DeviceKVStore;
API声明:closeResultSet(resultSet: KvStoreResultSet): Promise<void>;
差异内容:NA
类名:DeviceKVStore;
API声明:closeResultSet(resultSet: KvStoreResultSet): Promise<void>;
差异内容:8
api/@ohos.data.distributedData.d.ts
起始版本有变化 类名:DeviceKVStore;
API声明:getResultSize(query: Query): Promise<number>;
差异内容:NA
类名:DeviceKVStore;
API声明:getResultSize(query: Query): Promise<number>;
差异内容:8
api/@ohos.data.distributedData.d.ts
起始版本有变化 类名:DeviceKVStore;
API声明:getResultSize(deviceId: string, query: Query): Promise<number>;
差异内容:NA
类名:DeviceKVStore;
API声明:getResultSize(deviceId: string, query: Query): Promise<number>;
差异内容:8
api/@ohos.data.distributedData.d.ts
起始版本有变化 类名:DeviceKVStore;
API声明:removeDeviceData(deviceId: string): Promise<void>;
差异内容:NA
类名:DeviceKVStore;
API声明:removeDeviceData(deviceId: string): Promise<void>;
差异内容:8
api/@ohos.data.distributedData.d.ts
起始版本有变化 类名:distributedData;
API声明:function createKVManager(config: KVManagerConfig): Promise<KVManager>;
差异内容:NA
类名:distributedData;
API声明:function createKVManager(config: KVManagerConfig): Promise<KVManager>;
差异内容:7
api/@ohos.data.distributedData.d.ts
起始版本有变化 类名:KVManager;
API声明:getKVStore<T extends KVStore>(storeId: string, options: Options, callback: AsyncCallback<T>): void;
差异内容:NA
类名:KVManager;
API声明:getKVStore<T extends KVStore>(storeId: string, options: Options, callback: AsyncCallback<T>): void;
差异内容:7
api/@ohos.data.distributedData.d.ts
起始版本有变化 类名:KVManager;
API声明:closeKVStore(appId: string, storeId: string, kvStore: KVStore): Promise<void>;
差异内容:NA
类名:KVManager;
API声明:closeKVStore(appId: string, storeId: string, kvStore: KVStore): Promise<void>;
差异内容:8
api/@ohos.data.distributedData.d.ts
起始版本有变化 类名:KVManager;
API声明:deleteKVStore(appId: string, storeId: string): Promise<void>;
差异内容:NA
类名:KVManager;
API声明:deleteKVStore(appId: string, storeId: string): Promise<void>;
差异内容:8
api/@ohos.data.distributedData.d.ts
起始版本有变化 类名:KVManager;
API声明:getAllKVStoreId(appId: string): Promise<string[]>;
差异内容:NA
类名:KVManager;
API声明:getAllKVStoreId(appId: string): Promise<string[]>;
差异内容:8
api/@ohos.data.distributedData.d.ts
起始版本有变化 类名:StoreConfig;
API声明:name: string;
差异内容:NA
类名:StoreConfig;
API声明:name: string;
差异内容:7
api/@ohos.data.rdb.d.ts
起始版本有变化 类名:rdb;
API声明:export type ResultSet = _ResultSet;
差异内容:NA
类名:rdb;
API声明:export type ResultSet = _ResultSet;
差异内容:7
api/@ohos.data.rdb.d.ts
起始版本有变化 类名:storage;
API声明:function getStorage(path: string, callback: AsyncCallback<Storage>): void;
差异内容:NA
类名:storage;
API声明:function getStorage(path: string, callback: AsyncCallback<Storage>): void;
差异内容:6
api/@ohos.data.storage.d.ts
起始版本有变化 类名:storage;
API声明:function getStorage(path: string): Promise<Storage>;
差异内容:NA
类名:storage;
API声明:function getStorage(path: string): Promise<Storage>;
差异内容:6
api/@ohos.data.storage.d.ts
起始版本有变化 类名:storage;
API声明:function deleteStorage(path: string, callback: AsyncCallback<void>): void;
差异内容:NA
类名:storage;
API声明:function deleteStorage(path: string, callback: AsyncCallback<void>): void;
差异内容:6
api/@ohos.data.storage.d.ts
起始版本有变化 类名:storage;
API声明:function deleteStorage(path: string): Promise<void>;
差异内容:NA
类名:storage;
API声明:function deleteStorage(path: string): Promise<void>;
差异内容:6
api/@ohos.data.storage.d.ts
起始版本有变化 类名:storage;
API声明:function removeStorageFromCache(path: string, callback: AsyncCallback<void>): void;
差异内容:NA
类名:storage;
API声明:function removeStorageFromCache(path: string, callback: AsyncCallback<void>): void;
差异内容:6
api/@ohos.data.storage.d.ts
起始版本有变化 类名:storage;
API声明:function removeStorageFromCache(path: string): Promise<void>;
差异内容:NA
类名:storage;
API声明:function removeStorageFromCache(path: string): Promise<void>;
差异内容:6
api/@ohos.data.storage.d.ts
起始版本有变化 类名:Storage;
API声明:get(key: string, defValue: ValueType, callback: AsyncCallback<ValueType>): void;
差异内容:NA
类名:Storage;
API声明:get(key: string, defValue: ValueType, callback: AsyncCallback<ValueType>): void;
差异内容:6
api/@ohos.data.storage.d.ts
起始版本有变化 类名:Storage;
API声明:get(key: string, defValue: ValueType): Promise<ValueType>;
差异内容:NA
类名:Storage;
API声明:get(key: string, defValue: ValueType): Promise<ValueType>;
差异内容:6
api/@ohos.data.storage.d.ts
起始版本有变化 类名:Storage;
API声明:has(key: string, callback: AsyncCallback<boolean>): boolean;
差异内容:NA
类名:Storage;
API声明:has(key: string, callback: AsyncCallback<boolean>): boolean;
差异内容:6
api/@ohos.data.storage.d.ts
起始版本有变化 类名:Storage;
API声明:has(key: string): Promise<boolean>;
差异内容:NA
类名:Storage;
API声明:has(key: string): Promise<boolean>;
差异内容:6
api/@ohos.data.storage.d.ts
起始版本有变化 类名:Storage;
API声明:put(key: string, value: ValueType, callback: AsyncCallback<void>): void;
差异内容:NA
类名:Storage;
API声明:put(key: string, value: ValueType, callback: AsyncCallback<void>): void;
差异内容:6
api/@ohos.data.storage.d.ts
起始版本有变化 类名:Storage;
API声明:put(key: string, value: ValueType): Promise<void>;
差异内容:NA
类名:Storage;
API声明:put(key: string, value: ValueType): Promise<void>;
差异内容:6
api/@ohos.data.storage.d.ts
起始版本有变化 类名:Storage;
API声明:delete(key: string, callback: AsyncCallback<void>): void;
差异内容:NA
类名:Storage;
API声明:delete(key: string, callback: AsyncCallback<void>): void;
差异内容:6
api/@ohos.data.storage.d.ts
起始版本有变化 类名:Storage;
API声明:delete(key: string): Promise<void>;
差异内容:NA
类名:Storage;
API声明:delete(key: string): Promise<void>;
差异内容:6
api/@ohos.data.storage.d.ts
起始版本有变化 类名:Storage;
API声明:clear(callback: AsyncCallback<void>): void;
差异内容:NA
类名:Storage;
API声明:clear(callback: AsyncCallback<void>): void;
差异内容:6
api/@ohos.data.storage.d.ts
起始版本有变化 类名:Storage;
API声明:clear(): Promise<void>;
差异内容:NA
类名:Storage;
API声明:clear(): Promise<void>;
差异内容:6
api/@ohos.data.storage.d.ts
起始版本有变化 类名:Storage;
API声明:flush(callback: AsyncCallback<void>): void;
差异内容:NA
类名:Storage;
API声明:flush(callback: AsyncCallback<void>): void;
差异内容:6
api/@ohos.data.storage.d.ts
起始版本有变化 类名:Storage;
API声明:flush(): Promise<void>;
差异内容:NA
类名:Storage;
API声明:flush(): Promise<void>;
差异内容:6
api/@ohos.data.storage.d.ts
起始版本有变化 类名:storage;
API声明:type ValueType = number | string | boolean;
差异内容:NA
类名:storage;
API声明:type ValueType = number | string | boolean;
差异内容:6
api/@ohos.data.storage.d.ts
起始版本有变化 类名:StorageObserver;
API声明:key: string;
差异内容:NA
类名:StorageObserver;
API声明:key: string;
差异内容:6
api/@ohos.data.storage.d.ts
起始版本有变化 类名:storage;
API声明:const MAX_KEY_LENGTH: 80;
差异内容:NA
类名:storage;
API声明:const MAX_KEY_LENGTH: 80;
差异内容:6
api/@ohos.data.storage.d.ts
起始版本有变化 类名:storage;
API声明:const MAX_VALUE_LENGTH: 8192;
差异内容:NA
类名:storage;
API声明:const MAX_VALUE_LENGTH: 8192;
差异内容:6
api/@ohos.data.storage.d.ts
新增kit 类名:global;
API声明:api\data\rdb\resultSet.d.ts
差异内容:NA
类名:global;
API声明:api\data\rdb\resultSet.d.ts
差异内容:ArkData
api/data/rdb/resultSet.d.ts
新增kit 类名:global;
API声明:
差异内容:NA
类名:global;
API声明:api@ohos.data.cloudData.d.ts
差异内容:ArkData
api/@ohos.data.cloudData.d.ts
新增kit 类名:global;
API声明:
差异内容:NA
类名:global;
API声明:api@ohos.data.sendablePreferences.d.ets
差异内容:ArkData
api/@ohos.data.sendablePreferences.d.ets
新增kit 类名:global;
API声明:
差异内容:NA
类名:global;
API声明:api@ohos.data.sendableRelationalStore.d.ets
差异内容:ArkData
api/@ohos.data.sendableRelationalStore.d.ets
新增kit 类名:global;
API声明:
差异内容:NA
类名:global;
API声明:api@ohos.data.uniformDataStruct.d.ts
差异内容:ArkData
api/@ohos.data.uniformDataStruct.d.ts