openharmony 鸿蒙 js-apidiff-ArkData

2026-08-25 浏览 (1)

操作旧版本新版本d.ts文件
新增APINA类名:global;
API声明:declare namespace cloudExtension
差异内容:declare namespace cloudExtension
api/@ohos.data.cloudExtension.d.ts
新增APINA类名:global;
API声明:declare namespace commonType
差异内容:declare namespace commonType
api/@ohos.data.commonType.d.ts
新增APINA类名:commonType;
API声明:enum AssetStatus
差异内容:enum AssetStatus
api/@ohos.data.commonType.d.ts
新增APINA类名:AssetStatus;
API声明:ASSET_NORMAL
差异内容:ASSET_NORMAL
api/@ohos.data.commonType.d.ts
新增APINA类名:AssetStatus;
API声明:ASSET_INSERT
差异内容:ASSET_INSERT
api/@ohos.data.commonType.d.ts
新增APINA类名:AssetStatus;
API声明:ASSET_UPDATE
差异内容:ASSET_UPDATE
api/@ohos.data.commonType.d.ts
新增APINA类名:AssetStatus;
API声明:ASSET_DELETE
差异内容:ASSET_DELETE
api/@ohos.data.commonType.d.ts
新增APINA类名:AssetStatus;
API声明:ASSET_ABNORMAL
差异内容:ASSET_ABNORMAL
api/@ohos.data.commonType.d.ts
新增APINA类名:AssetStatus;
API声明:ASSET_DOWNLOADING
差异内容:ASSET_DOWNLOADING
api/@ohos.data.commonType.d.ts
新增APINA类名:commonType;
API声明:interface Asset
差异内容:interface Asset
api/@ohos.data.commonType.d.ts
新增APINA类名:Asset;
API声明:name: string;
差异内容:name: string;
api/@ohos.data.commonType.d.ts
新增APINA类名:Asset;
API声明:uri: string;
差异内容:uri: string;
api/@ohos.data.commonType.d.ts
新增APINA类名:Asset;
API声明:path: string;
差异内容:path: string;
api/@ohos.data.commonType.d.ts
新增APINA类名:Asset;
API声明:createTime: string;
差异内容:createTime: string;
api/@ohos.data.commonType.d.ts
新增APINA类名:Asset;
API声明:modifyTime: string;
差异内容:modifyTime: string;
api/@ohos.data.commonType.d.ts
新增APINA类名:Asset;
API声明:size: string;
差异内容:size: string;
api/@ohos.data.commonType.d.ts
新增APINA类名:Asset;
API声明:status?: AssetStatus;
差异内容:status?: AssetStatus;
api/@ohos.data.commonType.d.ts
新增APINA类名:commonType;
API声明:type Assets = Array<Asset>;
差异内容:type Assets = Array<Asset>;
api/@ohos.data.commonType.d.ts
新增APINA类名:commonType;
API声明:type ValueType = null |number |string |boolean |Uint8Array |Asset |Assets;
差异内容:type ValueType = null |number |string |boolean |Uint8Array |Asset |Assets;
api/@ohos.data.commonType.d.ts
新增APINA类名:commonType;
API声明:type ValuesBucket = Record<string, ValueType>;
差异内容:type ValuesBucket = Record<string, ValueType>;
api/@ohos.data.commonType.d.ts
新增APINA类名:global;
API声明:declare namespace dataAbility
差异内容:declare namespace dataAbility
api/@ohos.data.dataAbility.d.ts
新增APINA类名:dataAbility;
API声明:function createRdbPredicates(name: string, dataAbilityPredicates: DataAbilityPredicates): rdb.RdbPredicates;
差异内容:function createRdbPredicates(name: string, dataAbilityPredicates: DataAbilityPredicates): rdb.RdbPredicates;
api/@ohos.data.dataAbility.d.ts
新增APINA类名:dataAbility;
API声明:class DataAbilityPredicates
差异内容:class DataAbilityPredicates
api/@ohos.data.dataAbility.d.ts
新增APINA类名:DataAbilityPredicates;
API声明:equalTo(field: string, value: ValueType): DataAbilityPredicates;
差异内容:equalTo(field: string, value: ValueType): DataAbilityPredicates;
api/@ohos.data.dataAbility.d.ts
新增APINA类名:DataAbilityPredicates;
API声明:notEqualTo(field: string, value: ValueType): DataAbilityPredicates;
差异内容:notEqualTo(field: string, value: ValueType): DataAbilityPredicates;
api/@ohos.data.dataAbility.d.ts
新增APINA类名:DataAbilityPredicates;
API声明:beginWrap(): DataAbilityPredicates;
差异内容:beginWrap(): DataAbilityPredicates;
api/@ohos.data.dataAbility.d.ts
新增APINA类名:DataAbilityPredicates;
API声明:endWrap(): DataAbilityPredicates;
差异内容:endWrap(): DataAbilityPredicates;
api/@ohos.data.dataAbility.d.ts
新增APINA类名:DataAbilityPredicates;
API声明:or(): DataAbilityPredicates;
差异内容:or(): DataAbilityPredicates;
api/@ohos.data.dataAbility.d.ts
新增APINA类名:DataAbilityPredicates;
API声明:and(): DataAbilityPredicates;
差异内容:and(): DataAbilityPredicates;
api/@ohos.data.dataAbility.d.ts
新增APINA类名:DataAbilityPredicates;
API声明:contains(field: string, value: string): DataAbilityPredicates;
差异内容:contains(field: string, value: string): DataAbilityPredicates;
api/@ohos.data.dataAbility.d.ts
新增APINA类名:DataAbilityPredicates;
API声明:beginsWith(field: string, value: string): DataAbilityPredicates;
差异内容:beginsWith(field: string, value: string): DataAbilityPredicates;
api/@ohos.data.dataAbility.d.ts
新增APINA类名:DataAbilityPredicates;
API声明:endsWith(field: string, value: string): DataAbilityPredicates;
差异内容:endsWith(field: string, value: string): DataAbilityPredicates;
api/@ohos.data.dataAbility.d.ts
新增APINA类名:DataAbilityPredicates;
API声明:isNull(field: string): DataAbilityPredicates;
差异内容:isNull(field: string): DataAbilityPredicates;
api/@ohos.data.dataAbility.d.ts
新增APINA类名:DataAbilityPredicates;
API声明:isNotNull(field: string): DataAbilityPredicates;
差异内容:isNotNull(field: string): DataAbilityPredicates;
api/@ohos.data.dataAbility.d.ts
新增APINA类名:DataAbilityPredicates;
API声明:like(field: string, value: string): DataAbilityPredicates;
差异内容:like(field: string, value: string): DataAbilityPredicates;
api/@ohos.data.dataAbility.d.ts
新增APINA类名:DataAbilityPredicates;
API声明:glob(field: string, value: string): DataAbilityPredicates;
差异内容:glob(field: string, value: string): DataAbilityPredicates;
api/@ohos.data.dataAbility.d.ts
新增APINA类名:DataAbilityPredicates;
API声明:between(field: string, low: ValueType, high: ValueType): DataAbilityPredicates;
差异内容:between(field: string, low: ValueType, high: ValueType): DataAbilityPredicates;
api/@ohos.data.dataAbility.d.ts
新增APINA类名:DataAbilityPredicates;
API声明:notBetween(field: string, low: ValueType, high: ValueType): DataAbilityPredicates;
差异内容:notBetween(field: string, low: ValueType, high: ValueType): DataAbilityPredicates;
api/@ohos.data.dataAbility.d.ts
新增APINA类名:DataAbilityPredicates;
API声明:greaterThan(field: string, value: ValueType): DataAbilityPredicates;
差异内容:greaterThan(field: string, value: ValueType): DataAbilityPredicates;
api/@ohos.data.dataAbility.d.ts
新增APINA类名:DataAbilityPredicates;
API声明:lessThan(field: string, value: ValueType): DataAbilityPredicates;
差异内容:lessThan(field: string, value: ValueType): DataAbilityPredicates;
api/@ohos.data.dataAbility.d.ts
新增APINA类名:DataAbilityPredicates;
API声明:greaterThanOrEqualTo(field: string, value: ValueType): DataAbilityPredicates;
差异内容:greaterThanOrEqualTo(field: string, value: ValueType): DataAbilityPredicates;
api/@ohos.data.dataAbility.d.ts
新增APINA类名:DataAbilityPredicates;
API声明:lessThanOrEqualTo(field: string, value: ValueType): DataAbilityPredicates;
差异内容:lessThanOrEqualTo(field: string, value: ValueType): DataAbilityPredicates;
api/@ohos.data.dataAbility.d.ts
新增APINA类名:DataAbilityPredicates;
API声明:orderByAsc(field: string): DataAbilityPredicates;
差异内容:orderByAsc(field: string): DataAbilityPredicates;
api/@ohos.data.dataAbility.d.ts
新增APINA类名:DataAbilityPredicates;
API声明:orderByDesc(field: string): DataAbilityPredicates;
差异内容:orderByDesc(field: string): DataAbilityPredicates;
api/@ohos.data.dataAbility.d.ts
新增APINA类名:DataAbilityPredicates;
API声明:distinct(): DataAbilityPredicates;
差异内容:distinct(): DataAbilityPredicates;
api/@ohos.data.dataAbility.d.ts
新增APINA类名:DataAbilityPredicates;
API声明:limitAs(value: number): DataAbilityPredicates;
差异内容:limitAs(value: number): DataAbilityPredicates;
api/@ohos.data.dataAbility.d.ts
新增APINA类名:DataAbilityPredicates;
API声明:offsetAs(rowOffset: number): DataAbilityPredicates;
差异内容:offsetAs(rowOffset: number): DataAbilityPredicates;
api/@ohos.data.dataAbility.d.ts
新增APINA类名:DataAbilityPredicates;
API声明:groupBy(fields: Array<string>): DataAbilityPredicates;
差异内容:groupBy(fields: Array<string>): DataAbilityPredicates;
api/@ohos.data.dataAbility.d.ts
新增APINA类名:DataAbilityPredicates;
API声明:indexedBy(field: string): DataAbilityPredicates;
差异内容:indexedBy(field: string): DataAbilityPredicates;
api/@ohos.data.dataAbility.d.ts
新增APINA类名:DataAbilityPredicates;
API声明:in(field: string, value: Array<ValueType>): DataAbilityPredicates;
差异内容:in(field: string, value: Array<ValueType>): DataAbilityPredicates;
api/@ohos.data.dataAbility.d.ts
新增APINA类名:DataAbilityPredicates;
API声明:notIn(field: string, value: Array<ValueType>): DataAbilityPredicates;
差异内容:notIn(field: string, value: Array<ValueType>): DataAbilityPredicates;
api/@ohos.data.dataAbility.d.ts
新增APINA类名:dataAbility;
API声明:type ValueType = number |string |boolean;
差异内容:type ValueType = number |string |boolean;
api/@ohos.data.dataAbility.d.ts
新增APINA类名:global;
API声明:declare namespace dataSharePredicates
差异内容:declare namespace dataSharePredicates
api/@ohos.data.dataSharePredicates.d.ts
新增APINA类名:dataSharePredicates;
API声明:class DataSharePredicates
差异内容:class DataSharePredicates
api/@ohos.data.dataSharePredicates.d.ts
新增APINA类名:DataSharePredicates;
API声明:equalTo(field: string, value: ValueType): DataSharePredicates;
差异内容:equalTo(field: string, value: ValueType): DataSharePredicates;
api/@ohos.data.dataSharePredicates.d.ts
新增APINA类名:DataSharePredicates;
API声明:and(): DataSharePredicates;
差异内容:and(): DataSharePredicates;
api/@ohos.data.dataSharePredicates.d.ts
新增APINA类名:DataSharePredicates;
API声明:orderByAsc(field: string): DataSharePredicates;
差异内容:orderByAsc(field: string): DataSharePredicates;
api/@ohos.data.dataSharePredicates.d.ts
新增APINA类名:DataSharePredicates;
API声明:orderByDesc(field: string): DataSharePredicates;
差异内容:orderByDesc(field: string): DataSharePredicates;
api/@ohos.data.dataSharePredicates.d.ts
新增APINA类名:DataSharePredicates;
API声明:limit(total: number, offset: number): DataSharePredicates;
差异内容:limit(total: number, offset: number): DataSharePredicates;
api/@ohos.data.dataSharePredicates.d.ts
新增APINA类名:DataSharePredicates;
API声明:in(field: string, value: Array<ValueType>): DataSharePredicates;
差异内容:in(field: string, value: Array<ValueType>): DataSharePredicates;
api/@ohos.data.dataSharePredicates.d.ts
新增APINA类名:global;
API声明:declare namespace distributedData
差异内容:declare namespace distributedData
api/@ohos.data.distributedData.d.ts
新增APINA类名:distributedData;
API声明:interface KVManagerConfig
差异内容:interface KVManagerConfig
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVManagerConfig;
API声明:userInfo: UserInfo;
差异内容:userInfo: UserInfo;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVManagerConfig;
API声明:bundleName: string;
差异内容:bundleName: string;
api/@ohos.data.distributedData.d.ts
新增APINA类名:distributedData;
API声明:interface UserInfo
差异内容:interface UserInfo
api/@ohos.data.distributedData.d.ts
新增APINA类名:UserInfo;
API声明:userId?: string;
差异内容:userId?: string;
api/@ohos.data.distributedData.d.ts
新增APINA类名:UserInfo;
API声明:userType?: UserType;
差异内容:userType?: UserType;
api/@ohos.data.distributedData.d.ts
新增APINA类名:distributedData;
API声明:enum UserType
差异内容:enum UserType
api/@ohos.data.distributedData.d.ts
新增APINA类名:UserType;
API声明:SAME_USER_ID = 0
差异内容:SAME_USER_ID = 0
api/@ohos.data.distributedData.d.ts
新增APINA类名:distributedData;
API声明:namespace Constants
差异内容:namespace Constants
api/@ohos.data.distributedData.d.ts
新增APINA类名:Constants;
API声明:const MAX_KEY_LENGTH = 1024;
差异内容:const MAX_KEY_LENGTH = 1024;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Constants;
API声明:const MAX_VALUE_LENGTH = 4194303;
差异内容:const MAX_VALUE_LENGTH = 4194303;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Constants;
API声明:const MAX_KEY_LENGTH_DEVICE = 896;
差异内容:const MAX_KEY_LENGTH_DEVICE = 896;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Constants;
API声明:const MAX_STORE_ID_LENGTH = 128;
差异内容:const MAX_STORE_ID_LENGTH = 128;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Constants;
API声明:const MAX_QUERY_LENGTH = 512000;
差异内容:const MAX_QUERY_LENGTH = 512000;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Constants;
API声明:const MAX_BATCH_SIZE = 128;
差异内容:const MAX_BATCH_SIZE = 128;
api/@ohos.data.distributedData.d.ts
新增APINA类名:distributedData;
API声明:enum ValueType
差异内容:enum ValueType
api/@ohos.data.distributedData.d.ts
新增APINA类名:ValueType;
API声明:STRING = 0
差异内容:STRING = 0
api/@ohos.data.distributedData.d.ts
新增APINA类名:ValueType;
API声明:INTEGER = 1
差异内容:INTEGER = 1
api/@ohos.data.distributedData.d.ts
新增APINA类名:ValueType;
API声明:FLOAT = 2
差异内容:FLOAT = 2
api/@ohos.data.distributedData.d.ts
新增APINA类名:ValueType;
API声明:BYTE_ARRAY = 3
差异内容:BYTE_ARRAY = 3
api/@ohos.data.distributedData.d.ts
新增APINA类名:ValueType;
API声明:BOOLEAN = 4
差异内容:BOOLEAN = 4
api/@ohos.data.distributedData.d.ts
新增APINA类名:ValueType;
API声明:DOUBLE = 5
差异内容:DOUBLE = 5
api/@ohos.data.distributedData.d.ts
新增APINA类名:distributedData;
API声明:interface Value
差异内容:interface Value
api/@ohos.data.distributedData.d.ts
新增APINA类名:Value;
API声明:type: ValueType;
差异内容:type: ValueType;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Value;
API声明:value: Uint8Array |string |number |boolean;
差异内容:value: Uint8Array |string |number |boolean;
api/@ohos.data.distributedData.d.ts
新增APINA类名:distributedData;
API声明:interface Entry
差异内容:interface Entry
api/@ohos.data.distributedData.d.ts
新增APINA类名:Entry;
API声明:key: string;
差异内容:key: string;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Entry;
API声明:value: Value;
差异内容:value: Value;
api/@ohos.data.distributedData.d.ts
新增APINA类名:distributedData;
API声明:interface ChangeNotification
差异内容:interface ChangeNotification
api/@ohos.data.distributedData.d.ts
新增APINA类名:ChangeNotification;
API声明:insertEntries: Entry[];
差异内容:insertEntries: Entry[];
api/@ohos.data.distributedData.d.ts
新增APINA类名:ChangeNotification;
API声明:updateEntries: Entry[];
差异内容:updateEntries: Entry[];
api/@ohos.data.distributedData.d.ts
新增APINA类名:ChangeNotification;
API声明:deleteEntries: Entry[];
差异内容:deleteEntries: Entry[];
api/@ohos.data.distributedData.d.ts
新增APINA类名:ChangeNotification;
API声明:deviceId: string;
差异内容:deviceId: string;
api/@ohos.data.distributedData.d.ts
新增APINA类名:distributedData;
API声明:enum SyncMode
差异内容:enum SyncMode
api/@ohos.data.distributedData.d.ts
新增APINA类名:SyncMode;
API声明:PULL_ONLY = 0
差异内容:PULL_ONLY = 0
api/@ohos.data.distributedData.d.ts
新增APINA类名:SyncMode;
API声明:PUSH_ONLY = 1
差异内容:PUSH_ONLY = 1
api/@ohos.data.distributedData.d.ts
新增APINA类名:SyncMode;
API声明:PUSH_PULL = 2
差异内容:PUSH_PULL = 2
api/@ohos.data.distributedData.d.ts
新增APINA类名:distributedData;
API声明:enum SubscribeType
差异内容:enum SubscribeType
api/@ohos.data.distributedData.d.ts
新增APINA类名:SubscribeType;
API声明:SUBSCRIBE_TYPE_LOCAL = 0
差异内容:SUBSCRIBE_TYPE_LOCAL = 0
api/@ohos.data.distributedData.d.ts
新增APINA类名:SubscribeType;
API声明:SUBSCRIBE_TYPE_REMOTE = 1
差异内容:SUBSCRIBE_TYPE_REMOTE = 1
api/@ohos.data.distributedData.d.ts
新增APINA类名:SubscribeType;
API声明:SUBSCRIBE_TYPE_ALL = 2
差异内容:SUBSCRIBE_TYPE_ALL = 2
api/@ohos.data.distributedData.d.ts
新增APINA类名:distributedData;
API声明:enum KVStoreType
差异内容:enum KVStoreType
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVStoreType;
API声明:DEVICE_COLLABORATION = 0
差异内容:DEVICE_COLLABORATION = 0
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVStoreType;
API声明:SINGLE_VERSION = 1
差异内容:SINGLE_VERSION = 1
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVStoreType;
API声明:MULTI_VERSION = 2
差异内容:MULTI_VERSION = 2
api/@ohos.data.distributedData.d.ts
新增APINA类名:distributedData;
API声明:enum SecurityLevel
差异内容:enum SecurityLevel
api/@ohos.data.distributedData.d.ts
新增APINA类名:SecurityLevel;
API声明:NO_LEVEL = 0
差异内容:NO_LEVEL = 0
api/@ohos.data.distributedData.d.ts
新增APINA类名:SecurityLevel;
API声明:S0 = 1
差异内容:S0 = 1
api/@ohos.data.distributedData.d.ts
新增APINA类名:SecurityLevel;
API声明:S1 = 2
差异内容:S1 = 2
api/@ohos.data.distributedData.d.ts
新增APINA类名:SecurityLevel;
API声明:S2 = 3
差异内容:S2 = 3
api/@ohos.data.distributedData.d.ts
新增APINA类名:SecurityLevel;
API声明:S3 = 5
差异内容:S3 = 5
api/@ohos.data.distributedData.d.ts
新增APINA类名:SecurityLevel;
API声明:S4 = 6
差异内容:S4 = 6
api/@ohos.data.distributedData.d.ts
新增APINA类名:distributedData;
API声明:interface Options
差异内容:interface Options
api/@ohos.data.distributedData.d.ts
新增APINA类名:Options;
API声明:createIfMissing?: boolean;
差异内容:createIfMissing?: boolean;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Options;
API声明:encrypt?: boolean;
差异内容:encrypt?: boolean;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Options;
API声明:backup?: boolean;
差异内容:backup?: boolean;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Options;
API声明:autoSync?: boolean;
差异内容:autoSync?: boolean;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Options;
API声明:kvStoreType?: KVStoreType;
差异内容:kvStoreType?: KVStoreType;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Options;
API声明:securityLevel?: SecurityLevel;
差异内容:securityLevel?: SecurityLevel;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Options;
API声明:schema?: Schema;
差异内容:schema?: Schema;
api/@ohos.data.distributedData.d.ts
新增APINA类名:distributedData;
API声明:class Schema
差异内容:class Schema
api/@ohos.data.distributedData.d.ts
新增APINA类名:Schema;
API声明:root: FieldNode;
差异内容:root: FieldNode;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Schema;
API声明:indexes: Array<string>;
差异内容:indexes: Array<string>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Schema;
API声明:mode: number;
差异内容:mode: number;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Schema;
API声明:skip: number;
差异内容:skip: number;
api/@ohos.data.distributedData.d.ts
新增APINA类名:distributedData;
API声明:class FieldNode
差异内容:class FieldNode
api/@ohos.data.distributedData.d.ts
新增APINA类名:FieldNode;
API声明:appendChild(child: FieldNode): boolean;
差异内容:appendChild(child: FieldNode): boolean;
api/@ohos.data.distributedData.d.ts
新增APINA类名:FieldNode;
API声明:default: string;
差异内容:default: string;
api/@ohos.data.distributedData.d.ts
新增APINA类名:FieldNode;
API声明:nullable: boolean;
差异内容:nullable: boolean;
api/@ohos.data.distributedData.d.ts
新增APINA类名:FieldNode;
API声明:type: number;
差异内容:type: number;
api/@ohos.data.distributedData.d.ts
新增APINA类名:distributedData;
API声明:interface KvStoreResultSet
差异内容:interface KvStoreResultSet
api/@ohos.data.distributedData.d.ts
新增APINA类名:KvStoreResultSet;
API声明:getCount(): number;
差异内容:getCount(): number;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KvStoreResultSet;
API声明:getPosition(): number;
差异内容:getPosition(): number;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KvStoreResultSet;
API声明:moveToFirst(): boolean;
差异内容:moveToFirst(): boolean;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KvStoreResultSet;
API声明:moveToLast(): boolean;
差异内容:moveToLast(): boolean;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KvStoreResultSet;
API声明:moveToNext(): boolean;
差异内容:moveToNext(): boolean;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KvStoreResultSet;
API声明:moveToPrevious(): boolean;
差异内容:moveToPrevious(): boolean;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KvStoreResultSet;
API声明:move(offset: number): boolean;
差异内容:move(offset: number): boolean;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KvStoreResultSet;
API声明:moveToPosition(position: number): boolean;
差异内容:moveToPosition(position: number): boolean;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KvStoreResultSet;
API声明:isFirst(): boolean;
差异内容:isFirst(): boolean;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KvStoreResultSet;
API声明:isLast(): boolean;
差异内容:isLast(): boolean;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KvStoreResultSet;
API声明:isBeforeFirst(): boolean;
差异内容:isBeforeFirst(): boolean;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KvStoreResultSet;
API声明:isAfterLast(): boolean;
差异内容:isAfterLast(): boolean;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KvStoreResultSet;
API声明:getEntry(): Entry;
差异内容:getEntry(): Entry;
api/@ohos.data.distributedData.d.ts
新增APINA类名:distributedData;
API声明:class Query
差异内容:class Query
api/@ohos.data.distributedData.d.ts
新增APINA类名:Query;
API声明:reset(): Query;
差异内容:reset(): Query;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Query;
API声明:equalTo(field: string, value: number |string |boolean): Query;
差异内容:equalTo(field: string, value: number |string |boolean): Query;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Query;
API声明:notEqualTo(field: string, value: number |string |boolean): Query;
差异内容:notEqualTo(field: string, value: number |string |boolean): Query;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Query;
API声明:greaterThan(field: string, value: number |string |boolean): Query;
差异内容:greaterThan(field: string, value: number |string |boolean): Query;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Query;
API声明:lessThan(field: string, value: number |string): Query;
差异内容:lessThan(field: string, value: number |string): Query;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Query;
API声明:greaterThanOrEqualTo(field: string, value: number |string): Query;
差异内容:greaterThanOrEqualTo(field: string, value: number |string): Query;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Query;
API声明:lessThanOrEqualTo(field: string, value: number |string): Query;
差异内容:lessThanOrEqualTo(field: string, value: number |string): Query;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Query;
API声明:isNull(field: string): Query;
差异内容:isNull(field: string): Query;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Query;
API声明:inNumber(field: string, valueList: number[]): Query;
差异内容:inNumber(field: string, valueList: number[]): Query;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Query;
API声明:inString(field: string, valueList: string[]): Query;
差异内容:inString(field: string, valueList: string[]): Query;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Query;
API声明:notInNumber(field: string, valueList: number[]): Query;
差异内容:notInNumber(field: string, valueList: number[]): Query;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Query;
API声明:notInString(field: string, valueList: string[]): Query;
差异内容:notInString(field: string, valueList: string[]): Query;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Query;
API声明:like(field: string, value: string): Query;
差异内容:like(field: string, value: string): Query;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Query;
API声明:unlike(field: string, value: string): Query;
差异内容:unlike(field: string, value: string): Query;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Query;
API声明:and(): Query;
差异内容:and(): Query;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Query;
API声明:or(): Query;
差异内容:or(): Query;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Query;
API声明:orderByAsc(field: string): Query;
差异内容:orderByAsc(field: string): Query;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Query;
API声明:orderByDesc(field: string): Query;
差异内容:orderByDesc(field: string): Query;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Query;
API声明:limit(total: number, offset: number): Query;
差异内容:limit(total: number, offset: number): Query;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Query;
API声明:isNotNull(field: string): Query;
差异内容:isNotNull(field: string): Query;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Query;
API声明:beginGroup(): Query;
差异内容:beginGroup(): Query;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Query;
API声明:endGroup(): Query;
差异内容:endGroup(): Query;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Query;
API声明:prefixKey(prefix: string): Query;
差异内容:prefixKey(prefix: string): Query;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Query;
API声明:setSuggestIndex(index: string): Query;
差异内容:setSuggestIndex(index: string): Query;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Query;
API声明:deviceId(deviceId: string): Query;
差异内容:deviceId(deviceId: string): Query;
api/@ohos.data.distributedData.d.ts
新增APINA类名:Query;
API声明:getSqlLike(): string;
差异内容:getSqlLike(): string;
api/@ohos.data.distributedData.d.ts
新增APINA类名:distributedData;
API声明:interface KVStore
差异内容:interface KVStore
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVStore;
API声明:put(key: string, value: Uint8Array |string |number |boolean, callback: AsyncCallback<void>): void;
差异内容:put(key: string, value: Uint8Array |string |number |boolean, callback: AsyncCallback<void>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVStore;
API声明:put(key: string, value: Uint8Array |string |number |boolean): Promise<void>;
差异内容:put(key: string, value: Uint8Array |string |number |boolean): Promise<void>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVStore;
API声明:delete(key: string, callback: AsyncCallback<void>): void;
差异内容:delete(key: string, callback: AsyncCallback<void>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVStore;
API声明:delete(key: string): Promise<void>;
差异内容:delete(key: string): Promise<void>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVStore;
API声明:on(event: 'dataChange', type: SubscribeType, listener: Callback<ChangeNotification>): void;
差异内容:on(event: 'dataChange', type: SubscribeType, listener: Callback<ChangeNotification>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVStore;
API声明:on(event: 'syncComplete', syncCallback: Callback<Array<[
string,
number
]>>): void;
差异内容:on(event: 'syncComplete', syncCallback: Callback<Array<[
string,
number
]>>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVStore;
API声明:off(event: 'dataChange', listener?: Callback<ChangeNotification>): void;
差异内容:off(event: 'dataChange', listener?: Callback<ChangeNotification>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVStore;
API声明:off(event: 'syncComplete', syncCallback?: Callback<Array<[
string,
number
]>>): void;
差异内容:off(event: 'syncComplete', syncCallback?: Callback<Array<[
string,
number
]>>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVStore;
API声明:putBatch(entries: Entry[], callback: AsyncCallback<void>): void;
差异内容:putBatch(entries: Entry[], callback: AsyncCallback<void>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVStore;
API声明:putBatch(entries: Entry[]): Promise<void>;
差异内容:putBatch(entries: Entry[]): Promise<void>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVStore;
API声明:deleteBatch(keys: string[], callback: AsyncCallback<void>): void;
差异内容:deleteBatch(keys: string[], callback: AsyncCallback<void>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVStore;
API声明:deleteBatch(keys: string[]): Promise<void>;
差异内容:deleteBatch(keys: string[]): Promise<void>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVStore;
API声明:startTransaction(callback: AsyncCallback<void>): void;
差异内容:startTransaction(callback: AsyncCallback<void>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVStore;
API声明:startTransaction(): Promise<void>;
差异内容:startTransaction(): Promise<void>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVStore;
API声明:commit(callback: AsyncCallback<void>): void;
差异内容:commit(callback: AsyncCallback<void>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVStore;
API声明:commit(): Promise<void>;
差异内容:commit(): Promise<void>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVStore;
API声明:rollback(callback: AsyncCallback<void>): void;
差异内容:rollback(callback: AsyncCallback<void>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVStore;
API声明:rollback(): Promise<void>;
差异内容:rollback(): Promise<void>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVStore;
API声明:enableSync(enabled: boolean, callback: AsyncCallback<void>): void;
差异内容:enableSync(enabled: boolean, callback: AsyncCallback<void>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVStore;
API声明:enableSync(enabled: boolean): Promise<void>;
差异内容:enableSync(enabled: boolean): Promise<void>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVStore;
API声明:setSyncRange(localLabels: string[], remoteSupportLabels: string[], callback: AsyncCallback<void>): void;
差异内容:setSyncRange(localLabels: string[], remoteSupportLabels: string[], callback: AsyncCallback<void>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVStore;
API声明:setSyncRange(localLabels: string[], remoteSupportLabels: string[]): Promise<void>;
差异内容:setSyncRange(localLabels: string[], remoteSupportLabels: string[]): Promise<void>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:distributedData;
API声明:interface SingleKVStore
差异内容:interface SingleKVStore
api/@ohos.data.distributedData.d.ts
新增APINA类名:SingleKVStore;
API声明:get(key: string, callback: AsyncCallback<Uint8Array |string |boolean |number>): void;
差异内容:get(key: string, callback: AsyncCallback<Uint8Array |string |boolean |number>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:SingleKVStore;
API声明:get(key: string): Promise<Uint8Array |string |boolean |number>;
差异内容:get(key: string): Promise<Uint8Array |string |boolean |number>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:SingleKVStore;
API声明:getEntries(keyPrefix: string, callback: AsyncCallback<Entry[]>): void;
差异内容:getEntries(keyPrefix: string, callback: AsyncCallback<Entry[]>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:SingleKVStore;
API声明:getEntries(keyPrefix: string): Promise<Entry[]>;
差异内容:getEntries(keyPrefix: string): Promise<Entry[]>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:SingleKVStore;
API声明:getEntries(query: Query, callback: AsyncCallback<Entry[]>): void;
差异内容:getEntries(query: Query, callback: AsyncCallback<Entry[]>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:SingleKVStore;
API声明:getEntries(query: Query): Promise<Entry[]>;
差异内容:getEntries(query: Query): Promise<Entry[]>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:SingleKVStore;
API声明:getResultSet(keyPrefix: string, callback: AsyncCallback<KvStoreResultSet>): void;
差异内容:getResultSet(keyPrefix: string, callback: AsyncCallback<KvStoreResultSet>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:SingleKVStore;
API声明:getResultSet(keyPrefix: string): Promise<KvStoreResultSet>;
差异内容:getResultSet(keyPrefix: string): Promise<KvStoreResultSet>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:SingleKVStore;
API声明:getResultSet(query: Query, callback: AsyncCallback<KvStoreResultSet>): void;
差异内容:getResultSet(query: Query, callback: AsyncCallback<KvStoreResultSet>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:SingleKVStore;
API声明:getResultSet(query: Query): Promise<KvStoreResultSet>;
差异内容:getResultSet(query: Query): Promise<KvStoreResultSet>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:SingleKVStore;
API声明:closeResultSet(resultSet: KvStoreResultSet, callback: AsyncCallback<void>): void;
差异内容:closeResultSet(resultSet: KvStoreResultSet, callback: AsyncCallback<void>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:SingleKVStore;
API声明:closeResultSet(resultSet: KvStoreResultSet): Promise<void>;
差异内容:closeResultSet(resultSet: KvStoreResultSet): Promise<void>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:SingleKVStore;
API声明:getResultSize(query: Query, callback: AsyncCallback<number>): void;
差异内容:getResultSize(query: Query, callback: AsyncCallback<number>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:SingleKVStore;
API声明:getResultSize(query: Query): Promise<number>;
差异内容:getResultSize(query: Query): Promise<number>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:SingleKVStore;
API声明:removeDeviceData(deviceId: string, callback: AsyncCallback<void>): void;
差异内容:removeDeviceData(deviceId: string, callback: AsyncCallback<void>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:SingleKVStore;
API声明:removeDeviceData(deviceId: string): Promise<void>;
差异内容:removeDeviceData(deviceId: string): Promise<void>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:SingleKVStore;
API声明:sync(deviceIds: string[], mode: SyncMode, delayMs?: number): void;
差异内容:sync(deviceIds: string[], mode: SyncMode, delayMs?: number): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:SingleKVStore;
API声明:on(event: 'dataChange', type: SubscribeType, listener: Callback<ChangeNotification>): void;
差异内容:on(event: 'dataChange', type: SubscribeType, listener: Callback<ChangeNotification>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:SingleKVStore;
API声明:on(event: 'syncComplete', syncCallback: Callback<Array<[
string,
number
]>>): void;
差异内容:on(event: 'syncComplete', syncCallback: Callback<Array<[
string,
number
]>>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:SingleKVStore;
API声明:off(event: 'dataChange', listener?: Callback<ChangeNotification>): void;
差异内容:off(event: 'dataChange', listener?: Callback<ChangeNotification>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:SingleKVStore;
API声明:off(event: 'syncComplete', syncCallback?: Callback<Array<[
string,
number
]>>): void;
差异内容:off(event: 'syncComplete', syncCallback?: Callback<Array<[
string,
number
]>>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:SingleKVStore;
API声明:setSyncParam(defaultAllowedDelayMs: number, callback: AsyncCallback<void>): void;
差异内容:setSyncParam(defaultAllowedDelayMs: number, callback: AsyncCallback<void>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:SingleKVStore;
API声明:setSyncParam(defaultAllowedDelayMs: number): Promise<void>;
差异内容:setSyncParam(defaultAllowedDelayMs: number): Promise<void>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:SingleKVStore;
API声明:getSecurityLevel(callback: AsyncCallback<SecurityLevel>): void;
差异内容:getSecurityLevel(callback: AsyncCallback<SecurityLevel>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:SingleKVStore;
API声明:getSecurityLevel(): Promise<SecurityLevel>;
差异内容:getSecurityLevel(): Promise<SecurityLevel>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:distributedData;
API声明:interface DeviceKVStore
差异内容:interface DeviceKVStore
api/@ohos.data.distributedData.d.ts
新增APINA类名:DeviceKVStore;
API声明:get(deviceId: string, key: string, callback: AsyncCallback<boolean |string |number |Uint8Array>): void;
差异内容:get(deviceId: string, key: string, callback: AsyncCallback<boolean |string |number |Uint8Array>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:DeviceKVStore;
API声明:get(deviceId: string, key: string): Promise<boolean |string |number |Uint8Array>;
差异内容:get(deviceId: string, key: string): Promise<boolean |string |number |Uint8Array>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:DeviceKVStore;
API声明:getEntries(deviceId: string, keyPrefix: string, callback: AsyncCallback<Entry[]>): void;
差异内容:getEntries(deviceId: string, keyPrefix: string, callback: AsyncCallback<Entry[]>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:DeviceKVStore;
API声明:getEntries(deviceId: string, keyPrefix: string): Promise<Entry[]>;
差异内容:getEntries(deviceId: string, keyPrefix: string): Promise<Entry[]>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:DeviceKVStore;
API声明:getEntries(query: Query, callback: AsyncCallback<Entry[]>): void;
差异内容:getEntries(query: Query, callback: AsyncCallback<Entry[]>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:DeviceKVStore;
API声明:getEntries(query: Query): Promise<Entry[]>;
差异内容:getEntries(query: Query): Promise<Entry[]>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:DeviceKVStore;
API声明:getEntries(deviceId: string, query: Query, callback: AsyncCallback<Entry[]>): void;
差异内容:getEntries(deviceId: string, query: Query, callback: AsyncCallback<Entry[]>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:DeviceKVStore;
API声明:getEntries(deviceId: string, query: Query): Promise<Entry[]>;
差异内容:getEntries(deviceId: string, query: Query): Promise<Entry[]>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:DeviceKVStore;
API声明:getResultSet(deviceId: string, keyPrefix: string, callback: AsyncCallback<KvStoreResultSet>): void;
差异内容:getResultSet(deviceId: string, keyPrefix: string, callback: AsyncCallback<KvStoreResultSet>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:DeviceKVStore;
API声明:getResultSet(deviceId: string, keyPrefix: string): Promise<KvStoreResultSet>;
差异内容:getResultSet(deviceId: string, keyPrefix: string): Promise<KvStoreResultSet>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:DeviceKVStore;
API声明:getResultSet(query: Query, callback: AsyncCallback<KvStoreResultSet>): void;
差异内容:getResultSet(query: Query, callback: AsyncCallback<KvStoreResultSet>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:DeviceKVStore;
API声明:getResultSet(query: Query): Promise<KvStoreResultSet>;
差异内容:getResultSet(query: Query): Promise<KvStoreResultSet>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:DeviceKVStore;
API声明:getResultSet(deviceId: string, query: Query, callback: AsyncCallback<KvStoreResultSet>): void;
差异内容:getResultSet(deviceId: string, query: Query, callback: AsyncCallback<KvStoreResultSet>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:DeviceKVStore;
API声明:getResultSet(deviceId: string, query: Query): Promise<KvStoreResultSet>;
差异内容:getResultSet(deviceId: string, query: Query): Promise<KvStoreResultSet>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:DeviceKVStore;
API声明:closeResultSet(resultSet: KvStoreResultSet, callback: AsyncCallback<void>): void;
差异内容:closeResultSet(resultSet: KvStoreResultSet, callback: AsyncCallback<void>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:DeviceKVStore;
API声明:closeResultSet(resultSet: KvStoreResultSet): Promise<void>;
差异内容:closeResultSet(resultSet: KvStoreResultSet): Promise<void>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:DeviceKVStore;
API声明:getResultSize(query: Query, callback: AsyncCallback<number>): void;
差异内容:getResultSize(query: Query, callback: AsyncCallback<number>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:DeviceKVStore;
API声明:getResultSize(query: Query): Promise<number>;
差异内容:getResultSize(query: Query): Promise<number>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:DeviceKVStore;
API声明:getResultSize(deviceId: string, query: Query, callback: AsyncCallback<number>): void;
差异内容:getResultSize(deviceId: string, query: Query, callback: AsyncCallback<number>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:DeviceKVStore;
API声明:getResultSize(deviceId: string, query: Query): Promise<number>;
差异内容:getResultSize(deviceId: string, query: Query): Promise<number>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:DeviceKVStore;
API声明:removeDeviceData(deviceId: string, callback: AsyncCallback<void>): void;
差异内容:removeDeviceData(deviceId: string, callback: AsyncCallback<void>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:DeviceKVStore;
API声明:removeDeviceData(deviceId: string): Promise<void>;
差异内容:removeDeviceData(deviceId: string): Promise<void>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:DeviceKVStore;
API声明:sync(deviceIds: string[], mode: SyncMode, delayMs?: number): void;
差异内容:sync(deviceIds: string[], mode: SyncMode, delayMs?: number): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:DeviceKVStore;
API声明:on(event: 'dataChange', type: SubscribeType, listener: Callback<ChangeNotification>): void;
差异内容:on(event: 'dataChange', type: SubscribeType, listener: Callback<ChangeNotification>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:DeviceKVStore;
API声明:on(event: 'syncComplete', syncCallback: Callback<Array<[
string,
number
]>>): void;
差异内容:on(event: 'syncComplete', syncCallback: Callback<Array<[
string,
number
]>>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:DeviceKVStore;
API声明:off(event: 'dataChange', listener?: Callback<ChangeNotification>): void;
差异内容:off(event: 'dataChange', listener?: Callback<ChangeNotification>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:DeviceKVStore;
API声明:off(event: 'syncComplete', syncCallback?: Callback<Array<[
string,
number
]>>): void;
差异内容:off(event: 'syncComplete', syncCallback?: Callback<Array<[
string,
number
]>>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:distributedData;
API声明:function createKVManager(config: KVManagerConfig, callback: AsyncCallback<KVManager>): void;
差异内容:function createKVManager(config: KVManagerConfig, callback: AsyncCallback<KVManager>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:distributedData;
API声明:function createKVManager(config: KVManagerConfig): Promise<KVManager>;
差异内容:function createKVManager(config: KVManagerConfig): Promise<KVManager>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:distributedData;
API声明:interface KVManager
差异内容:interface KVManager
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVManager;
API声明:getKVStore<T extends KVStore>(storeId: string, options: Options): Promise<T>;
差异内容:getKVStore<T extends KVStore>(storeId: string, options: Options): Promise<T>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVManager;
API声明:getKVStore<T extends KVStore>(storeId: string, options: Options, callback: AsyncCallback<T>): void;
差异内容:getKVStore<T extends KVStore>(storeId: string, options: Options, callback: AsyncCallback<T>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVManager;
API声明:closeKVStore(appId: string, storeId: string, kvStore: KVStore, callback: AsyncCallback<void>): void;
差异内容:closeKVStore(appId: string, storeId: string, kvStore: KVStore, callback: AsyncCallback<void>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVManager;
API声明:closeKVStore(appId: string, storeId: string, kvStore: KVStore): Promise<void>;
差异内容:closeKVStore(appId: string, storeId: string, kvStore: KVStore): Promise<void>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVManager;
API声明:deleteKVStore(appId: string, storeId: string, callback: AsyncCallback<void>): void;
差异内容:deleteKVStore(appId: string, storeId: string, callback: AsyncCallback<void>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVManager;
API声明:deleteKVStore(appId: string, storeId: string): Promise<void>;
差异内容:deleteKVStore(appId: string, storeId: string): Promise<void>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVManager;
API声明:getAllKVStoreId(appId: string, callback: AsyncCallback<string[]>): void;
差异内容:getAllKVStoreId(appId: string, callback: AsyncCallback<string[]>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVManager;
API声明:getAllKVStoreId(appId: string): Promise<string[]>;
差异内容:getAllKVStoreId(appId: string): Promise<string[]>;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVManager;
API声明:on(event: 'distributedDataServiceDie', deathCallback: Callback<void>): void;
差异内容:on(event: 'distributedDataServiceDie', deathCallback: Callback<void>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:KVManager;
API声明:off(event: 'distributedDataServiceDie', deathCallback?: Callback<void>): void;
差异内容:off(event: 'distributedDataServiceDie', deathCallback?: Callback<void>): void;
api/@ohos.data.distributedData.d.ts
新增APINA类名:global;
API声明:declare namespace distributedDataObject
差异内容:declare namespace distributedDataObject
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:distributedDataObject;
API声明:interface BindInfo
差异内容:interface BindInfo
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:BindInfo;
API声明:storeName: string;
差异内容:storeName: string;
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:BindInfo;
API声明:tableName: string;
差异内容:tableName: string;
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:BindInfo;
API声明:primaryKey: commonType.ValuesBucket;
差异内容:primaryKey: commonType.ValuesBucket;
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:BindInfo;
API声明:field: string;
差异内容:field: string;
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:BindInfo;
API声明:assetName: string;
差异内容:assetName: string;
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:distributedDataObject;
API声明:function createDistributedObject(source: object): DistributedObject;
差异内容:function createDistributedObject(source: object): DistributedObject;
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:distributedDataObject;
API声明:function create(context: Context, source: object): DataObject;
差异内容:function create(context: Context, source: object): DataObject;
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:distributedDataObject;
API声明:function genSessionId(): string;
差异内容:function genSessionId(): string;
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:distributedDataObject;
API声明:interface SaveSuccessResponse
差异内容:interface SaveSuccessResponse
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:SaveSuccessResponse;
API声明:sessionId: string;
差异内容:sessionId: string;
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:SaveSuccessResponse;
API声明:version: number;
差异内容:version: number;
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:SaveSuccessResponse;
API声明:deviceId: string;
差异内容:deviceId: string;
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:distributedDataObject;
API声明:interface RevokeSaveSuccessResponse
差异内容:interface RevokeSaveSuccessResponse
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:RevokeSaveSuccessResponse;
API声明:sessionId: string;
差异内容:sessionId: string;
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:distributedDataObject;
API声明:interface DistributedObject
差异内容:interface DistributedObject
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:DistributedObject;
API声明:setSessionId(sessionId?: string): boolean;
差异内容:setSessionId(sessionId?: string): boolean;
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:DistributedObject;
API声明:on(type: 'change', callback: (sessionId: string, fields: Array<string>) => void): void;
差异内容:on(type: 'change', callback: (sessionId: string, fields: Array<string>) => void): void;
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:DistributedObject;
API声明:off(type: 'change', callback?: (sessionId: string, fields: Array<string>) => void): void;
差异内容:off(type: 'change', callback?: (sessionId: string, fields: Array<string>) => void): void;
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:DistributedObject;
API声明:on(type: 'status', callback: (sessionId: string, networkId: string, status: 'online' |'offline') => void): void;
差异内容:on(type: 'status', callback: (sessionId: string, networkId: string, status: 'online' |'offline') => void): void;
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:DistributedObject;
API声明:off(type: 'status', callback?: (sessionId: string, networkId: string, status: 'online' |'offline') => void): void;
差异内容:off(type: 'status', callback?: (sessionId: string, networkId: string, status: 'online' |'offline') => void): void;
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:distributedDataObject;
API声明:interface DataObject
差异内容:interface DataObject
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:DataObject;
API声明:setSessionId(sessionId: string, callback: AsyncCallback<void>): void;
差异内容:setSessionId(sessionId: string, callback: AsyncCallback<void>): void;
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:DataObject;
API声明:setSessionId(callback: AsyncCallback<void>): void;
差异内容:setSessionId(callback: AsyncCallback<void>): void;
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:DataObject;
API声明:setSessionId(sessionId?: string): Promise<void>;
差异内容:setSessionId(sessionId?: string): Promise<void>;
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:DataObject;
API声明:on(type: 'change', callback: (sessionId: string, fields: Array<string>) => void): void;
差异内容:on(type: 'change', callback: (sessionId: string, fields: Array<string>) => void): void;
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:DataObject;
API声明:off(type: 'change', callback?: (sessionId: string, fields: Array<string>) => void): void;
差异内容:off(type: 'change', callback?: (sessionId: string, fields: Array<string>) => void): void;
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:DataObject;
API声明:on(type: 'status', callback: (sessionId: string, networkId: string, status: 'online' |'offline') => void): void;
差异内容:on(type: 'status', callback: (sessionId: string, networkId: string, status: 'online' |'offline') => void): void;
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:DataObject;
API声明:off(type: 'status', callback?: (sessionId: string, networkId: string, status: 'online' |'offline') => void): void;
差异内容:off(type: 'status', callback?: (sessionId: string, networkId: string, status: 'online' |'offline') => void): void;
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:DataObject;
API声明:save(deviceId: string, callback: AsyncCallback<SaveSuccessResponse>): void;
差异内容:save(deviceId: string, callback: AsyncCallback<SaveSuccessResponse>): void;
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:DataObject;
API声明:save(deviceId: string): Promise<SaveSuccessResponse>;
差异内容:save(deviceId: string): Promise<SaveSuccessResponse>;
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:DataObject;
API声明:revokeSave(callback: AsyncCallback<RevokeSaveSuccessResponse>): void;
差异内容:revokeSave(callback: AsyncCallback<RevokeSaveSuccessResponse>): void;
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:DataObject;
API声明:revokeSave(): Promise<RevokeSaveSuccessResponse>;
差异内容:revokeSave(): Promise<RevokeSaveSuccessResponse>;
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:DataObject;
API声明:bindAssetStore(assetKey: string, bindInfo: BindInfo, callback: AsyncCallback<void>): void;
差异内容:bindAssetStore(assetKey: string, bindInfo: BindInfo, callback: AsyncCallback<void>): void;
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:DataObject;
API声明:bindAssetStore(assetKey: string, bindInfo: BindInfo): Promise<void>;
差异内容:bindAssetStore(assetKey: string, bindInfo: BindInfo): Promise<void>;
api/@ohos.data.distributedDataObject.d.ts
新增APINA类名:global;
API声明:declare namespace distributedKVStore
差异内容:declare namespace distributedKVStore
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:distributedKVStore;
API声明:interface KVManagerConfig
差异内容:interface KVManagerConfig
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:KVManagerConfig;
API声明:bundleName: string;
差异内容:bundleName: string;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:KVManagerConfig;
API声明:context: BaseContext;
差异内容:context: BaseContext;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:distributedKVStore;
API声明:interface Constants
差异内容:interface Constants
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Constants;
API声明:readonly MAX_KEY_LENGTH: number;
差异内容:readonly MAX_KEY_LENGTH: number;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Constants;
API声明:readonly MAX_VALUE_LENGTH: number;
差异内容:readonly MAX_VALUE_LENGTH: number;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Constants;
API声明:readonly MAX_KEY_LENGTH_DEVICE: number;
差异内容:readonly MAX_KEY_LENGTH_DEVICE: number;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Constants;
API声明:readonly MAX_STORE_ID_LENGTH: number;
差异内容:readonly MAX_STORE_ID_LENGTH: number;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Constants;
API声明:readonly MAX_QUERY_LENGTH: number;
差异内容:readonly MAX_QUERY_LENGTH: number;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Constants;
API声明:readonly MAX_BATCH_SIZE: number;
差异内容:readonly MAX_BATCH_SIZE: number;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:distributedKVStore;
API声明:enum ValueType
差异内容:enum ValueType
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:ValueType;
API声明:STRING
差异内容:STRING
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:ValueType;
API声明:INTEGER
差异内容:INTEGER
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:ValueType;
API声明:FLOAT
差异内容:FLOAT
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:ValueType;
API声明:BYTE_ARRAY
差异内容:BYTE_ARRAY
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:ValueType;
API声明:BOOLEAN
差异内容:BOOLEAN
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:ValueType;
API声明:DOUBLE
差异内容:DOUBLE
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:distributedKVStore;
API声明:interface Value
差异内容:interface Value
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Value;
API声明:type: ValueType;
差异内容:type: ValueType;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Value;
API声明:value: Uint8Array |string |number |boolean;
差异内容:value: Uint8Array |string |number |boolean;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:distributedKVStore;
API声明:interface Entry
差异内容:interface Entry
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Entry;
API声明:key: string;
差异内容:key: string;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Entry;
API声明:value: Value;
差异内容:value: Value;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:distributedKVStore;
API声明:interface ChangeNotification
差异内容:interface ChangeNotification
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:ChangeNotification;
API声明:insertEntries: Entry[];
差异内容:insertEntries: Entry[];
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:ChangeNotification;
API声明:updateEntries: Entry[];
差异内容:updateEntries: Entry[];
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:ChangeNotification;
API声明:deleteEntries: Entry[];
差异内容:deleteEntries: Entry[];
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:ChangeNotification;
API声明:deviceId: string;
差异内容:deviceId: string;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:distributedKVStore;
API声明:enum SyncMode
差异内容:enum SyncMode
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SyncMode;
API声明:PULL_ONLY
差异内容:PULL_ONLY
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SyncMode;
API声明:PUSH_ONLY
差异内容:PUSH_ONLY
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SyncMode;
API声明:PUSH_PULL
差异内容:PUSH_PULL
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:distributedKVStore;
API声明:enum SubscribeType
差异内容:enum SubscribeType
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SubscribeType;
API声明:SUBSCRIBE_TYPE_LOCAL
差异内容:SUBSCRIBE_TYPE_LOCAL
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SubscribeType;
API声明:SUBSCRIBE_TYPE_REMOTE
差异内容:SUBSCRIBE_TYPE_REMOTE
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SubscribeType;
API声明:SUBSCRIBE_TYPE_ALL
差异内容:SUBSCRIBE_TYPE_ALL
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:distributedKVStore;
API声明:enum KVStoreType
差异内容:enum KVStoreType
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:KVStoreType;
API声明:DEVICE_COLLABORATION
差异内容:DEVICE_COLLABORATION
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:KVStoreType;
API声明:SINGLE_VERSION
差异内容:SINGLE_VERSION
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:distributedKVStore;
API声明:enum SecurityLevel
差异内容:enum SecurityLevel
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SecurityLevel;
API声明:S1
差异内容:S1
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SecurityLevel;
API声明:S2
差异内容:S2
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SecurityLevel;
API声明:S3
差异内容:S3
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SecurityLevel;
API声明:S4
差异内容:S4
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:distributedKVStore;
API声明:interface Options
差异内容:interface Options
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Options;
API声明:createIfMissing?: boolean;
差异内容:createIfMissing?: boolean;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Options;
API声明:encrypt?: boolean;
差异内容:encrypt?: boolean;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Options;
API声明:backup?: boolean;
差异内容:backup?: boolean;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Options;
API声明:autoSync?: boolean;
差异内容:autoSync?: boolean;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Options;
API声明:kvStoreType?: KVStoreType;
差异内容:kvStoreType?: KVStoreType;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Options;
API声明:securityLevel: SecurityLevel;
差异内容:securityLevel: SecurityLevel;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Options;
API声明:schema?: Schema;
差异内容:schema?: Schema;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:distributedKVStore;
API声明:class Schema
差异内容:class Schema
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Schema;
API声明:root: FieldNode;
差异内容:root: FieldNode;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Schema;
API声明:indexes: Array<string>;
差异内容:indexes: Array<string>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Schema;
API声明:mode: number;
差异内容:mode: number;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Schema;
API声明:skip: number;
差异内容:skip: number;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:distributedKVStore;
API声明:class FieldNode
差异内容:class FieldNode
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:FieldNode;
API声明:appendChild(child: FieldNode): boolean;
差异内容:appendChild(child: FieldNode): boolean;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:FieldNode;
API声明:default: string;
差异内容:default: string;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:FieldNode;
API声明:nullable: boolean;
差异内容:nullable: boolean;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:FieldNode;
API声明:type: number;
差异内容:type: number;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:distributedKVStore;
API声明:interface KVStoreResultSet
差异内容:interface KVStoreResultSet
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:KVStoreResultSet;
API声明:getCount(): number;
差异内容:getCount(): number;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:KVStoreResultSet;
API声明:getPosition(): number;
差异内容:getPosition(): number;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:KVStoreResultSet;
API声明:moveToFirst(): boolean;
差异内容:moveToFirst(): boolean;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:KVStoreResultSet;
API声明:moveToLast(): boolean;
差异内容:moveToLast(): boolean;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:KVStoreResultSet;
API声明:moveToNext(): boolean;
差异内容:moveToNext(): boolean;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:KVStoreResultSet;
API声明:moveToPrevious(): boolean;
差异内容:moveToPrevious(): boolean;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:KVStoreResultSet;
API声明:move(offset: number): boolean;
差异内容:move(offset: number): boolean;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:KVStoreResultSet;
API声明:moveToPosition(position: number): boolean;
差异内容:moveToPosition(position: number): boolean;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:KVStoreResultSet;
API声明:isFirst(): boolean;
差异内容:isFirst(): boolean;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:KVStoreResultSet;
API声明:isLast(): boolean;
差异内容:isLast(): boolean;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:KVStoreResultSet;
API声明:isBeforeFirst(): boolean;
差异内容:isBeforeFirst(): boolean;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:KVStoreResultSet;
API声明:isAfterLast(): boolean;
差异内容:isAfterLast(): boolean;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:KVStoreResultSet;
API声明:getEntry(): Entry;
差异内容:getEntry(): Entry;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:distributedKVStore;
API声明:class Query
差异内容:class Query
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Query;
API声明:reset(): Query;
差异内容:reset(): Query;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Query;
API声明:equalTo(field: string, value: number |string |boolean): Query;
差异内容:equalTo(field: string, value: number |string |boolean): Query;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Query;
API声明:notEqualTo(field: string, value: number |string |boolean): Query;
差异内容:notEqualTo(field: string, value: number |string |boolean): Query;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Query;
API声明:greaterThan(field: string, value: number |string |boolean): Query;
差异内容:greaterThan(field: string, value: number |string |boolean): Query;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Query;
API声明:lessThan(field: string, value: number |string): Query;
差异内容:lessThan(field: string, value: number |string): Query;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Query;
API声明:greaterThanOrEqualTo(field: string, value: number |string): Query;
差异内容:greaterThanOrEqualTo(field: string, value: number |string): Query;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Query;
API声明:lessThanOrEqualTo(field: string, value: number |string): Query;
差异内容:lessThanOrEqualTo(field: string, value: number |string): Query;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Query;
API声明:isNull(field: string): Query;
差异内容:isNull(field: string): Query;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Query;
API声明:inNumber(field: string, valueList: number[]): Query;
差异内容:inNumber(field: string, valueList: number[]): Query;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Query;
API声明:inString(field: string, valueList: string[]): Query;
差异内容:inString(field: string, valueList: string[]): Query;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Query;
API声明:notInNumber(field: string, valueList: number[]): Query;
差异内容:notInNumber(field: string, valueList: number[]): Query;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Query;
API声明:notInString(field: string, valueList: string[]): Query;
差异内容:notInString(field: string, valueList: string[]): Query;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Query;
API声明:like(field: string, value: string): Query;
差异内容:like(field: string, value: string): Query;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Query;
API声明:unlike(field: string, value: string): Query;
差异内容:unlike(field: string, value: string): Query;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Query;
API声明:and(): Query;
差异内容:and(): Query;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Query;
API声明:or(): Query;
差异内容:or(): Query;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Query;
API声明:orderByAsc(field: string): Query;
差异内容:orderByAsc(field: string): Query;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Query;
API声明:orderByDesc(field: string): Query;
差异内容:orderByDesc(field: string): Query;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Query;
API声明:limit(total: number, offset: number): Query;
差异内容:limit(total: number, offset: number): Query;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Query;
API声明:isNotNull(field: string): Query;
差异内容:isNotNull(field: string): Query;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Query;
API声明:beginGroup(): Query;
差异内容:beginGroup(): Query;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Query;
API声明:endGroup(): Query;
差异内容:endGroup(): Query;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Query;
API声明:prefixKey(prefix: string): Query;
差异内容:prefixKey(prefix: string): Query;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Query;
API声明:setSuggestIndex(index: string): Query;
差异内容:setSuggestIndex(index: string): Query;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Query;
API声明:deviceId(deviceId: string): Query;
差异内容:deviceId(deviceId: string): Query;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:Query;
API声明:getSqlLike(): string;
差异内容:getSqlLike(): string;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:distributedKVStore;
API声明:interface SingleKVStore
差异内容:interface SingleKVStore
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:put(key: string, value: Uint8Array |string |number |boolean, callback: AsyncCallback<void>): void;
差异内容:put(key: string, value: Uint8Array |string |number |boolean, callback: AsyncCallback<void>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:put(key: string, value: Uint8Array |string |number |boolean): Promise<void>;
差异内容:put(key: string, value: Uint8Array |string |number |boolean): Promise<void>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:putBatch(entries: Entry[], callback: AsyncCallback<void>): void;
差异内容:putBatch(entries: Entry[], callback: AsyncCallback<void>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:putBatch(entries: Entry[]): Promise<void>;
差异内容:putBatch(entries: Entry[]): Promise<void>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:delete(key: string, callback: AsyncCallback<void>): void;
差异内容:delete(key: string, callback: AsyncCallback<void>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:delete(key: string): Promise<void>;
差异内容:delete(key: string): Promise<void>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:deleteBatch(keys: string[], callback: AsyncCallback<void>): void;
差异内容:deleteBatch(keys: string[], callback: AsyncCallback<void>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:deleteBatch(keys: string[]): Promise<void>;
差异内容:deleteBatch(keys: string[]): Promise<void>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:removeDeviceData(deviceId: string, callback: AsyncCallback<void>): void;
差异内容:removeDeviceData(deviceId: string, callback: AsyncCallback<void>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:removeDeviceData(deviceId: string): Promise<void>;
差异内容:removeDeviceData(deviceId: string): Promise<void>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:get(key: string, callback: AsyncCallback<boolean |string |number |Uint8Array>): void;
差异内容:get(key: string, callback: AsyncCallback<boolean |string |number |Uint8Array>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:get(key: string): Promise<boolean |string |number |Uint8Array>;
差异内容:get(key: string): Promise<boolean |string |number |Uint8Array>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:getEntries(keyPrefix: string, callback: AsyncCallback<Entry[]>): void;
差异内容:getEntries(keyPrefix: string, callback: AsyncCallback<Entry[]>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:getEntries(keyPrefix: string): Promise<Entry[]>;
差异内容:getEntries(keyPrefix: string): Promise<Entry[]>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:getEntries(query: Query, callback: AsyncCallback<Entry[]>): void;
差异内容:getEntries(query: Query, callback: AsyncCallback<Entry[]>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:getEntries(query: Query): Promise<Entry[]>;
差异内容:getEntries(query: Query): Promise<Entry[]>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:getResultSet(keyPrefix: string, callback: AsyncCallback<KVStoreResultSet>): void;
差异内容:getResultSet(keyPrefix: string, callback: AsyncCallback<KVStoreResultSet>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:getResultSet(keyPrefix: string): Promise<KVStoreResultSet>;
差异内容:getResultSet(keyPrefix: string): Promise<KVStoreResultSet>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:getResultSet(query: Query, callback: AsyncCallback<KVStoreResultSet>): void;
差异内容:getResultSet(query: Query, callback: AsyncCallback<KVStoreResultSet>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:getResultSet(query: Query): Promise<KVStoreResultSet>;
差异内容:getResultSet(query: Query): Promise<KVStoreResultSet>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:closeResultSet(resultSet: KVStoreResultSet, callback: AsyncCallback<void>): void;
差异内容:closeResultSet(resultSet: KVStoreResultSet, callback: AsyncCallback<void>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:closeResultSet(resultSet: KVStoreResultSet): Promise<void>;
差异内容:closeResultSet(resultSet: KVStoreResultSet): Promise<void>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:getResultSize(query: Query, callback: AsyncCallback<number>): void;
差异内容:getResultSize(query: Query, callback: AsyncCallback<number>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:getResultSize(query: Query): Promise<number>;
差异内容:getResultSize(query: Query): Promise<number>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:backup(file: string, callback: AsyncCallback<void>): void;
差异内容:backup(file: string, callback: AsyncCallback<void>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:backup(file: string): Promise<void>;
差异内容:backup(file: string): Promise<void>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:restore(file: string, callback: AsyncCallback<void>): void;
差异内容:restore(file: string, callback: AsyncCallback<void>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:restore(file: string): Promise<void>;
差异内容:restore(file: string): Promise<void>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:deleteBackup(files: Array<string>, callback: AsyncCallback<Array<[
string,
number
]>>): void;
差异内容:deleteBackup(files: Array<string>, callback: AsyncCallback<Array<[
string,
number
]>>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:deleteBackup(files: Array<string>): Promise<Array<[
string,
number
]>>;
差异内容:deleteBackup(files: Array<string>): Promise<Array<[
string,
number
]>>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:startTransaction(callback: AsyncCallback<void>): void;
差异内容:startTransaction(callback: AsyncCallback<void>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:startTransaction(): Promise<void>;
差异内容:startTransaction(): Promise<void>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:commit(callback: AsyncCallback<void>): void;
差异内容:commit(callback: AsyncCallback<void>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:commit(): Promise<void>;
差异内容:commit(): Promise<void>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:rollback(callback: AsyncCallback<void>): void;
差异内容:rollback(callback: AsyncCallback<void>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:rollback(): Promise<void>;
差异内容:rollback(): Promise<void>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:enableSync(enabled: boolean, callback: AsyncCallback<void>): void;
差异内容:enableSync(enabled: boolean, callback: AsyncCallback<void>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:enableSync(enabled: boolean): Promise<void>;
差异内容:enableSync(enabled: boolean): Promise<void>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:setSyncRange(localLabels: string[], remoteSupportLabels: string[], callback: AsyncCallback<void>): void;
差异内容:setSyncRange(localLabels: string[], remoteSupportLabels: string[], callback: AsyncCallback<void>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:setSyncRange(localLabels: string[], remoteSupportLabels: string[]): Promise<void>;
差异内容:setSyncRange(localLabels: string[], remoteSupportLabels: string[]): Promise<void>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:setSyncParam(defaultAllowedDelayMs: number, callback: AsyncCallback<void>): void;
差异内容:setSyncParam(defaultAllowedDelayMs: number, callback: AsyncCallback<void>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:setSyncParam(defaultAllowedDelayMs: number): Promise<void>;
差异内容:setSyncParam(defaultAllowedDelayMs: number): Promise<void>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:sync(deviceIds: string[], mode: SyncMode, delayMs?: number): void;
差异内容:sync(deviceIds: string[], mode: SyncMode, delayMs?: number): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:sync(deviceIds: string[], query: Query, mode: SyncMode, delayMs?: number): void;
差异内容:sync(deviceIds: string[], query: Query, mode: SyncMode, delayMs?: number): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:on(event: 'dataChange', type: SubscribeType, listener: Callback<ChangeNotification>): void;
差异内容:on(event: 'dataChange', type: SubscribeType, listener: Callback<ChangeNotification>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:on(event: 'syncComplete', syncCallback: Callback<Array<[
string,
number
]>>): void;
差异内容:on(event: 'syncComplete', syncCallback: Callback<Array<[
string,
number
]>>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:off(event: 'dataChange', listener?: Callback<ChangeNotification>): void;
差异内容:off(event: 'dataChange', listener?: Callback<ChangeNotification>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:off(event: 'syncComplete', syncCallback?: Callback<Array<[
string,
number
]>>): void;
差异内容:off(event: 'syncComplete', syncCallback?: Callback<Array<[
string,
number
]>>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:getSecurityLevel(callback: AsyncCallback<SecurityLevel>): void;
差异内容:getSecurityLevel(callback: AsyncCallback<SecurityLevel>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:SingleKVStore;
API声明:getSecurityLevel(): Promise<SecurityLevel>;
差异内容:getSecurityLevel(): Promise<SecurityLevel>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:distributedKVStore;
API声明:interface DeviceKVStore
差异内容:interface DeviceKVStore
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:DeviceKVStore;
API声明:get(key: string, callback: AsyncCallback<boolean |string |number |Uint8Array>): void;
差异内容:get(key: string, callback: AsyncCallback<boolean |string |number |Uint8Array>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:DeviceKVStore;
API声明:get(key: string): Promise<boolean |string |number |Uint8Array>;
差异内容:get(key: string): Promise<boolean |string |number |Uint8Array>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:DeviceKVStore;
API声明:get(deviceId: string, key: string, callback: AsyncCallback<boolean |string |number |Uint8Array>): void;
差异内容:get(deviceId: string, key: string, callback: AsyncCallback<boolean |string |number |Uint8Array>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:DeviceKVStore;
API声明:get(deviceId: string, key: string): Promise<boolean |string |number |Uint8Array>;
差异内容:get(deviceId: string, key: string): Promise<boolean |string |number |Uint8Array>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:DeviceKVStore;
API声明:getEntries(keyPrefix: string, callback: AsyncCallback<Entry[]>): void;
差异内容:getEntries(keyPrefix: string, callback: AsyncCallback<Entry[]>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:DeviceKVStore;
API声明:getEntries(keyPrefix: string): Promise<Entry[]>;
差异内容:getEntries(keyPrefix: string): Promise<Entry[]>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:DeviceKVStore;
API声明:getEntries(deviceId: string, keyPrefix: string, callback: AsyncCallback<Entry[]>): void;
差异内容:getEntries(deviceId: string, keyPrefix: string, callback: AsyncCallback<Entry[]>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:DeviceKVStore;
API声明:getEntries(deviceId: string, keyPrefix: string): Promise<Entry[]>;
差异内容:getEntries(deviceId: string, keyPrefix: string): Promise<Entry[]>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:DeviceKVStore;
API声明:getEntries(query: Query, callback: AsyncCallback<Entry[]>): void;
差异内容:getEntries(query: Query, callback: AsyncCallback<Entry[]>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:DeviceKVStore;
API声明:getEntries(query: Query): Promise<Entry[]>;
差异内容:getEntries(query: Query): Promise<Entry[]>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:DeviceKVStore;
API声明:getEntries(deviceId: string, query: Query, callback: AsyncCallback<Entry[]>): void;
差异内容:getEntries(deviceId: string, query: Query, callback: AsyncCallback<Entry[]>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:DeviceKVStore;
API声明:getEntries(deviceId: string, query: Query): Promise<Entry[]>;
差异内容:getEntries(deviceId: string, query: Query): Promise<Entry[]>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:DeviceKVStore;
API声明:getResultSet(keyPrefix: string, callback: AsyncCallback<KVStoreResultSet>): void;
差异内容:getResultSet(keyPrefix: string, callback: AsyncCallback<KVStoreResultSet>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:DeviceKVStore;
API声明:getResultSet(keyPrefix: string): Promise<KVStoreResultSet>;
差异内容:getResultSet(keyPrefix: string): Promise<KVStoreResultSet>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:DeviceKVStore;
API声明:getResultSet(deviceId: string, keyPrefix: string, callback: AsyncCallback<KVStoreResultSet>): void;
差异内容:getResultSet(deviceId: string, keyPrefix: string, callback: AsyncCallback<KVStoreResultSet>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:DeviceKVStore;
API声明:getResultSet(deviceId: string, keyPrefix: string): Promise<KVStoreResultSet>;
差异内容:getResultSet(deviceId: string, keyPrefix: string): Promise<KVStoreResultSet>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:DeviceKVStore;
API声明:getResultSet(query: Query, callback: AsyncCallback<KVStoreResultSet>): void;
差异内容:getResultSet(query: Query, callback: AsyncCallback<KVStoreResultSet>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:DeviceKVStore;
API声明:getResultSet(query: Query): Promise<KVStoreResultSet>;
差异内容:getResultSet(query: Query): Promise<KVStoreResultSet>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:DeviceKVStore;
API声明:getResultSet(deviceId: string, query: Query, callback: AsyncCallback<KVStoreResultSet>): void;
差异内容:getResultSet(deviceId: string, query: Query, callback: AsyncCallback<KVStoreResultSet>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:DeviceKVStore;
API声明:getResultSet(deviceId: string, query: Query): Promise<KVStoreResultSet>;
差异内容:getResultSet(deviceId: string, query: Query): Promise<KVStoreResultSet>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:DeviceKVStore;
API声明:getResultSize(query: Query, callback: AsyncCallback<number>): void;
差异内容:getResultSize(query: Query, callback: AsyncCallback<number>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:DeviceKVStore;
API声明:getResultSize(query: Query): Promise<number>;
差异内容:getResultSize(query: Query): Promise<number>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:DeviceKVStore;
API声明:getResultSize(deviceId: string, query: Query, callback: AsyncCallback<number>): void;
差异内容:getResultSize(deviceId: string, query: Query, callback: AsyncCallback<number>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:DeviceKVStore;
API声明:getResultSize(deviceId: string, query: Query): Promise<number>;
差异内容:getResultSize(deviceId: string, query: Query): Promise<number>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:distributedKVStore;
API声明:function createKVManager(config: KVManagerConfig): KVManager;
差异内容:function createKVManager(config: KVManagerConfig): KVManager;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:distributedKVStore;
API声明:interface KVManager
差异内容:interface KVManager
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:KVManager;
API声明:getKVStore<T>(storeId: string, options: Options, callback: AsyncCallback<T>): void;
差异内容:getKVStore<T>(storeId: string, options: Options, callback: AsyncCallback<T>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:KVManager;
API声明:getKVStore<T>(storeId: string, options: Options): Promise<T>;
差异内容:getKVStore<T>(storeId: string, options: Options): Promise<T>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:KVManager;
API声明:closeKVStore(appId: string, storeId: string, callback: AsyncCallback<void>): void;
差异内容:closeKVStore(appId: string, storeId: string, callback: AsyncCallback<void>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:KVManager;
API声明:closeKVStore(appId: string, storeId: string): Promise<void>;
差异内容:closeKVStore(appId: string, storeId: string): Promise<void>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:KVManager;
API声明:deleteKVStore(appId: string, storeId: string, callback: AsyncCallback<void>): void;
差异内容:deleteKVStore(appId: string, storeId: string, callback: AsyncCallback<void>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:KVManager;
API声明:deleteKVStore(appId: string, storeId: string): Promise<void>;
差异内容:deleteKVStore(appId: string, storeId: string): Promise<void>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:KVManager;
API声明:getAllKVStoreId(appId: string, callback: AsyncCallback<string[]>): void;
差异内容:getAllKVStoreId(appId: string, callback: AsyncCallback<string[]>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:KVManager;
API声明:getAllKVStoreId(appId: string): Promise<string[]>;
差异内容:getAllKVStoreId(appId: string): Promise<string[]>;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:KVManager;
API声明:on(event: 'distributedDataServiceDie', deathCallback: Callback<void>): void;
差异内容:on(event: 'distributedDataServiceDie', deathCallback: Callback<void>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:KVManager;
API声明:off(event: 'distributedDataServiceDie', deathCallback?: Callback<void>): void;
差异内容:off(event: 'distributedDataServiceDie', deathCallback?: Callback<void>): void;
api/@ohos.data.distributedKVStore.d.ts
新增APINA类名:global;
API声明:declare namespace preferences
差异内容:declare namespace preferences
api/@ohos.data.preferences.d.ts
新增APINA类名:preferences;
API声明:type ValueType = number |string |boolean |Array<number> |Array<string> |Array<boolean> |Uint8Array;
差异内容:type ValueType = number |string |boolean |Array<number> |Array<string> |Array<boolean> |Uint8Array;
api/@ohos.data.preferences.d.ts
新增APINA类名:preferences;
API声明:const MAX_KEY_LENGTH: 80;
差异内容:const MAX_KEY_LENGTH: 80;
api/@ohos.data.preferences.d.ts
新增APINA类名:preferences;
API声明:const MAX_VALUE_LENGTH: 8192;
差异内容:const MAX_VALUE_LENGTH: 8192;
api/@ohos.data.preferences.d.ts
新增APINA类名:preferences;
API声明:interface Options
差异内容:interface Options
api/@ohos.data.preferences.d.ts
新增APINA类名:Options;
API声明:name: string;
差异内容:name: string;
api/@ohos.data.preferences.d.ts
新增APINA类名:Options;
API声明:dataGroupId?: string |null |undefined;
差异内容:dataGroupId?: string |null |undefined;
api/@ohos.data.preferences.d.ts
新增APINA类名:preferences;
API声明:function getPreferences(context: Context, name: string, callback: AsyncCallback<Preferences>): void;
差异内容:function getPreferences(context: Context, name: string, callback: AsyncCallback<Preferences>): void;
api/@ohos.data.preferences.d.ts
新增APINA类名:preferences;
API声明:function getPreferences(context: Context, options: Options, callback: AsyncCallback<Preferences>): void;
差异内容:function getPreferences(context: Context, options: Options, callback: AsyncCallback<Preferences>): void;
api/@ohos.data.preferences.d.ts
新增APINA类名:preferences;
API声明:function getPreferences(context: Context, name: string): Promise<Preferences>;
差异内容:function getPreferences(context: Context, name: string): Promise<Preferences>;
api/@ohos.data.preferences.d.ts
新增APINA类名:preferences;
API声明:function getPreferences(context: Context, options: Options): Promise<Preferences>;
差异内容:function getPreferences(context: Context, options: Options): Promise<Preferences>;
api/@ohos.data.preferences.d.ts
新增APINA类名:preferences;
API声明:function getPreferencesSync(context: Context, options: Options): Preferences;
差异内容:function getPreferencesSync(context: Context, options: Options): Preferences;
api/@ohos.data.preferences.d.ts
新增APINA类名:preferences;
API声明:function deletePreferences(context: Context, name: string, callback: AsyncCallback<void>): void;
差异内容:function deletePreferences(context: Context, name: string, callback: AsyncCallback<void>): void;
api/@ohos.data.preferences.d.ts
新增APINA类名:preferences;
API声明:function deletePreferences(context: Context, options: Options, callback: AsyncCallback<void>): void;
差异内容:function deletePreferences(context: Context, options: Options, callback: AsyncCallback<void>): void;
api/@ohos.data.preferences.d.ts
新增APINA类名:preferences;
API声明:function deletePreferences(context: Context, name: string): Promise<void>;
差异内容:function deletePreferences(context: Context, name: string): Promise<void>;
api/@ohos.data.preferences.d.ts
新增APINA类名:preferences;
API声明:function deletePreferences(context: Context, options: Options): Promise<void>;
差异内容:function deletePreferences(context: Context, options: Options): Promise<void>;
api/@ohos.data.preferences.d.ts
新增APINA类名:preferences;
API声明:function removePreferencesFromCache(context: Context, name: string, callback: AsyncCallback<void>): void;
差异内容:function removePreferencesFromCache(context: Context, name: string, callback: AsyncCallback<void>): void;
api/@ohos.data.preferences.d.ts
新增APINA类名:preferences;
API声明:function removePreferencesFromCache(context: Context, options: Options, callback: AsyncCallback<void>): void;
差异内容:function removePreferencesFromCache(context: Context, options: Options, callback: AsyncCallback<void>): void;
api/@ohos.data.preferences.d.ts
新增APINA类名:preferences;
API声明:function removePreferencesFromCache(context: Context, name: string): Promise<void>;
差异内容:function removePreferencesFromCache(context: Context, name: string): Promise<void>;
api/@ohos.data.preferences.d.ts
新增APINA类名:preferences;
API声明:function removePreferencesFromCache(context: Context, options: Options): Promise<void>;
差异内容:function removePreferencesFromCache(context: Context, options: Options): Promise<void>;
api/@ohos.data.preferences.d.ts
新增APINA类名:preferences;
API声明:function removePreferencesFromCacheSync(context: Context, name: string): void;
差异内容:function removePreferencesFromCacheSync(context: Context, name: string): void;
api/@ohos.data.preferences.d.ts
新增APINA类名:preferences;
API声明:function removePreferencesFromCacheSync(context: Context, options: Options): void;
差异内容:function removePreferencesFromCacheSync(context: Context, options: Options): void;
api/@ohos.data.preferences.d.ts
新增APINA类名:preferences;
API声明:interface Preferences
差异内容:interface Preferences
api/@ohos.data.preferences.d.ts
新增APINA类名:Preferences;
API声明:get(key: string, defValue: ValueType, callback: AsyncCallback<ValueType>): void;
差异内容:get(key: string, defValue: ValueType, callback: AsyncCallback<ValueType>): void;
api/@ohos.data.preferences.d.ts
新增APINA类名:Preferences;
API声明:get(key: string, defValue: ValueType): Promise<ValueType>;
差异内容:get(key: string, defValue: ValueType): Promise<ValueType>;
api/@ohos.data.preferences.d.ts
新增APINA类名:Preferences;
API声明:getSync(key: string, defValue: ValueType): ValueType;
差异内容:getSync(key: string, defValue: ValueType): ValueType;
api/@ohos.data.preferences.d.ts
新增APINA类名:Preferences;
API声明:getAll(callback: AsyncCallback<Object>): void;
差异内容:getAll(callback: AsyncCallback<Object>): void;
api/@ohos.data.preferences.d.ts
新增APINA类名:Preferences;
API声明:getAll(): Promise<Object>;
差异内容:getAll(): Promise<Object>;
api/@ohos.data.preferences.d.ts
新增APINA类名:Preferences;
API声明:getAllSync(): Object;
差异内容:getAllSync(): Object;
api/@ohos.data.preferences.d.ts
新增APINA类名:Preferences;
API声明:has(key: string, callback: AsyncCallback<boolean>): void;
差异内容:has(key: string, callback: AsyncCallback<boolean>): void;
api/@ohos.data.preferences.d.ts
新增APINA类名:Preferences;
API声明:has(key: string): Promise<boolean>;
差异内容:has(key: string): Promise<boolean>;
api/@ohos.data.preferences.d.ts
新增APINA类名:Preferences;
API声明:hasSync(key: string): boolean;
差异内容:hasSync(key: string): boolean;
api/@ohos.data.preferences.d.ts
新增APINA类名:Preferences;
API声明:put(key: string, value: ValueType, callback: AsyncCallback<void>): void;
差异内容:put(key: string, value: ValueType, callback: AsyncCallback<void>): void;
api/@ohos.data.preferences.d.ts
新增APINA类名:Preferences;
API声明:put(key: string, value: ValueType): Promise<void>;
差异内容:put(key: string, value: ValueType): Promise<void>;
api/@ohos.data.preferences.d.ts
新增APINA类名:Preferences;
API声明:putSync(key: string, value: ValueType): void;
差异内容:putSync(key: string, value: ValueType): void;
api/@ohos.data.preferences.d.ts
新增APINA类名:Preferences;
API声明:delete(key: string, callback: AsyncCallback<void>): void;
差异内容:delete(key: string, callback: AsyncCallback<void>): void;
api/@ohos.data.preferences.d.ts
新增APINA类名:Preferences;
API声明:delete(key: string): Promise<void>;
差异内容:delete(key: string): Promise<void>;
api/@ohos.data.preferences.d.ts
新增APINA类名:Preferences;
API声明:deleteSync(key: string): void;
差异内容:deleteSync(key: string): void;
api/@ohos.data.preferences.d.ts
新增APINA类名:Preferences;
API声明:clear(callback: AsyncCallback<void>): void;
差异内容:clear(callback: AsyncCallback<void>): void;
api/@ohos.data.preferences.d.ts
新增APINA类名:Preferences;
API声明:clear(): Promise<void>;
差异内容:clear(): Promise<void>;
api/@ohos.data.preferences.d.ts
新增APINA类名:Preferences;
API声明:clearSync(): void;
差异内容:clearSync(): void;
api/@ohos.data.preferences.d.ts
新增APINA类名:Preferences;
API声明:flush(callback: AsyncCallback<void>): void;
差异内容:flush(callback: AsyncCallback<void>): void;
api/@ohos.data.preferences.d.ts
新增APINA类名:Preferences;
API声明:flush(): Promise<void>;
差异内容:flush(): Promise<void>;
api/@ohos.data.preferences.d.ts
新增APINA类名:Preferences;
API声明:on(type: 'change', callback: Callback<string>): void;
差异内容:on(type: 'change', callback: Callback<string>): void;
api/@ohos.data.preferences.d.ts
新增APINA类名:Preferences;
API声明:on(type: 'multiProcessChange', callback: Callback<string>): void;
差异内容:on(type: 'multiProcessChange', callback: Callback<string>): void;
api/@ohos.data.preferences.d.ts
新增APINA类名:Preferences;
API声明:off(type: 'change', callback?: Callback<string>): void;
差异内容:off(type: 'change', callback?: Callback<string>): void;
api/@ohos.data.preferences.d.ts
新增APINA类名:Preferences;
API声明:off(type: 'multiProcessChange', callback?: Callback<string>): void;
差异内容:off(type: 'multiProcessChange', callback?: Callback<string>): void;
api/@ohos.data.preferences.d.ts
新增APINA类名:global;
API声明:declare namespace rdb
差异内容:declare namespace rdb
api/@ohos.data.rdb.d.ts
新增APINA类名:rdb;
API声明:function getRdbStore(context: Context, config: StoreConfig, version: number, callback: AsyncCallback<RdbStore>): void;
差异内容:function getRdbStore(context: Context, config: StoreConfig, version: number, callback: AsyncCallback<RdbStore>): void;
api/@ohos.data.rdb.d.ts
新增APINA类名:rdb;
API声明:function getRdbStore(context: Context, config: StoreConfig, version: number): Promise<RdbStore>;
差异内容:function getRdbStore(context: Context, config: StoreConfig, version: number): Promise<RdbStore>;
api/@ohos.data.rdb.d.ts
新增APINA类名:rdb;
API声明:function deleteRdbStore(context: Context, name: string, callback: AsyncCallback<void>): void;
差异内容:function deleteRdbStore(context: Context, name: string, callback: AsyncCallback<void>): void;
api/@ohos.data.rdb.d.ts
新增APINA类名:rdb;
API声明:function deleteRdbStore(context: Context, name: string): Promise<void>;
差异内容:function deleteRdbStore(context: Context, name: string): Promise<void>;
api/@ohos.data.rdb.d.ts
新增APINA类名:rdb;
API声明:enum SyncMode
差异内容:enum SyncMode
api/@ohos.data.rdb.d.ts
新增APINA类名:SyncMode;
API声明:SYNC_MODE_PUSH = 0
差异内容:SYNC_MODE_PUSH = 0
api/@ohos.data.rdb.d.ts
新增APINA类名:SyncMode;
API声明:SYNC_MODE_PULL = 1
差异内容:SYNC_MODE_PULL = 1
api/@ohos.data.rdb.d.ts
新增APINA类名:rdb;
API声明:enum SubscribeType
差异内容:enum SubscribeType
api/@ohos.data.rdb.d.ts
新增APINA类名:SubscribeType;
API声明:SUBSCRIBE_TYPE_REMOTE = 0
差异内容:SUBSCRIBE_TYPE_REMOTE = 0
api/@ohos.data.rdb.d.ts
新增APINA类名:rdb;
API声明:interface RdbStore
差异内容:interface RdbStore
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbStore;
API声明:insert(table: string, values: ValuesBucket, callback: AsyncCallback<number>): void;
差异内容:insert(table: string, values: ValuesBucket, callback: AsyncCallback<number>): void;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbStore;
API声明:insert(table: string, values: ValuesBucket): Promise<number>;
差异内容:insert(table: string, values: ValuesBucket): Promise<number>;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbStore;
API声明:batchInsert(table: string, values: Array<ValuesBucket>, callback: AsyncCallback<number>): void;
差异内容:batchInsert(table: string, values: Array<ValuesBucket>, callback: AsyncCallback<number>): void;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbStore;
API声明:batchInsert(table: string, values: Array<ValuesBucket>): Promise<number>;
差异内容:batchInsert(table: string, values: Array<ValuesBucket>): Promise<number>;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbStore;
API声明:update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback<number>): void;
差异内容:update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback<number>): void;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbStore;
API声明:update(values: ValuesBucket, predicates: RdbPredicates): Promise<number>;
差异内容:update(values: ValuesBucket, predicates: RdbPredicates): Promise<number>;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbStore;
API声明:delete(predicates: RdbPredicates, callback: AsyncCallback<number>): void;
差异内容:delete(predicates: RdbPredicates, callback: AsyncCallback<number>): void;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbStore;
API声明:delete(predicates: RdbPredicates): Promise<number>;
差异内容:delete(predicates: RdbPredicates): Promise<number>;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbStore;
API声明:query(predicates: RdbPredicates, columns: Array<string>, callback: AsyncCallback<ResultSet>): void;
差异内容:query(predicates: RdbPredicates, columns: Array<string>, callback: AsyncCallback<ResultSet>): void;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbStore;
API声明:query(predicates: RdbPredicates, columns?: Array<string>): Promise<ResultSet>;
差异内容:query(predicates: RdbPredicates, columns?: Array<string>): Promise<ResultSet>;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbStore;
API声明:querySql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<ResultSet>): void;
差异内容:querySql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<ResultSet>): void;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbStore;
API声明:querySql(sql: string, bindArgs?: Array<ValueType>): Promise<ResultSet>;
差异内容:querySql(sql: string, bindArgs?: Array<ValueType>): Promise<ResultSet>;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbStore;
API声明:executeSql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<void>): void;
差异内容:executeSql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<void>): void;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbStore;
API声明:executeSql(sql: string, bindArgs?: Array<ValueType>): Promise<void>;
差异内容:executeSql(sql: string, bindArgs?: Array<ValueType>): Promise<void>;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbStore;
API声明:beginTransaction(): void;
差异内容:beginTransaction(): void;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbStore;
API声明:commit(): void;
差异内容:commit(): void;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbStore;
API声明:rollBack(): void;
差异内容:rollBack(): void;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbStore;
API声明:setDistributedTables(tables: Array<string>, callback: AsyncCallback<void>): void;
差异内容:setDistributedTables(tables: Array<string>, callback: AsyncCallback<void>): void;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbStore;
API声明:setDistributedTables(tables: Array<string>): Promise<void>;
差异内容:setDistributedTables(tables: Array<string>): Promise<void>;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbStore;
API声明:obtainDistributedTableName(device: string, table: string, callback: AsyncCallback<string>): void;
差异内容:obtainDistributedTableName(device: string, table: string, callback: AsyncCallback<string>): void;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbStore;
API声明:obtainDistributedTableName(device: string, table: string): Promise<string>;
差异内容:obtainDistributedTableName(device: string, table: string): Promise<string>;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbStore;
API声明:sync(mode: SyncMode, predicates: RdbPredicates, callback: AsyncCallback<Array<[
string,
number
]>>): void;
差异内容:sync(mode: SyncMode, predicates: RdbPredicates, callback: AsyncCallback<Array<[
string,
number
]>>): void;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbStore;
API声明:sync(mode: SyncMode, predicates: RdbPredicates): Promise<Array<[
string,
number
]>>;
差异内容:sync(mode: SyncMode, predicates: RdbPredicates): Promise<Array<[
string,
number
]>>;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbStore;
API声明:on(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void;
差异内容:on(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbStore;
API声明:off(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void;
差异内容:off(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void;
api/@ohos.data.rdb.d.ts
新增APINA类名:rdb;
API声明:type ValueType = number |string |boolean;
差异内容:type ValueType = number |string |boolean;
api/@ohos.data.rdb.d.ts
新增APINA类名:rdb;
API声明:type ValuesBucket = {
[key: string]: ValueType |Uint8Array |null;
};
差异内容:type ValuesBucket = {
[key: string]: ValueType |Uint8Array |null;
};
api/@ohos.data.rdb.d.ts
新增APINA类名:rdb;
API声明:interface StoreConfig
差异内容:interface StoreConfig
api/@ohos.data.rdb.d.ts
新增APINA类名:StoreConfig;
API声明:name: string;
差异内容:name: string;
api/@ohos.data.rdb.d.ts
新增APINA类名:rdb;
API声明:class RdbPredicates
差异内容:class RdbPredicates
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbPredicates;
API声明:inDevices(devices: Array<string>): RdbPredicates;
差异内容:inDevices(devices: Array<string>): RdbPredicates;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbPredicates;
API声明:inAllDevices(): RdbPredicates;
差异内容:inAllDevices(): RdbPredicates;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbPredicates;
API声明:equalTo(field: string, value: ValueType): RdbPredicates;
差异内容:equalTo(field: string, value: ValueType): RdbPredicates;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbPredicates;
API声明:notEqualTo(field: string, value: ValueType): RdbPredicates;
差异内容:notEqualTo(field: string, value: ValueType): RdbPredicates;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbPredicates;
API声明:beginWrap(): RdbPredicates;
差异内容:beginWrap(): RdbPredicates;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbPredicates;
API声明:endWrap(): RdbPredicates;
差异内容:endWrap(): RdbPredicates;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbPredicates;
API声明:or(): RdbPredicates;
差异内容:or(): RdbPredicates;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbPredicates;
API声明:and(): RdbPredicates;
差异内容:and(): RdbPredicates;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbPredicates;
API声明:contains(field: string, value: string): RdbPredicates;
差异内容:contains(field: string, value: string): RdbPredicates;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbPredicates;
API声明:beginsWith(field: string, value: string): RdbPredicates;
差异内容:beginsWith(field: string, value: string): RdbPredicates;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbPredicates;
API声明:endsWith(field: string, value: string): RdbPredicates;
差异内容:endsWith(field: string, value: string): RdbPredicates;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbPredicates;
API声明:isNull(field: string): RdbPredicates;
差异内容:isNull(field: string): RdbPredicates;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbPredicates;
API声明:isNotNull(field: string): RdbPredicates;
差异内容:isNotNull(field: string): RdbPredicates;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbPredicates;
API声明:like(field: string, value: string): RdbPredicates;
差异内容:like(field: string, value: string): RdbPredicates;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbPredicates;
API声明:glob(field: string, value: string): RdbPredicates;
差异内容:glob(field: string, value: string): RdbPredicates;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbPredicates;
API声明:between(field: string, low: ValueType, high: ValueType): RdbPredicates;
差异内容:between(field: string, low: ValueType, high: ValueType): RdbPredicates;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbPredicates;
API声明:notBetween(field: string, low: ValueType, high: ValueType): RdbPredicates;
差异内容:notBetween(field: string, low: ValueType, high: ValueType): RdbPredicates;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbPredicates;
API声明:greaterThan(field: string, value: ValueType): RdbPredicates;
差异内容:greaterThan(field: string, value: ValueType): RdbPredicates;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbPredicates;
API声明:lessThan(field: string, value: ValueType): RdbPredicates;
差异内容:lessThan(field: string, value: ValueType): RdbPredicates;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbPredicates;
API声明:greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicates;
差异内容:greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicates;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbPredicates;
API声明:lessThanOrEqualTo(field: string, value: ValueType): RdbPredicates;
差异内容:lessThanOrEqualTo(field: string, value: ValueType): RdbPredicates;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbPredicates;
API声明:orderByAsc(field: string): RdbPredicates;
差异内容:orderByAsc(field: string): RdbPredicates;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbPredicates;
API声明:orderByDesc(field: string): RdbPredicates;
差异内容:orderByDesc(field: string): RdbPredicates;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbPredicates;
API声明:distinct(): RdbPredicates;
差异内容:distinct(): RdbPredicates;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbPredicates;
API声明:limitAs(value: number): RdbPredicates;
差异内容:limitAs(value: number): RdbPredicates;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbPredicates;
API声明:offsetAs(rowOffset: number): RdbPredicates;
差异内容:offsetAs(rowOffset: number): RdbPredicates;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbPredicates;
API声明:groupBy(fields: Array<string>): RdbPredicates;
差异内容:groupBy(fields: Array<string>): RdbPredicates;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbPredicates;
API声明:indexedBy(field: string): RdbPredicates;
差异内容:indexedBy(field: string): RdbPredicates;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbPredicates;
API声明:in(field: string, value: Array<ValueType>): RdbPredicates;
差异内容:in(field: string, value: Array<ValueType>): RdbPredicates;
api/@ohos.data.rdb.d.ts
新增APINA类名:RdbPredicates;
API声明:notIn(field: string, value: Array<ValueType>): RdbPredicates;
差异内容:notIn(field: string, value: Array<ValueType>): RdbPredicates;
api/@ohos.data.rdb.d.ts
新增APINA类名:rdb;
API声明:export type ResultSet = _ResultSet;
差异内容:export type ResultSet = _ResultSet;
api/@ohos.data.rdb.d.ts
新增APINA类名:global;
API声明:declare namespace relationalStore
差异内容:declare namespace relationalStore
api/@ohos.data.relationalStore.d.ts
新增APINA类名:relationalStore;
API声明:enum AssetStatus
差异内容:enum AssetStatus
api/@ohos.data.relationalStore.d.ts
新增APINA类名:AssetStatus;
API声明:ASSET_NORMAL
差异内容:ASSET_NORMAL
api/@ohos.data.relationalStore.d.ts
新增APINA类名:AssetStatus;
API声明:ASSET_INSERT
差异内容:ASSET_INSERT
api/@ohos.data.relationalStore.d.ts
新增APINA类名:AssetStatus;
API声明:ASSET_UPDATE
差异内容:ASSET_UPDATE
api/@ohos.data.relationalStore.d.ts
新增APINA类名:AssetStatus;
API声明:ASSET_DELETE
差异内容:ASSET_DELETE
api/@ohos.data.relationalStore.d.ts
新增APINA类名:AssetStatus;
API声明:ASSET_ABNORMAL
差异内容:ASSET_ABNORMAL
api/@ohos.data.relationalStore.d.ts
新增APINA类名:AssetStatus;
API声明:ASSET_DOWNLOADING
差异内容:ASSET_DOWNLOADING
api/@ohos.data.relationalStore.d.ts
新增APINA类名:relationalStore;
API声明:interface Asset
差异内容:interface Asset
api/@ohos.data.relationalStore.d.ts
新增APINA类名:Asset;
API声明:name: string;
差异内容:name: string;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:Asset;
API声明:uri: string;
差异内容:uri: string;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:Asset;
API声明:path: string;
差异内容:path: string;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:Asset;
API声明:createTime: string;
差异内容:createTime: string;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:Asset;
API声明:modifyTime: string;
差异内容:modifyTime: string;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:Asset;
API声明:size: string;
差异内容:size: string;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:Asset;
API声明:status?: AssetStatus;
差异内容:status?: AssetStatus;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:relationalStore;
API声明:type Assets = Asset[];
差异内容:type Assets = Asset[];
api/@ohos.data.relationalStore.d.ts
新增APINA类名:relationalStore;
API声明:type ValueType = null |number |string |boolean |Uint8Array |Asset |Assets;
差异内容:type ValueType = null |number |string |boolean |Uint8Array |Asset |Assets;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:relationalStore;
API声明:type ValuesBucket = Record<string, ValueType>;
差异内容:type ValuesBucket = Record<string, ValueType>;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:relationalStore;
API声明:type PRIKeyType = number |string;
差异内容:type PRIKeyType = number |string;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:relationalStore;
API声明:type UTCTime = Date;
差异内容:type UTCTime = Date;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:relationalStore;
API声明:type ModifyTime = Map<PRIKeyType, UTCTime>;
差异内容:type ModifyTime = Map<PRIKeyType, UTCTime>;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:relationalStore;
API声明:interface StoreConfig
差异内容:interface StoreConfig
api/@ohos.data.relationalStore.d.ts
新增APINA类名:StoreConfig;
API声明:name: string;
差异内容:name: string;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:StoreConfig;
API声明:securityLevel: SecurityLevel;
差异内容:securityLevel: SecurityLevel;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:StoreConfig;
API声明:encrypt?: boolean;
差异内容:encrypt?: boolean;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:StoreConfig;
API声明:dataGroupId?: string;
差异内容:dataGroupId?: string;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:StoreConfig;
API声明:customDir?: string;
差异内容:customDir?: string;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:StoreConfig;
API声明:autoCleanDirtyData?: boolean;
差异内容:autoCleanDirtyData?: boolean;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:relationalStore;
API声明:enum Progress
差异内容:enum Progress
api/@ohos.data.relationalStore.d.ts
新增APINA类名:Progress;
API声明:SYNC_BEGIN
差异内容:SYNC_BEGIN
api/@ohos.data.relationalStore.d.ts
新增APINA类名:Progress;
API声明:SYNC_IN_PROGRESS
差异内容:SYNC_IN_PROGRESS
api/@ohos.data.relationalStore.d.ts
新增APINA类名:Progress;
API声明:SYNC_FINISH
差异内容:SYNC_FINISH
api/@ohos.data.relationalStore.d.ts
新增APINA类名:relationalStore;
API声明:interface Statistic
差异内容:interface Statistic
api/@ohos.data.relationalStore.d.ts
新增APINA类名:Statistic;
API声明:total: number;
差异内容:total: number;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:Statistic;
API声明:successful: number;
差异内容:successful: number;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:Statistic;
API声明:failed: number;
差异内容:failed: number;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:Statistic;
API声明:remained: number;
差异内容:remained: number;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:relationalStore;
API声明:interface TableDetails
差异内容:interface TableDetails
api/@ohos.data.relationalStore.d.ts
新增APINA类名:TableDetails;
API声明:upload: Statistic;
差异内容:upload: Statistic;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:TableDetails;
API声明:download: Statistic;
差异内容:download: Statistic;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:relationalStore;
API声明:enum ProgressCode
差异内容:enum ProgressCode
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ProgressCode;
API声明:SUCCESS
差异内容:SUCCESS
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ProgressCode;
API声明:UNKNOWN_ERROR
差异内容:UNKNOWN_ERROR
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ProgressCode;
API声明:NETWORK_ERROR
差异内容:NETWORK_ERROR
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ProgressCode;
API声明:CLOUD_DISABLED
差异内容:CLOUD_DISABLED
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ProgressCode;
API声明:LOCKED_BY_OTHERS
差异内容:LOCKED_BY_OTHERS
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ProgressCode;
API声明:RECORD_LIMIT_EXCEEDED
差异内容:RECORD_LIMIT_EXCEEDED
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ProgressCode;
API声明:NO_SPACE_FOR_ASSET
差异内容:NO_SPACE_FOR_ASSET
api/@ohos.data.relationalStore.d.ts
新增APINA类名:relationalStore;
API声明:interface ProgressDetails
差异内容:interface ProgressDetails
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ProgressDetails;
API声明:schedule: Progress;
差异内容:schedule: Progress;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ProgressDetails;
API声明:code: ProgressCode;
差异内容:code: ProgressCode;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ProgressDetails;
API声明:details: Record<string, TableDetails>;
差异内容:details: Record<string, TableDetails>;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:relationalStore;
API声明:enum SecurityLevel
差异内容:enum SecurityLevel
api/@ohos.data.relationalStore.d.ts
新增APINA类名:SecurityLevel;
API声明:S1 = 1
差异内容:S1 = 1
api/@ohos.data.relationalStore.d.ts
新增APINA类名:SecurityLevel;
API声明:S2 = 2
差异内容:S2 = 2
api/@ohos.data.relationalStore.d.ts
新增APINA类名:SecurityLevel;
API声明:S3 = 3
差异内容:S3 = 3
api/@ohos.data.relationalStore.d.ts
新增APINA类名:SecurityLevel;
API声明:S4 = 4
差异内容:S4 = 4
api/@ohos.data.relationalStore.d.ts
新增APINA类名:relationalStore;
API声明:enum SyncMode
差异内容:enum SyncMode
api/@ohos.data.relationalStore.d.ts
新增APINA类名:SyncMode;
API声明:SYNC_MODE_PUSH = 0
差异内容:SYNC_MODE_PUSH = 0
api/@ohos.data.relationalStore.d.ts
新增APINA类名:SyncMode;
API声明:SYNC_MODE_PULL = 1
差异内容:SYNC_MODE_PULL = 1
api/@ohos.data.relationalStore.d.ts
新增APINA类名:SyncMode;
API声明:SYNC_MODE_TIME_FIRST
差异内容:SYNC_MODE_TIME_FIRST
api/@ohos.data.relationalStore.d.ts
新增APINA类名:SyncMode;
API声明:SYNC_MODE_NATIVE_FIRST
差异内容:SYNC_MODE_NATIVE_FIRST
api/@ohos.data.relationalStore.d.ts
新增APINA类名:SyncMode;
API声明:SYNC_MODE_CLOUD_FIRST
差异内容:SYNC_MODE_CLOUD_FIRST
api/@ohos.data.relationalStore.d.ts
新增APINA类名:relationalStore;
API声明:enum SubscribeType
差异内容:enum SubscribeType
api/@ohos.data.relationalStore.d.ts
新增APINA类名:SubscribeType;
API声明:SUBSCRIBE_TYPE_REMOTE = 0
差异内容:SUBSCRIBE_TYPE_REMOTE = 0
api/@ohos.data.relationalStore.d.ts
新增APINA类名:SubscribeType;
API声明:SUBSCRIBE_TYPE_CLOUD
差异内容:SUBSCRIBE_TYPE_CLOUD
api/@ohos.data.relationalStore.d.ts
新增APINA类名:SubscribeType;
API声明:SUBSCRIBE_TYPE_CLOUD_DETAILS
差异内容:SUBSCRIBE_TYPE_CLOUD_DETAILS
api/@ohos.data.relationalStore.d.ts
新增APINA类名:relationalStore;
API声明:enum ChangeType
差异内容:enum ChangeType
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ChangeType;
API声明:DATA_CHANGE
差异内容:DATA_CHANGE
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ChangeType;
API声明:ASSET_CHANGE
差异内容:ASSET_CHANGE
api/@ohos.data.relationalStore.d.ts
新增APINA类名:relationalStore;
API声明:interface ChangeInfo
差异内容:interface ChangeInfo
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ChangeInfo;
API声明:table: string;
差异内容:table: string;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ChangeInfo;
API声明:type: ChangeType;
差异内容:type: ChangeType;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ChangeInfo;
API声明:inserted: Array<string> |Array<number>;
差异内容:inserted: Array<string> |Array<number>;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ChangeInfo;
API声明:updated: Array<string> |Array<number>;
差异内容:updated: Array<string> |Array<number>;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ChangeInfo;
API声明:deleted: Array<string> |Array<number>;
差异内容:deleted: Array<string> |Array<number>;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:relationalStore;
API声明:enum DistributedType
差异内容:enum DistributedType
api/@ohos.data.relationalStore.d.ts
新增APINA类名:DistributedType;
API声明:DISTRIBUTED_DEVICE
差异内容:DISTRIBUTED_DEVICE
api/@ohos.data.relationalStore.d.ts
新增APINA类名:DistributedType;
API声明:DISTRIBUTED_CLOUD
差异内容:DISTRIBUTED_CLOUD
api/@ohos.data.relationalStore.d.ts
新增APINA类名:relationalStore;
API声明:interface DistributedConfig
差异内容:interface DistributedConfig
api/@ohos.data.relationalStore.d.ts
新增APINA类名:DistributedConfig;
API声明:autoSync: boolean;
差异内容:autoSync: boolean;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:relationalStore;
API声明:enum ConflictResolution
差异内容:enum ConflictResolution
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ConflictResolution;
API声明:ON_CONFLICT_NONE = 0
差异内容:ON_CONFLICT_NONE = 0
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ConflictResolution;
API声明:ON_CONFLICT_ROLLBACK = 1
差异内容:ON_CONFLICT_ROLLBACK = 1
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ConflictResolution;
API声明:ON_CONFLICT_ABORT = 2
差异内容:ON_CONFLICT_ABORT = 2
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ConflictResolution;
API声明:ON_CONFLICT_FAIL = 3
差异内容:ON_CONFLICT_FAIL = 3
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ConflictResolution;
API声明:ON_CONFLICT_IGNORE = 4
差异内容:ON_CONFLICT_IGNORE = 4
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ConflictResolution;
API声明:ON_CONFLICT_REPLACE = 5
差异内容:ON_CONFLICT_REPLACE = 5
api/@ohos.data.relationalStore.d.ts
新增APINA类名:relationalStore;
API声明:enum Origin
差异内容:enum Origin
api/@ohos.data.relationalStore.d.ts
新增APINA类名:Origin;
API声明:LOCAL
差异内容:LOCAL
api/@ohos.data.relationalStore.d.ts
新增APINA类名:Origin;
API声明:CLOUD
差异内容:CLOUD
api/@ohos.data.relationalStore.d.ts
新增APINA类名:Origin;
API声明:REMOTE
差异内容:REMOTE
api/@ohos.data.relationalStore.d.ts
新增APINA类名:relationalStore;
API声明:enum Field
差异内容:enum Field
api/@ohos.data.relationalStore.d.ts
新增APINA类名:Field;
API声明:CURSOR_FIELD = '#_cursor'
差异内容:CURSOR_FIELD = '#_cursor'
api/@ohos.data.relationalStore.d.ts
新增APINA类名:Field;
API声明:ORIGIN_FIELD = '#_origin'
差异内容:ORIGIN_FIELD = '#_origin'
api/@ohos.data.relationalStore.d.ts
新增APINA类名:Field;
API声明:DELETED_FLAG_FIELD = '#_deleted_flag'
差异内容:DELETED_FLAG_FIELD = '#_deleted_flag'
api/@ohos.data.relationalStore.d.ts
新增APINA类名:Field;
API声明:OWNER_FIELD = '#_cloud_owner'
差异内容:OWNER_FIELD = '#_cloud_owner'
api/@ohos.data.relationalStore.d.ts
新增APINA类名:Field;
API声明:PRIVILEGE_FIELD = '#_cloud_privilege'
差异内容:PRIVILEGE_FIELD = '#_cloud_privilege'
api/@ohos.data.relationalStore.d.ts
新增APINA类名:Field;
API声明:SHARING_RESOURCE_FIELD = '#_sharing_resource_field'
差异内容:SHARING_RESOURCE_FIELD = '#_sharing_resource_field'
api/@ohos.data.relationalStore.d.ts
新增APINA类名:relationalStore;
API声明:class RdbPredicates
差异内容:class RdbPredicates
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbPredicates;
API声明:inDevices(devices: Array<string>): RdbPredicates;
差异内容:inDevices(devices: Array<string>): RdbPredicates;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbPredicates;
API声明:inAllDevices(): RdbPredicates;
差异内容:inAllDevices(): RdbPredicates;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbPredicates;
API声明:equalTo(field: string, value: ValueType): RdbPredicates;
差异内容:equalTo(field: string, value: ValueType): RdbPredicates;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbPredicates;
API声明:notEqualTo(field: string, value: ValueType): RdbPredicates;
差异内容:notEqualTo(field: string, value: ValueType): RdbPredicates;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbPredicates;
API声明:beginWrap(): RdbPredicates;
差异内容:beginWrap(): RdbPredicates;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbPredicates;
API声明:endWrap(): RdbPredicates;
差异内容:endWrap(): RdbPredicates;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbPredicates;
API声明:or(): RdbPredicates;
差异内容:or(): RdbPredicates;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbPredicates;
API声明:and(): RdbPredicates;
差异内容:and(): RdbPredicates;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbPredicates;
API声明:contains(field: string, value: string): RdbPredicates;
差异内容:contains(field: string, value: string): RdbPredicates;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbPredicates;
API声明:beginsWith(field: string, value: string): RdbPredicates;
差异内容:beginsWith(field: string, value: string): RdbPredicates;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbPredicates;
API声明:endsWith(field: string, value: string): RdbPredicates;
差异内容:endsWith(field: string, value: string): RdbPredicates;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbPredicates;
API声明:isNull(field: string): RdbPredicates;
差异内容:isNull(field: string): RdbPredicates;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbPredicates;
API声明:isNotNull(field: string): RdbPredicates;
差异内容:isNotNull(field: string): RdbPredicates;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbPredicates;
API声明:like(field: string, value: string): RdbPredicates;
差异内容:like(field: string, value: string): RdbPredicates;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbPredicates;
API声明:glob(field: string, value: string): RdbPredicates;
差异内容:glob(field: string, value: string): RdbPredicates;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbPredicates;
API声明:between(field: string, low: ValueType, high: ValueType): RdbPredicates;
差异内容:between(field: string, low: ValueType, high: ValueType): RdbPredicates;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbPredicates;
API声明:notBetween(field: string, low: ValueType, high: ValueType): RdbPredicates;
差异内容:notBetween(field: string, low: ValueType, high: ValueType): RdbPredicates;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbPredicates;
API声明:greaterThan(field: string, value: ValueType): RdbPredicates;
差异内容:greaterThan(field: string, value: ValueType): RdbPredicates;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbPredicates;
API声明:lessThan(field: string, value: ValueType): RdbPredicates;
差异内容:lessThan(field: string, value: ValueType): RdbPredicates;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbPredicates;
API声明:greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicates;
差异内容:greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicates;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbPredicates;
API声明:lessThanOrEqualTo(field: string, value: ValueType): RdbPredicates;
差异内容:lessThanOrEqualTo(field: string, value: ValueType): RdbPredicates;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbPredicates;
API声明:orderByAsc(field: string): RdbPredicates;
差异内容:orderByAsc(field: string): RdbPredicates;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbPredicates;
API声明:orderByDesc(field: string): RdbPredicates;
差异内容:orderByDesc(field: string): RdbPredicates;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbPredicates;
API声明:distinct(): RdbPredicates;
差异内容:distinct(): RdbPredicates;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbPredicates;
API声明:limitAs(value: number): RdbPredicates;
差异内容:limitAs(value: number): RdbPredicates;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbPredicates;
API声明:offsetAs(rowOffset: number): RdbPredicates;
差异内容:offsetAs(rowOffset: number): RdbPredicates;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbPredicates;
API声明:groupBy(fields: Array<string>): RdbPredicates;
差异内容:groupBy(fields: Array<string>): RdbPredicates;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbPredicates;
API声明:indexedBy(field: string): RdbPredicates;
差异内容:indexedBy(field: string): RdbPredicates;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbPredicates;
API声明:in(field: string, value: Array<ValueType>): RdbPredicates;
差异内容:in(field: string, value: Array<ValueType>): RdbPredicates;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbPredicates;
API声明:notIn(field: string, value: Array<ValueType>): RdbPredicates;
差异内容:notIn(field: string, value: Array<ValueType>): RdbPredicates;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:relationalStore;
API声明:interface ResultSet
差异内容:interface ResultSet
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ResultSet;
API声明:columnNames: Array<string>;
差异内容:columnNames: Array<string>;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ResultSet;
API声明:columnCount: number;
差异内容:columnCount: number;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ResultSet;
API声明:rowCount: number;
差异内容:rowCount: number;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ResultSet;
API声明:rowIndex: number;
差异内容:rowIndex: number;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ResultSet;
API声明:isAtFirstRow: boolean;
差异内容:isAtFirstRow: boolean;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ResultSet;
API声明:isAtLastRow: boolean;
差异内容:isAtLastRow: boolean;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ResultSet;
API声明:isEnded: boolean;
差异内容:isEnded: boolean;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ResultSet;
API声明:isStarted: boolean;
差异内容:isStarted: boolean;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ResultSet;
API声明:isClosed: boolean;
差异内容:isClosed: boolean;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ResultSet;
API声明:getColumnIndex(columnName: string): number;
差异内容:getColumnIndex(columnName: string): number;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ResultSet;
API声明:getColumnName(columnIndex: number): string;
差异内容:getColumnName(columnIndex: number): string;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ResultSet;
API声明:goTo(offset: number): boolean;
差异内容:goTo(offset: number): boolean;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ResultSet;
API声明:goToRow(position: number): boolean;
差异内容:goToRow(position: number): boolean;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ResultSet;
API声明:goToFirstRow(): boolean;
差异内容:goToFirstRow(): boolean;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ResultSet;
API声明:goToLastRow(): boolean;
差异内容:goToLastRow(): boolean;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ResultSet;
API声明:goToNextRow(): boolean;
差异内容:goToNextRow(): boolean;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ResultSet;
API声明:goToPreviousRow(): boolean;
差异内容:goToPreviousRow(): boolean;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ResultSet;
API声明:getBlob(columnIndex: number): Uint8Array;
差异内容:getBlob(columnIndex: number): Uint8Array;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ResultSet;
API声明:getString(columnIndex: number): string;
差异内容:getString(columnIndex: number): string;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ResultSet;
API声明:getLong(columnIndex: number): number;
差异内容:getLong(columnIndex: number): number;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ResultSet;
API声明:getDouble(columnIndex: number): number;
差异内容:getDouble(columnIndex: number): number;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ResultSet;
API声明:getAsset(columnIndex: number): Asset;
差异内容:getAsset(columnIndex: number): Asset;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ResultSet;
API声明:getAssets(columnIndex: number): Assets;
差异内容:getAssets(columnIndex: number): Assets;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ResultSet;
API声明:getRow(): ValuesBucket;
差异内容:getRow(): ValuesBucket;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ResultSet;
API声明:isColumnNull(columnIndex: number): boolean;
差异内容:isColumnNull(columnIndex: number): boolean;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:ResultSet;
API声明:close(): void;
差异内容:close(): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:relationalStore;
API声明:interface RdbStore
差异内容:interface RdbStore
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:version: number;
差异内容:version: number;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:insert(table: string, values: ValuesBucket, callback: AsyncCallback<number>): void;
差异内容:insert(table: string, values: ValuesBucket, callback: AsyncCallback<number>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:insert(table: string, values: ValuesBucket, conflict: ConflictResolution, callback: AsyncCallback<number>): void;
差异内容:insert(table: string, values: ValuesBucket, conflict: ConflictResolution, callback: AsyncCallback<number>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:insert(table: string, values: ValuesBucket): Promise<number>;
差异内容:insert(table: string, values: ValuesBucket): Promise<number>;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:insert(table: string, values: ValuesBucket, conflict: ConflictResolution): Promise<number>;
差异内容:insert(table: string, values: ValuesBucket, conflict: ConflictResolution): Promise<number>;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:batchInsert(table: string, values: Array<ValuesBucket>, callback: AsyncCallback<number>): void;
差异内容:batchInsert(table: string, values: Array<ValuesBucket>, callback: AsyncCallback<number>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:batchInsert(table: string, values: Array<ValuesBucket>): Promise<number>;
差异内容:batchInsert(table: string, values: Array<ValuesBucket>): Promise<number>;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback<number>): void;
差异内容:update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback<number>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution, callback: AsyncCallback<number>): void;
差异内容:update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution, callback: AsyncCallback<number>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:update(values: ValuesBucket, predicates: RdbPredicates): Promise<number>;
差异内容:update(values: ValuesBucket, predicates: RdbPredicates): Promise<number>;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution): Promise<number>;
差异内容:update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution): Promise<number>;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:delete(predicates: RdbPredicates, callback: AsyncCallback<number>): void;
差异内容:delete(predicates: RdbPredicates, callback: AsyncCallback<number>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:delete(predicates: RdbPredicates): Promise<number>;
差异内容:delete(predicates: RdbPredicates): Promise<number>;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:query(predicates: RdbPredicates, callback: AsyncCallback<ResultSet>): void;
差异内容:query(predicates: RdbPredicates, callback: AsyncCallback<ResultSet>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:query(predicates: RdbPredicates, columns: Array<string>, callback: AsyncCallback<ResultSet>): void;
差异内容:query(predicates: RdbPredicates, columns: Array<string>, callback: AsyncCallback<ResultSet>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:query(predicates: RdbPredicates, columns?: Array<string>): Promise<ResultSet>;
差异内容:query(predicates: RdbPredicates, columns?: Array<string>): Promise<ResultSet>;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:querySql(sql: string, callback: AsyncCallback<ResultSet>): void;
差异内容:querySql(sql: string, callback: AsyncCallback<ResultSet>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:querySql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<ResultSet>): void;
差异内容:querySql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<ResultSet>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:querySql(sql: string, bindArgs?: Array<ValueType>): Promise<ResultSet>;
差异内容:querySql(sql: string, bindArgs?: Array<ValueType>): Promise<ResultSet>;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:getModifyTime(table: string, columnName: string, primaryKeys: PRIKeyType[]): Promise<ModifyTime>;
差异内容:getModifyTime(table: string, columnName: string, primaryKeys: PRIKeyType[]): Promise<ModifyTime>;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:getModifyTime(table: string, columnName: string, primaryKeys: PRIKeyType[], callback: AsyncCallback<ModifyTime>): void;
差异内容:getModifyTime(table: string, columnName: string, primaryKeys: PRIKeyType[], callback: AsyncCallback<ModifyTime>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:cleanDirtyData(table: string, cursor: number, callback: AsyncCallback<void>): void;
差异内容:cleanDirtyData(table: string, cursor: number, callback: AsyncCallback<void>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:cleanDirtyData(table: string, callback: AsyncCallback<void>): void;
差异内容:cleanDirtyData(table: string, callback: AsyncCallback<void>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:cleanDirtyData(table: string, cursor?: number): Promise<void>;
差异内容:cleanDirtyData(table: string, cursor?: number): Promise<void>;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:executeSql(sql: string, callback: AsyncCallback<void>): void;
差异内容:executeSql(sql: string, callback: AsyncCallback<void>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:executeSql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<void>): void;
差异内容:executeSql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<void>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:executeSql(sql: string, bindArgs?: Array<ValueType>): Promise<void>;
差异内容:executeSql(sql: string, bindArgs?: Array<ValueType>): Promise<void>;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:beginTransaction(): void;
差异内容:beginTransaction(): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:commit(): void;
差异内容:commit(): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:rollBack(): void;
差异内容:rollBack(): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:backup(destName: string, callback: AsyncCallback<void>): void;
差异内容:backup(destName: string, callback: AsyncCallback<void>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:backup(destName: string): Promise<void>;
差异内容:backup(destName: string): Promise<void>;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:restore(srcName: string, callback: AsyncCallback<void>): void;
差异内容:restore(srcName: string, callback: AsyncCallback<void>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:restore(srcName: string): Promise<void>;
差异内容:restore(srcName: string): Promise<void>;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:setDistributedTables(tables: Array<string>, callback: AsyncCallback<void>): void;
差异内容:setDistributedTables(tables: Array<string>, callback: AsyncCallback<void>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:setDistributedTables(tables: Array<string>): Promise<void>;
差异内容:setDistributedTables(tables: Array<string>): Promise<void>;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:setDistributedTables(tables: Array<string>, type: DistributedType, callback: AsyncCallback<void>): void;
差异内容:setDistributedTables(tables: Array<string>, type: DistributedType, callback: AsyncCallback<void>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:setDistributedTables(tables: Array<string>, type: DistributedType, config: DistributedConfig, callback: AsyncCallback<void>): void;
差异内容:setDistributedTables(tables: Array<string>, type: DistributedType, config: DistributedConfig, callback: AsyncCallback<void>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:setDistributedTables(tables: Array<string>, type?: DistributedType, config?: DistributedConfig): Promise<void>;
差异内容:setDistributedTables(tables: Array<string>, type?: DistributedType, config?: DistributedConfig): Promise<void>;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:obtainDistributedTableName(device: string, table: string, callback: AsyncCallback<string>): void;
差异内容:obtainDistributedTableName(device: string, table: string, callback: AsyncCallback<string>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:obtainDistributedTableName(device: string, table: string): Promise<string>;
差异内容:obtainDistributedTableName(device: string, table: string): Promise<string>;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:sync(mode: SyncMode, predicates: RdbPredicates, callback: AsyncCallback<Array<[
string,
number
]>>): void;
差异内容:sync(mode: SyncMode, predicates: RdbPredicates, callback: AsyncCallback<Array<[
string,
number
]>>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:sync(mode: SyncMode, predicates: RdbPredicates): Promise<Array<[
string,
number
]>>;
差异内容:sync(mode: SyncMode, predicates: RdbPredicates): Promise<Array<[
string,
number
]>>;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:cloudSync(mode: SyncMode, progress: Callback<ProgressDetails>, callback: AsyncCallback<void>): void;
差异内容:cloudSync(mode: SyncMode, progress: Callback<ProgressDetails>, callback: AsyncCallback<void>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:cloudSync(mode: SyncMode, progress: Callback<ProgressDetails>): Promise<void>;
差异内容:cloudSync(mode: SyncMode, progress: Callback<ProgressDetails>): Promise<void>;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:cloudSync(mode: SyncMode, tables: string[], progress: Callback<ProgressDetails>, callback: AsyncCallback<void>): void;
差异内容:cloudSync(mode: SyncMode, tables: string[], progress: Callback<ProgressDetails>, callback: AsyncCallback<void>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:cloudSync(mode: SyncMode, tables: string[], progress: Callback<ProgressDetails>): Promise<void>;
差异内容:cloudSync(mode: SyncMode, tables: string[], progress: Callback<ProgressDetails>): Promise<void>;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:remoteQuery(device: string, table: string, predicates: RdbPredicates, columns: Array<string>, callback: AsyncCallback<ResultSet>): void;
差异内容:remoteQuery(device: string, table: string, predicates: RdbPredicates, columns: Array<string>, callback: AsyncCallback<ResultSet>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:remoteQuery(device: string, table: string, predicates: RdbPredicates, columns: Array<string>): Promise<ResultSet>;
差异内容:remoteQuery(device: string, table: string, predicates: RdbPredicates, columns: Array<string>): Promise<ResultSet>;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:on(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void;
差异内容:on(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:on(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>> |Callback<Array<ChangeInfo>>): void;
差异内容:on(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>> |Callback<Array<ChangeInfo>>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:on(event: string, interProcess: boolean, observer: Callback<void>): void;
差异内容:on(event: string, interProcess: boolean, observer: Callback<void>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:on(event: 'autoSyncProgress', progress: Callback<ProgressDetails>): void;
差异内容:on(event: 'autoSyncProgress', progress: Callback<ProgressDetails>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:off(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void;
差异内容:off(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:off(event: 'dataChange', type: SubscribeType, observer?: Callback<Array<string>> |Callback<Array<ChangeInfo>>): void;
差异内容:off(event: 'dataChange', type: SubscribeType, observer?: Callback<Array<string>> |Callback<Array<ChangeInfo>>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:off(event: string, interProcess: boolean, observer?: Callback<void>): void;
差异内容:off(event: string, interProcess: boolean, observer?: Callback<void>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:off(event: 'autoSyncProgress', progress?: Callback<ProgressDetails>): void;
差异内容:off(event: 'autoSyncProgress', progress?: Callback<ProgressDetails>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:RdbStore;
API声明:emit(event: string): void;
差异内容:emit(event: string): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:relationalStore;
API声明:function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback<RdbStore>): void;
差异内容:function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback<RdbStore>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:relationalStore;
API声明:function getRdbStore(context: Context, config: StoreConfig): Promise<RdbStore>;
差异内容:function getRdbStore(context: Context, config: StoreConfig): Promise<RdbStore>;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:relationalStore;
API声明:function deleteRdbStore(context: Context, name: string, callback: AsyncCallback<void>): void;
差异内容:function deleteRdbStore(context: Context, name: string, callback: AsyncCallback<void>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:relationalStore;
API声明:function deleteRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback<void>): void;
差异内容:function deleteRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback<void>): void;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:relationalStore;
API声明:function deleteRdbStore(context: Context, name: string): Promise<void>;
差异内容:function deleteRdbStore(context: Context, name: string): Promise<void>;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:relationalStore;
API声明:function deleteRdbStore(context: Context, config: StoreConfig): Promise<void>;
差异内容:function deleteRdbStore(context: Context, config: StoreConfig): Promise<void>;
api/@ohos.data.relationalStore.d.ts
新增APINA类名:global;
API声明:declare namespace storage
差异内容:declare namespace storage
api/@ohos.data.storage.d.ts
新增APINA类名:storage;
API声明:function getStorageSync(path: string): Storage;
差异内容:function getStorageSync(path: string): Storage;
api/@ohos.data.storage.d.ts
新增APINA类名:storage;
API声明:function getStorage(path: string, callback: AsyncCallback<Storage>): void;
差异内容:function getStorage(path: string, callback: AsyncCallback<Storage>): void;
api/@ohos.data.storage.d.ts
新增APINA类名:storage;
API声明:function getStorage(path: string): Promise<Storage>;
差异内容:function getStorage(path: string): Promise<Storage>;
api/@ohos.data.storage.d.ts
新增APINA类名:storage;
API声明:function deleteStorageSync(path: string): void;
差异内容:function deleteStorageSync(path: string): void;
api/@ohos.data.storage.d.ts
新增APINA类名:storage;
API声明:function deleteStorage(path: string, callback: AsyncCallback<void>): void;
差异内容:function deleteStorage(path: string, callback: AsyncCallback<void>): void;
api/@ohos.data.storage.d.ts
新增APINA类名:storage;
API声明:function deleteStorage(path: string): Promise<void>;
差异内容:function deleteStorage(path: string): Promise<void>;
api/@ohos.data.storage.d.ts
新增APINA类名:storage;
API声明:function removeStorageFromCacheSync(path: string): void;
差异内容:function removeStorageFromCacheSync(path: string): void;
api/@ohos.data.storage.d.ts
新增APINA类名:storage;
API声明:function removeStorageFromCache(path: string, callback: AsyncCallback<void>): void;
差异内容:function removeStorageFromCache(path: string, callback: AsyncCallback<void>): void;
api/@ohos.data.storage.d.ts
新增APINA类名:storage;
API声明:function removeStorageFromCache(path: string): Promise<void>;
差异内容:function removeStorageFromCache(path: string): Promise<void>;
api/@ohos.data.storage.d.ts
新增APINA类名:storage;
API声明:interface Storage
差异内容:interface Storage
api/@ohos.data.storage.d.ts
新增APINA类名:Storage;
API声明:getSync(key: string, defValue: ValueType): ValueType;
差异内容:getSync(key: string, defValue: ValueType): ValueType;
api/@ohos.data.storage.d.ts
新增APINA类名:Storage;
API声明:get(key: string, defValue: ValueType, callback: AsyncCallback<ValueType>): void;
差异内容:get(key: string, defValue: ValueType, callback: AsyncCallback<ValueType>): void;
api/@ohos.data.storage.d.ts
新增APINA类名:Storage;
API声明:get(key: string, defValue: ValueType): Promise<ValueType>;
差异内容:get(key: string, defValue: ValueType): Promise<ValueType>;
api/@ohos.data.storage.d.ts
新增APINA类名:Storage;
API声明:hasSync(key: string): boolean;
差异内容:hasSync(key: string): boolean;
api/@ohos.data.storage.d.ts
新增APINA类名:Storage;
API声明:has(key: string, callback: AsyncCallback<boolean>): boolean;
差异内容:has(key: string, callback: AsyncCallback<boolean>): boolean;
api/@ohos.data.storage.d.ts
新增APINA类名:Storage;
API声明:has(key: string): Promise<boolean>;
差异内容:has(key: string): Promise<boolean>;
api/@ohos.data.storage.d.ts
新增APINA类名:Storage;
API声明:putSync(key: string, value: ValueType): void;
差异内容:putSync(key: string, value: ValueType): void;
api/@ohos.data.storage.d.ts
新增APINA类名:Storage;
API声明:put(key: string, value: ValueType, callback: AsyncCallback<void>): void;
差异内容:put(key: string, value: ValueType, callback: AsyncCallback<void>): void;
api/@ohos.data.storage.d.ts
新增APINA类名:Storage;
API声明:put(key: string, value: ValueType): Promise<void>;
差异内容:put(key: string, value: ValueType): Promise<void>;
api/@ohos.data.storage.d.ts
新增APINA类名:Storage;
API声明:deleteSync(key: string): void;
差异内容:deleteSync(key: string): void;
api/@ohos.data.storage.d.ts
新增APINA类名:Storage;
API声明:delete(key: string, callback: AsyncCallback<void>): void;
差异内容:delete(key: string, callback: AsyncCallback<void>): void;
api/@ohos.data.storage.d.ts
新增APINA类名:Storage;
API声明:delete(key: string): Promise<void>;
差异内容:delete(key: string): Promise<void>;
api/@ohos.data.storage.d.ts
新增APINA类名:Storage;
API声明:clearSync(): void;
差异内容:clearSync(): void;
api/@ohos.data.storage.d.ts
新增APINA类名:Storage;
API声明:clear(callback: AsyncCallback<void>): void;
差异内容:clear(callback: AsyncCallback<void>): void;
api/@ohos.data.storage.d.ts
新增APINA类名:Storage;
API声明:clear(): Promise<void>;
差异内容:clear(): Promise<void>;
api/@ohos.data.storage.d.ts
新增APINA类名:Storage;
API声明:flushSync(): void;
差异内容:flushSync(): void;
api/@ohos.data.storage.d.ts
新增APINA类名:Storage;
API声明:flush(callback: AsyncCallback<void>): void;
差异内容:flush(callback: AsyncCallback<void>): void;
api/@ohos.data.storage.d.ts
新增APINA类名:Storage;
API声明:flush(): Promise<void>;
差异内容:flush(): Promise<void>;
api/@ohos.data.storage.d.ts
新增APINA类名:Storage;
API声明:on(type: 'change', callback: Callback<StorageObserver>): void;
差异内容:on(type: 'change', callback: Callback<StorageObserver>): void;
api/@ohos.data.storage.d.ts
新增APINA类名:Storage;
API声明:off(type: 'change', callback: Callback<StorageObserver>): void;
差异内容:off(type: 'change', callback: Callback<StorageObserver>): void;
api/@ohos.data.storage.d.ts
新增APINA类名:storage;
API声明:type ValueType = number |string |boolean;
差异内容:type ValueType = number |string |boolean;
api/@ohos.data.storage.d.ts
新增APINA类名:storage;
API声明:interface StorageObserver
差异内容:interface StorageObserver
api/@ohos.data.storage.d.ts
新增APINA类名:StorageObserver;
API声明:key: string;
差异内容:key: string;
api/@ohos.data.storage.d.ts
新增APINA类名:storage;
API声明:const MAX_KEY_LENGTH: 80;
差异内容:const MAX_KEY_LENGTH: 80;
api/@ohos.data.storage.d.ts
新增APINA类名:storage;
API声明:const MAX_VALUE_LENGTH: 8192;
差异内容:const MAX_VALUE_LENGTH: 8192;
api/@ohos.data.storage.d.ts
新增APINA类名:global;
API声明:declare namespace unifiedDataChannel
差异内容:declare namespace unifiedDataChannel
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:unifiedDataChannel;
API声明:class UnifiedData
差异内容:class UnifiedData
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:UnifiedData;
API声明:addRecord(record: UnifiedRecord): void;
差异内容:addRecord(record: UnifiedRecord): void;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:UnifiedData;
API声明:getRecords(): Array<UnifiedRecord>;
差异内容:getRecords(): Array<UnifiedRecord>;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:unifiedDataChannel;
API声明:class Summary
差异内容:class Summary
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:Summary;
API声明:summary: Record<string, number>;
差异内容:summary: Record<string, number>;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:Summary;
API声明:totalSize: number;
差异内容:totalSize: number;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:unifiedDataChannel;
API声明:class UnifiedRecord
差异内容:class UnifiedRecord
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:UnifiedRecord;
API声明:getType(): string;
差异内容:getType(): string;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:unifiedDataChannel;
API声明:class Text
差异内容:class Text
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:Text;
API声明:details?: Record<string, string>;
差异内容:details?: Record<string, string>;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:unifiedDataChannel;
API声明:class PlainText
差异内容:class PlainText
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:PlainText;
API声明:textContent: string;
差异内容:textContent: string;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:PlainText;
API声明:abstract?: string;
差异内容:abstract?: string;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:unifiedDataChannel;
API声明:class Hyperlink
差异内容:class Hyperlink
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:Hyperlink;
API声明:url: string;
差异内容:url: string;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:Hyperlink;
API声明:description?: string;
差异内容:description?: string;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:unifiedDataChannel;
API声明:class HTML
差异内容:class HTML
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:HTML;
API声明:htmlContent: string;
差异内容:htmlContent: string;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:HTML;
API声明:plainContent?: string;
差异内容:plainContent?: string;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:unifiedDataChannel;
API声明:class File
差异内容:class File
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:File;
API声明:details?: Record<string, string>;
差异内容:details?: Record<string, string>;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:File;
API声明:uri: string;
差异内容:uri: string;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:unifiedDataChannel;
API声明:class Image
差异内容:class Image
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:Image;
API声明:imageUri: string;
差异内容:imageUri: string;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:unifiedDataChannel;
API声明:class Video
差异内容:class Video
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:Video;
API声明:videoUri: string;
差异内容:videoUri: string;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:unifiedDataChannel;
API声明:class Audio
差异内容:class Audio
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:Audio;
API声明:audioUri: string;
差异内容:audioUri: string;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:unifiedDataChannel;
API声明:class Folder
差异内容:class Folder
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:Folder;
API声明:folderUri: string;
差异内容:folderUri: string;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:unifiedDataChannel;
API声明:class SystemDefinedRecord
差异内容:class SystemDefinedRecord
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:SystemDefinedRecord;
API声明:details?: Record<string, number |string |Uint8Array>;
差异内容:details?: Record<string, number |string |Uint8Array>;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:unifiedDataChannel;
API声明:class SystemDefinedForm
差异内容:class SystemDefinedForm
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:SystemDefinedForm;
API声明:formId: number;
差异内容:formId: number;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:SystemDefinedForm;
API声明:formName: string;
差异内容:formName: string;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:SystemDefinedForm;
API声明:bundleName: string;
差异内容:bundleName: string;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:SystemDefinedForm;
API声明:abilityName: string;
差异内容:abilityName: string;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:SystemDefinedForm;
API声明:module: string;
差异内容:module: string;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:unifiedDataChannel;
API声明:class SystemDefinedAppItem
差异内容:class SystemDefinedAppItem
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:SystemDefinedAppItem;
API声明:appId: string;
差异内容:appId: string;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:SystemDefinedAppItem;
API声明:appName: string;
差异内容:appName: string;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:SystemDefinedAppItem;
API声明:appIconId: string;
差异内容:appIconId: string;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:SystemDefinedAppItem;
API声明:appLabelId: string;
差异内容:appLabelId: string;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:SystemDefinedAppItem;
API声明:bundleName: string;
差异内容:bundleName: string;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:SystemDefinedAppItem;
API声明:abilityName: string;
差异内容:abilityName: string;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:unifiedDataChannel;
API声明:class SystemDefinedPixelMap
差异内容:class SystemDefinedPixelMap
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:SystemDefinedPixelMap;
API声明:rawData: Uint8Array;
差异内容:rawData: Uint8Array;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:unifiedDataChannel;
API声明:class ApplicationDefinedRecord
差异内容:class ApplicationDefinedRecord
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:ApplicationDefinedRecord;
API声明:applicationDefinedType: string;
差异内容:applicationDefinedType: string;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:ApplicationDefinedRecord;
API声明:rawData: Uint8Array;
差异内容:rawData: Uint8Array;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:unifiedDataChannel;
API声明:enum Intention
差异内容:enum Intention
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:Intention;
API声明:DATA_HUB = 'DataHub'
差异内容:DATA_HUB = 'DataHub'
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:unifiedDataChannel;
API声明:type Options = {
/
* Indicates the target Intention
*
* @syscap SystemCapability.DistributedDataManager.UDMF.Core
* @since 10
*/
/

* Indicates the target Intention
*
* @syscap SystemCapability.DistributedDataManager.UDMF.Core
* @atomicservice
* @since 11
*/
intention?: Intention;
/
* Indicates the unique identifier of target UnifiedData
*
* @syscap SystemCapability.DistributedDataManager.UDMF.Core
* @since 10
*/
/

* Indicates the unique identifier of target UnifiedData
*
* @syscap SystemCapability.DistributedDataManager.UDMF.Core
* @atomicservice
* @since 11
*/
key?: string;
};
差异内容:type Options = {
/
* Indicates the target Intention
*
* @syscap SystemCapability.DistributedDataManager.UDMF.Core
* @since 10
*/
/

* Indicates the target Intention
*
* @syscap SystemCapability.DistributedDataManager.UDMF.Core
* @atomicservice
* @since 11
*/
intention?: Intention;
/
* Indicates the unique identifier of target UnifiedData
*
* @syscap SystemCapability.DistributedDataManager.UDMF.Core
* @since 10
*/
/

* Indicates the unique identifier of target UnifiedData
*
* @syscap SystemCapability.DistributedDataManager.UDMF.Core
* @atomicservice
* @since 11
*/
key?: string;
};
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:unifiedDataChannel;
API声明:function insertData(options: Options, data: UnifiedData, callback: AsyncCallback<string>): void;
差异内容:function insertData(options: Options, data: UnifiedData, callback: AsyncCallback<string>): void;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:unifiedDataChannel;
API声明:function insertData(options: Options, data: UnifiedData): Promise<string>;
差异内容:function insertData(options: Options, data: UnifiedData): Promise<string>;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:unifiedDataChannel;
API声明:function updateData(options: Options, data: UnifiedData, callback: AsyncCallback<void>): void;
差异内容:function updateData(options: Options, data: UnifiedData, callback: AsyncCallback<void>): void;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:unifiedDataChannel;
API声明:function updateData(options: Options, data: UnifiedData): Promise<void>;
差异内容:function updateData(options: Options, data: UnifiedData): Promise<void>;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:unifiedDataChannel;
API声明:function queryData(options: Options, callback: AsyncCallback<Array<UnifiedData>>): void;
差异内容:function queryData(options: Options, callback: AsyncCallback<Array<UnifiedData>>): void;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:unifiedDataChannel;
API声明:function queryData(options: Options): Promise<Array<UnifiedData>>;
差异内容:function queryData(options: Options): Promise<Array<UnifiedData>>;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:unifiedDataChannel;
API声明:function deleteData(options: Options, callback: AsyncCallback<Array<UnifiedData>>): void;
差异内容:function deleteData(options: Options, callback: AsyncCallback<Array<UnifiedData>>): void;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:unifiedDataChannel;
API声明:function deleteData(options: Options): Promise<Array<UnifiedData>>;
差异内容:function deleteData(options: Options): Promise<Array<UnifiedData>>;
api/@ohos.data.unifiedDataChannel.d.ts
新增APINA类名:global;
API声明:declare namespace uniformTypeDescriptor
差异内容:declare namespace uniformTypeDescriptor
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:uniformTypeDescriptor;
API声明:enum UniformDataType
差异内容:enum UniformDataType
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:ENTITY = 'general.entity'
差异内容:ENTITY = 'general.entity'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:OBJECT = 'general.object'
差异内容:OBJECT = 'general.object'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:COMPOSITE_OBJECT = 'general.composite-object'
差异内容:COMPOSITE_OBJECT = 'general.composite-object'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:TEXT = 'general.text'
差异内容:TEXT = 'general.text'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:PLAIN_TEXT = 'general.plain-text'
差异内容:PLAIN_TEXT = 'general.plain-text'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:HTML = 'general.html'
差异内容:HTML = 'general.html'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:HYPERLINK = 'general.hyperlink'
差异内容:HYPERLINK = 'general.hyperlink'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:XML = 'general.xml'
差异内容:XML = 'general.xml'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:SOURCE_CODE = 'general.source-code'
差异内容:SOURCE_CODE = 'general.source-code'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:SCRIPT = 'general.script'
差异内容:SCRIPT = 'general.script'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:SHELL_SCRIPT = 'general.shell-script'
差异内容:SHELL_SCRIPT = 'general.shell-script'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:CSH_SCRIPT = 'general.csh-script'
差异内容:CSH_SCRIPT = 'general.csh-script'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:PERL_SCRIPT = 'general.perl-script'
差异内容:PERL_SCRIPT = 'general.perl-script'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:PHP_SCRIPT = 'general.php-script'
差异内容:PHP_SCRIPT = 'general.php-script'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:PYTHON_SCRIPT = 'general.python-script'
差异内容:PYTHON_SCRIPT = 'general.python-script'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:RUBY_SCRIPT = 'general.ruby-script'
差异内容:RUBY_SCRIPT = 'general.ruby-script'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:TYPE_SCRIPT = 'general.type-script'
差异内容:TYPE_SCRIPT = 'general.type-script'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:JAVA_SCRIPT = 'general.java-script'
差异内容:JAVA_SCRIPT = 'general.java-script'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:C_HEADER = 'general.c-header'
差异内容:C_HEADER = 'general.c-header'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:C_SOURCE = 'general.c-source'
差异内容:C_SOURCE = 'general.c-source'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:C_PLUS_PLUS_HEADER = 'general.c-plus-plus-header'
差异内容:C_PLUS_PLUS_HEADER = 'general.c-plus-plus-header'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:C_PLUS_PLUS_SOURCE = 'general.c-plus-plus-source'
差异内容:C_PLUS_PLUS_SOURCE = 'general.c-plus-plus-source'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:JAVA_SOURCE = 'general.java-source'
差异内容:JAVA_SOURCE = 'general.java-source'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:EBOOK = 'general.ebook'
差异内容:EBOOK = 'general.ebook'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:EPUB = 'general.epub'
差异内容:EPUB = 'general.epub'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:AZW = 'com.amazon.azw'
差异内容:AZW = 'com.amazon.azw'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:AZW3 = 'com.amazon.azw3'
差异内容:AZW3 = 'com.amazon.azw3'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:KFX = 'com.amazon.kfx'
差异内容:KFX = 'com.amazon.kfx'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:MOBI = 'com.amazon.mobi'
差异内容:MOBI = 'com.amazon.mobi'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:MEDIA = 'general.media'
差异内容:MEDIA = 'general.media'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:IMAGE = 'general.image'
差异内容:IMAGE = 'general.image'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:JPEG = 'general.jpeg'
差异内容:JPEG = 'general.jpeg'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:PNG = 'general.png'
差异内容:PNG = 'general.png'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:RAW_IMAGE = 'general.raw-image'
差异内容:RAW_IMAGE = 'general.raw-image'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:TIFF = 'general.tiff'
差异内容:TIFF = 'general.tiff'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:BMP = 'com.microsoft.bmp'
差异内容:BMP = 'com.microsoft.bmp'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:ICO = 'com.microsoft.ico'
差异内容:ICO = 'com.microsoft.ico'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:PHOTOSHOP_IMAGE = 'com.adobe.photoshop-image'
差异内容:PHOTOSHOP_IMAGE = 'com.adobe.photoshop-image'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:AI_IMAGE = 'com.adobe.illustrator.ai-image'
差异内容:AI_IMAGE = 'com.adobe.illustrator.ai-image'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:WORD_DOC = 'com.microsoft.word.doc'
差异内容:WORD_DOC = 'com.microsoft.word.doc'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:EXCEL = 'com.microsoft.excel.xls'
差异内容:EXCEL = 'com.microsoft.excel.xls'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:PPT = 'com.microsoft.powerpoint.ppt'
差异内容:PPT = 'com.microsoft.powerpoint.ppt'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:PDF = 'com.adobe.pdf'
差异内容:PDF = 'com.adobe.pdf'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:POSTSCRIPT = 'com.adobe.postscript'
差异内容:POSTSCRIPT = 'com.adobe.postscript'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:ENCAPSULATED_POSTSCRIPT = 'com.adobe.encapsulated-postscript'
差异内容:ENCAPSULATED_POSTSCRIPT = 'com.adobe.encapsulated-postscript'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:VIDEO = 'general.video'
差异内容:VIDEO = 'general.video'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:AVI = 'general.avi'
差异内容:AVI = 'general.avi'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:MPEG = 'general.mpeg'
差异内容:MPEG = 'general.mpeg'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:MPEG4 = 'general.mpeg-4'
差异内容:MPEG4 = 'general.mpeg-4'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:VIDEO_3GPP = 'general.3gpp'
差异内容:VIDEO_3GPP = 'general.3gpp'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:VIDEO_3GPP2 = 'general.3gpp2'
差异内容:VIDEO_3GPP2 = 'general.3gpp2'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:WINDOWS_MEDIA_WM = 'com.microsoft.windows-media-wm'
差异内容:WINDOWS_MEDIA_WM = 'com.microsoft.windows-media-wm'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:WINDOWS_MEDIA_WMV = 'com.microsoft.windows-media-wmv'
差异内容:WINDOWS_MEDIA_WMV = 'com.microsoft.windows-media-wmv'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:WINDOWS_MEDIA_WMP = 'com.microsoft.windows-media-wmp'
差异内容:WINDOWS_MEDIA_WMP = 'com.microsoft.windows-media-wmp'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:AUDIO = 'general.audio'
差异内容:AUDIO = 'general.audio'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:AAC = 'general.aac'
差异内容:AAC = 'general.aac'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:AIFF = 'general.aiff'
差异内容:AIFF = 'general.aiff'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:ALAC = 'general.alac'
差异内容:ALAC = 'general.alac'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:FLAC = 'general.flac'
差异内容:FLAC = 'general.flac'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:MP3 = 'general.mp3'
差异内容:MP3 = 'general.mp3'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:OGG = 'general.ogg'
差异内容:OGG = 'general.ogg'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:PCM = 'general.pcm'
差异内容:PCM = 'general.pcm'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:WINDOWS_MEDIA_WMA = 'com.microsoft.windows-media-wma'
差异内容:WINDOWS_MEDIA_WMA = 'com.microsoft.windows-media-wma'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:WAVEFORM_AUDIO = 'com.microsoft.waveform-audio'
差异内容:WAVEFORM_AUDIO = 'com.microsoft.waveform-audio'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:WINDOWS_MEDIA_WMX = 'com.microsoft.windows-media-wmx'
差异内容:WINDOWS_MEDIA_WMX = 'com.microsoft.windows-media-wmx'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:WINDOWS_MEDIA_WVX = 'com.microsoft.windows-media-wvx'
差异内容:WINDOWS_MEDIA_WVX = 'com.microsoft.windows-media-wvx'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:WINDOWS_MEDIA_WAX = 'com.microsoft.windows-media-wax'
差异内容:WINDOWS_MEDIA_WAX = 'com.microsoft.windows-media-wax'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:FILE = 'general.file'
差异内容:FILE = 'general.file'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:DIRECTORY = 'general.directory'
差异内容:DIRECTORY = 'general.directory'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:FOLDER = 'general.folder'
差异内容:FOLDER = 'general.folder'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:SYMLINK = 'general.symlink'
差异内容:SYMLINK = 'general.symlink'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:ARCHIVE = 'general.archive'
差异内容:ARCHIVE = 'general.archive'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:BZ2_ARCHIVE = 'general.bz2-archive'
差异内容:BZ2_ARCHIVE = 'general.bz2-archive'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:DISK_IMAGE = 'general.disk-image'
差异内容:DISK_IMAGE = 'general.disk-image'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:TAR_ARCHIVE = 'general.tar-archive'
差异内容:TAR_ARCHIVE = 'general.tar-archive'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:ZIP_ARCHIVE = 'general.zip-archive'
差异内容:ZIP_ARCHIVE = 'general.zip-archive'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:JAVA_ARCHIVE = 'com.sun.java-archive'
差异内容:JAVA_ARCHIVE = 'com.sun.java-archive'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:GNU_TAR_ARCHIVE = 'org.gnu.gnu-tar-archive'
差异内容:GNU_TAR_ARCHIVE = 'org.gnu.gnu-tar-archive'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:GNU_ZIP_ARCHIVE = 'org.gnu.gnu-zip-archive'
差异内容:GNU_ZIP_ARCHIVE = 'org.gnu.gnu-zip-archive'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:GNU_ZIP_TAR_ARCHIVE = 'org.gnu.gnu-zip-tar-archive'
差异内容:GNU_ZIP_TAR_ARCHIVE = 'org.gnu.gnu-zip-tar-archive'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:CALENDAR = 'general.calendar'
差异内容:CALENDAR = 'general.calendar'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:CONTACT = 'general.contact'
差异内容:CONTACT = 'general.contact'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:DATABASE = 'general.database'
差异内容:DATABASE = 'general.database'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:MESSAGE = 'general.message'
差异内容:MESSAGE = 'general.message'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:VCARD = 'general.vcard'
差异内容:VCARD = 'general.vcard'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:NAVIGATION = 'general.navigation'
差异内容:NAVIGATION = 'general.navigation'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:LOCATION = 'general.location'
差异内容:LOCATION = 'general.location'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:OPENHARMONY_FORM = 'openharmony.form'
差异内容:OPENHARMONY_FORM = 'openharmony.form'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:OPENHARMONY_APP_ITEM = 'openharmony.app-item'
差异内容:OPENHARMONY_APP_ITEM = 'openharmony.app-item'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:OPENHARMONY_PIXEL_MAP = 'openharmony.pixel-map'
差异内容:OPENHARMONY_PIXEL_MAP = 'openharmony.pixel-map'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:OPENHARMONY_ATOMIC_SERVICE = 'openharmony.atomic-service'
差异内容:OPENHARMONY_ATOMIC_SERVICE = 'openharmony.atomic-service'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:OPENHARMONY_PACKAGE = 'openharmony.package'
差异内容:OPENHARMONY_PACKAGE = 'openharmony.package'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:UniformDataType;
API声明:OPENHARMONY_HAP = 'openharmony.hap'
差异内容:OPENHARMONY_HAP = 'openharmony.hap'
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:uniformTypeDescriptor;
API声明:class TypeDescriptor
差异内容:class TypeDescriptor
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:TypeDescriptor;
API声明:readonly typeId: string;
差异内容:readonly typeId: string;
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:TypeDescriptor;
API声明:readonly belongingToTypes: Array<string>;
差异内容:readonly belongingToTypes: Array<string>;
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:TypeDescriptor;
API声明:readonly description: string;
差异内容:readonly description: string;
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:TypeDescriptor;
API声明:readonly referenceURL: string;
差异内容:readonly referenceURL: string;
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:TypeDescriptor;
API声明:readonly iconFile: string;
差异内容:readonly iconFile: string;
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:TypeDescriptor;
API声明:belongsTo(type: string): boolean;
差异内容:belongsTo(type: string): boolean;
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:TypeDescriptor;
API声明:isLowerLevelType(type: string): boolean;
差异内容:isLowerLevelType(type: string): boolean;
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:TypeDescriptor;
API声明:isHigherLevelType(type: string): boolean;
差异内容:isHigherLevelType(type: string): boolean;
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:TypeDescriptor;
API声明:equals(typeDescriptor: TypeDescriptor): boolean;
差异内容:equals(typeDescriptor: TypeDescriptor): boolean;
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:uniformTypeDescriptor;
API声明:function getTypeDescriptor(typeId: string): TypeDescriptor;
差异内容:function getTypeDescriptor(typeId: string): TypeDescriptor;
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:uniformTypeDescriptor;
API声明:function getUniformDataTypeByFilenameExtension(filenameExtension: string, belongsTo?: string): string;
差异内容:function getUniformDataTypeByFilenameExtension(filenameExtension: string, belongsTo?: string): string;
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:uniformTypeDescriptor;
API声明:function getUniformDataTypeByMIMEType(mimeType: string, belongsTo?: string): string;
差异内容:function getUniformDataTypeByMIMEType(mimeType: string, belongsTo?: string): string;
api/@ohos.data.uniformTypeDescriptor.d.ts
新增APINA类名:global;
API声明:export type ValueType = number |string |boolean;
差异内容:export type ValueType = number |string |boolean;
api/@ohos.data.ValuesBucket.d.ts
新增APINA类名:global;
API声明:export type ValuesBucket = Record<string, ValueType |Uint8Array |null>;
差异内容:export type ValuesBucket = Record<string, ValueType |Uint8Array |null>;
api/@ohos.data.ValuesBucket.d.ts
新增APINA类名:global;
API声明:export interface GetStorageOptions
差异内容:export interface GetStorageOptions
api/@system.storage.d.ts
新增APINA类名:GetStorageOptions;
API声明:key: string;
差异内容:key: string;
api/@system.storage.d.ts
新增APINA类名:GetStorageOptions;
API声明:default?: string;
差异内容:default?: string;
api/@system.storage.d.ts
新增APINA类名:GetStorageOptions;
API声明:success?: (data: any) => void;
差异内容:success?: (data: any) => void;
api/@system.storage.d.ts
新增APINA类名:GetStorageOptions;
API声明:fail?: (data: string, code: number) => void;
差异内容:fail?: (data: string, code: number) => void;
api/@system.storage.d.ts
新增APINA类名:GetStorageOptions;
API声明:complete?: () => void;
差异内容:complete?: () => void;
api/@system.storage.d.ts
新增APINA类名:global;
API声明:export interface SetStorageOptions
差异内容:export interface SetStorageOptions
api/@system.storage.d.ts
新增APINA类名:SetStorageOptions;
API声明:key: string;
差异内容:key: string;
api/@system.storage.d.ts
新增APINA类名:SetStorageOptions;
API声明:value: string;
差异内容:value: string;
api/@system.storage.d.ts
新增APINA类名:SetStorageOptions;
API声明:success?: () => void;
差异内容:success?: () => void;
api/@system.storage.d.ts
新增APINA类名:SetStorageOptions;
API声明:fail?: (data: string, code: number) => void;
差异内容:fail?: (data: string, code: number) => void;
api/@system.storage.d.ts
新增APINA类名:SetStorageOptions;
API声明:complete?: () => void;
差异内容:complete?: () => void;
api/@system.storage.d.ts
新增APINA类名:global;
API声明:export interface ClearStorageOptions
差异内容:export interface ClearStorageOptions
api/@system.storage.d.ts
新增APINA类名:ClearStorageOptions;
API声明:success?: () => void;
差异内容:success?: () => void;
api/@system.storage.d.ts
新增APINA类名:ClearStorageOptions;
API声明:fail?: (data: string, code: number) => void;
差异内容:fail?: (data: string, code: number) => void;
api/@system.storage.d.ts
新增APINA类名:ClearStorageOptions;
API声明:complete?: () => void;
差异内容:complete?: () => void;
api/@system.storage.d.ts
新增APINA类名:global;
API声明:export interface DeleteStorageOptions
差异内容:export interface DeleteStorageOptions
api/@system.storage.d.ts
新增APINA类名:DeleteStorageOptions;
API声明:key: string;
差异内容:key: string;
api/@system.storage.d.ts
新增APINA类名:DeleteStorageOptions;
API声明:success?: () => void;
差异内容:success?: () => void;
api/@system.storage.d.ts
新增APINA类名:DeleteStorageOptions;
API声明:fail?: (data: string, code: number) => void;
差异内容:fail?: (data: string, code: number) => void;
api/@system.storage.d.ts
新增APINA类名:DeleteStorageOptions;
API声明:complete?: () => void;
差异内容:complete?: () => void;
api/@system.storage.d.ts
新增APINA类名:global;
API声明:export default class Storage
差异内容:export default class Storage
api/@system.storage.d.ts
新增APINA类名:Storage;
API声明:static get(options: GetStorageOptions): void;
差异内容:static get(options: GetStorageOptions): void;
api/@system.storage.d.ts
新增APINA类名:Storage;
API声明:static set(options: SetStorageOptions): void;
差异内容:static set(options: SetStorageOptions): void;
api/@system.storage.d.ts
新增APINA类名:Storage;
API声明:static clear(options?: ClearStorageOptions): void;
差异内容:static clear(options?: ClearStorageOptions): void;
api/@system.storage.d.ts
新增APINA类名:Storage;
API声明:static delete(options: DeleteStorageOptions): void;
差异内容:static delete(options: DeleteStorageOptions): void;
api/@system.storage.d.ts
成员由父类迁移至子类类名:KVStore;
API声明:on(event: 'dataChange', type: SubscribeType, listener: Callback<ChangeNotification>): void;
差异内容:on(event: 'dataChange', type: SubscribeType, listener: Callback<ChangeNotification>): void;
类名:SingleKVStore;
API声明:on(event: 'dataChange', type: SubscribeType, listener: Callback<ChangeNotification>): void;
差异内容:NA
api/@ohos.data.distributedData.d.ts
成员由父类迁移至子类类名:KVStore;
API声明:on(event: 'syncComplete', syncCallback: Callback<Array<[
string,
number
]>>): void;
差异内容:on(event: 'syncComplete', syncCallback: Callback<Array<[
string,
number
]>>): void;
类名:SingleKVStore;
API声明:on(event: 'syncComplete', syncCallback: Callback<Array<[
string,
number
]>>): void;
差异内容:NA
api/@ohos.data.distributedData.d.ts
成员由父类迁移至子类类名:KVStore;
API声明:off(event: 'dataChange', listener?: Callback<ChangeNotification>): void;
差异内容:off(event: 'dataChange', listener?: Callback<ChangeNotification>): void;
类名:SingleKVStore;
API声明:off(event: 'dataChange', listener?: Callback<ChangeNotification>): void;
差异内容:NA
api/@ohos.data.distributedData.d.ts
成员由父类迁移至子类类名:KVStore;
API声明:off(event: 'syncComplete', syncCallback?: Callback<Array<[
string,
number
]>>): void;
差异内容:off(event: 'syncComplete', syncCallback?: Callback<Array<[
string,
number
]>>): void;
类名:SingleKVStore;
API声明:off(event: 'syncComplete', syncCallback?: Callback<Array<[
string,
number
]>>): void;
差异内容:NA
api/@ohos.data.distributedData.d.ts
成员由父类迁移至子类类名:SingleKVStore;
API声明:get(key: string, callback: AsyncCallback<boolean |string |number |Uint8Array>): void;
差异内容:get(key: string, callback: AsyncCallback<boolean |string |number |Uint8Array>): void;
类名:DeviceKVStore;
API声明:get(key: string, callback: AsyncCallback<boolean |string |number |Uint8Array>): void;
差异内容:NA
api/@ohos.data.distributedKVStore.d.ts
成员由父类迁移至子类类名:SingleKVStore;
API声明:get(key: string): Promise<boolean |string |number |Uint8Array>;
差异内容:get(key: string): Promise<boolean |string |number |Uint8Array>;
类名:DeviceKVStore;
API声明:get(key: string, callback: AsyncCallback<boolean |string |number |Uint8Array>): void;
差异内容:NA
api/@ohos.data.distributedKVStore.d.ts
成员由父类迁移至子类类名:SingleKVStore;
API声明:getEntries(keyPrefix: string, callback: AsyncCallback<Entry[]>): void;
差异内容:getEntries(keyPrefix: string, callback: AsyncCallback<Entry[]>): void;
类名:DeviceKVStore;
API声明:getEntries(keyPrefix: string, callback: AsyncCallback<Entry[]>): void;
差异内容:NA
api/@ohos.data.distributedKVStore.d.ts
成员由父类迁移至子类类名:SingleKVStore;
API声明:getEntries(keyPrefix: string): Promise<Entry[]>;
差异内容:getEntries(keyPrefix: string): Promise<Entry[]>;
类名:DeviceKVStore;
API声明:getEntries(keyPrefix: string, callback: AsyncCallback<Entry[]>): void;
差异内容:NA
api/@ohos.data.distributedKVStore.d.ts
成员由父类迁移至子类类名:SingleKVStore;
API声明:getEntries(query: Query, callback: AsyncCallback<Entry[]>): void;
差异内容:getEntries(query: Query, callback: AsyncCallback<Entry[]>): void;
类名:DeviceKVStore;
API声明:getEntries(keyPrefix: string, callback: AsyncCallback<Entry[]>): void;
差异内容:NA
api/@ohos.data.distributedKVStore.d.ts
成员由父类迁移至子类类名:SingleKVStore;
API声明:getEntries(query: Query): Promise<Entry[]>;
差异内容:getEntries(query: Query): Promise<Entry[]>;
类名:DeviceKVStore;
API声明:getEntries(keyPrefix: string, callback: AsyncCallback<Entry[]>): void;
差异内容:NA
api/@ohos.data.distributedKVStore.d.ts
成员由父类迁移至子类类名:SingleKVStore;
API声明:getResultSet(keyPrefix: string, callback: AsyncCallback<KVStoreResultSet>): void;
差异内容:getResultSet(keyPrefix: string, callback: AsyncCallback<KVStoreResultSet>): void;
类名:DeviceKVStore;
API声明:getResultSet(keyPrefix: string, callback: AsyncCallback<KVStoreResultSet>): void;
差异内容:NA
api/@ohos.data.distributedKVStore.d.ts
成员由父类迁移至子类类名:SingleKVStore;
API声明:getResultSet(keyPrefix: string): Promise<KVStoreResultSet>;
差异内容:getResultSet(keyPrefix: string): Promise<KVStoreResultSet>;
类名:DeviceKVStore;
API声明:getResultSet(keyPrefix: string, callback: AsyncCallback<KVStoreResultSet>): void;
差异内容:NA
api/@ohos.data.distributedKVStore.d.ts
成员由父类迁移至子类类名:SingleKVStore;
API声明:getResultSet(query: Query, callback: AsyncCallback<KVStoreResultSet>): void;
差异内容:getResultSet(query: Query, callback: AsyncCallback<KVStoreResultSet>): void;
类名:DeviceKVStore;
API声明:getResultSet(keyPrefix: string, callback: AsyncCallback<KVStoreResultSet>): void;
差异内容:NA
api/@ohos.data.distributedKVStore.d.ts
成员由父类迁移至子类类名:SingleKVStore;
API声明:getResultSet(query: Query): Promise<KVStoreResultSet>;
差异内容:getResultSet(query: Query): Promise<KVStoreResultSet>;
类名:DeviceKVStore;
API声明:getResultSet(keyPrefix: string, callback: AsyncCallback<KVStoreResultSet>): void;
差异内容:NA
api/@ohos.data.distributedKVStore.d.ts
成员由父类迁移至子类类名:SingleKVStore;
API声明:getResultSize(query: Query, callback: AsyncCallback<number>): void;
差异内容:getResultSize(query: Query, callback: AsyncCallback<number>): void;
类名:DeviceKVStore;
API声明:getResultSize(query: Query, callback: AsyncCallback<number>): void;
差异内容:NA
api/@ohos.data.distributedKVStore.d.ts
成员由父类迁移至子类类名:SingleKVStore;
API声明:getResultSize(query: Query): Promise<number>;
差异内容:getResultSize(query: Query): Promise<number>;
类名:DeviceKVStore;
API声明:getResultSize(query: Query, callback: AsyncCallback<number>): void;
差异内容:NA
api/@ohos.data.distributedKVStore.d.ts
新增kit类名:global;
API声明:
差异内容:NA
类名:global;
API声明:api@ohos.data.cloudExtension.d.ts
差异内容:ArkData
api/@ohos.data.cloudExtension.d.ts
新增kit类名:global;
API声明:
差异内容:NA
类名:global;
API声明:api@ohos.data.commonType.d.ts
差异内容:ArkData
api/@ohos.data.commonType.d.ts
新增kit类名:global;
API声明:
差异内容:NA
类名:global;
API声明:api@ohos.data.dataAbility.d.ts
差异内容:ArkData
api/@ohos.data.dataAbility.d.ts
新增kit类名:global;
API声明:
差异内容:NA
类名:global;
API声明:api@ohos.data.dataSharePredicates.d.ts
差异内容:ArkData
api/@ohos.data.dataSharePredicates.d.ts
新增kit类名:global;
API声明:
差异内容:NA
类名:global;
API声明:api@ohos.data.distributedData.d.ts
差异内容:ArkData
api/@ohos.data.distributedData.d.ts
新增kit类名:global;
API声明:
差异内容:NA
类名:global;
API声明:api@ohos.data.distributedDataObject.d.ts
差异内容:ArkData
api/@ohos.data.distributedDataObject.d.ts
新增kit类名:global;
API声明:
差异内容:NA
类名:global;
API声明:api@ohos.data.distributedKVStore.d.ts
差异内容:ArkData
api/@ohos.data.distributedKVStore.d.ts
新增kit类名:global;
API声明:
差异内容:NA
类名:global;
API声明:api@ohos.data.preferences.d.ts
差异内容:ArkData
api/@ohos.data.preferences.d.ts
新增kit类名:global;
API声明:
差异内容:NA
类名:global;
API声明:api@ohos.data.rdb.d.ts
差异内容:ArkData
api/@ohos.data.rdb.d.ts
新增kit类名:global;
API声明:
差异内容:NA
类名:global;
API声明:api@ohos.data.relationalStore.d.ts
差异内容:ArkData
api/@ohos.data.relationalStore.d.ts
新增kit类名:global;
API声明:
差异内容:NA
类名:global;
API声明:api@ohos.data.storage.d.ts
差异内容:ArkData
api/@ohos.data.storage.d.ts
新增kit类名:global;
API声明:
差异内容:NA
类名:global;
API声明:api@ohos.data.unifiedDataChannel.d.ts
差异内容:ArkData
api/@ohos.data.unifiedDataChannel.d.ts
新增kit类名:global;
API声明:
差异内容:NA
类名:global;
API声明:api@ohos.data.uniformTypeDescriptor.d.ts
差异内容:ArkData
api/@ohos.data.uniformTypeDescriptor.d.ts
新增kit类名:global;
API声明:
差异内容:NA
类名:global;
API声明:api@ohos.data.ValuesBucket.d.ts
差异内容:ArkData
api/@ohos.data.ValuesBucket.d.ts
新增kit类名:global;
API声明:
差异内容:NA
类名:global;
API声明:api@system.storage.d.ts
差异内容:ArkData
api/@system.storage.d.ts
新增kit类名:global;
API声明:
差异内容:NA
类名:global;
API声明:kits@kit.ArkData.d.ts
差异内容:ArkData
kits/@kit.ArkData.d.ts

你可能感兴趣的鸿蒙文章

openharmony 鸿蒙 js-apidiff-ArkGraphics2D

openharmony 鸿蒙 js-apidiff-MediaKit

openharmony 鸿蒙 js-apidiff-InputKit

openharmony 鸿蒙 js-apidiff-BasicServicesKit

openharmony 鸿蒙 js-apidiff-ConnectivityKit

openharmony 鸿蒙 js-apidiff-ArkWeb

openharmony 鸿蒙 js-apidiff-MultimodalAwarenessKit

openharmony 鸿蒙 js-apidiff-NA

openharmony 鸿蒙 js-apidiff-IPCKit

openharmony 鸿蒙 js-apidiff-ArkTS

  • 所属分类: 后端技术
  • 本文标签: 鸿蒙 软件
  • 版权声明: 本文链接 https://seaxiang.com/blog/nPwFYpZl