| Change Type | Old Version | New Version | d.ts File |
|---|---|---|---|
| New API | NA | Class name: global; API declaration: declare namespace cloudExtension Differences: declare namespace cloudExtension | api/@ohos.data.cloudExtension.d.ts |
| New API | NA | Class name: global; API declaration: declare namespace commonType Differences: declare namespace commonType | api/@ohos.data.commonType.d.ts |
| New API | NA | Class name: commonType; API declaration: enum AssetStatus Differences: enum AssetStatus | api/@ohos.data.commonType.d.ts |
| New API | NA | Class name: AssetStatus; API declaration: ASSET_NORMAL Differences: ASSET_NORMAL | api/@ohos.data.commonType.d.ts |
| New API | NA | Class name: AssetStatus; API declaration: ASSET_INSERT Differences: ASSET_INSERT | api/@ohos.data.commonType.d.ts |
| New API | NA | Class name: AssetStatus; API declaration: ASSET_UPDATE Differences: ASSET_UPDATE | api/@ohos.data.commonType.d.ts |
| New API | NA | Class name: AssetStatus; API declaration: ASSET_DELETE Differences: ASSET_DELETE | api/@ohos.data.commonType.d.ts |
| New API | NA | Class name: AssetStatus; API declaration: ASSET_ABNORMAL Differences: ASSET_ABNORMAL | api/@ohos.data.commonType.d.ts |
| New API | NA | Class name: AssetStatus; API declaration: ASSET_DOWNLOADING Differences: ASSET_DOWNLOADING | api/@ohos.data.commonType.d.ts |
| New API | NA | Class name: commonType; API declaration: interface Asset Differences: interface Asset | api/@ohos.data.commonType.d.ts |
| New API | NA | Class name: Asset; API declaration: name: string; Differences: name: string; | api/@ohos.data.commonType.d.ts |
| New API | NA | Class name: Asset; API declaration: uri: string; Differences: uri: string; | api/@ohos.data.commonType.d.ts |
| New API | NA | Class name: Asset; API declaration: path: string; Differences: path: string; | api/@ohos.data.commonType.d.ts |
| New API | NA | Class name: Asset; API declaration: createTime: string; Differences: createTime: string; | api/@ohos.data.commonType.d.ts |
| New API | NA | Class name: Asset; API declaration: modifyTime: string; Differences: modifyTime: string; | api/@ohos.data.commonType.d.ts |
| New API | NA | Class name: Asset; API declaration: size: string; Differences: size: string; | api/@ohos.data.commonType.d.ts |
| New API | NA | Class name: Asset; API declaration: status?: AssetStatus; Differences: status?: AssetStatus; | api/@ohos.data.commonType.d.ts |
| New API | NA | Class name: commonType; API declaration: type Assets = Array<Asset>; Differences: type Assets = Array<Asset>; | api/@ohos.data.commonType.d.ts |
| New API | NA | Class name: commonType; API declaration: type ValueType = null |number |string |boolean |Uint8Array |Asset |Assets; Differences: type ValueType = null |number |string |boolean |Uint8Array |Asset |Assets; | api/@ohos.data.commonType.d.ts |
| New API | NA | Class name: commonType; API declaration: type ValuesBucket = Record<string, ValueType>; Differences: type ValuesBucket = Record<string, ValueType>; | api/@ohos.data.commonType.d.ts |
| New API | NA | Class name: global; API declaration: declare namespace dataAbility Differences: declare namespace dataAbility | api/@ohos.data.dataAbility.d.ts |
| New API | NA | Class name: dataAbility; API declaration: function createRdbPredicates(name: string, dataAbilityPredicates: DataAbilityPredicates): rdb.RdbPredicates; Differences: function createRdbPredicates(name: string, dataAbilityPredicates: DataAbilityPredicates): rdb.RdbPredicates; | api/@ohos.data.dataAbility.d.ts |
| New API | NA | Class name: dataAbility; API declaration: class DataAbilityPredicates Differences: class DataAbilityPredicates | api/@ohos.data.dataAbility.d.ts |
| New API | NA | Class name: DataAbilityPredicates; API declaration: equalTo(field: string, value: ValueType): DataAbilityPredicates; Differences: equalTo(field: string, value: ValueType): DataAbilityPredicates; | api/@ohos.data.dataAbility.d.ts |
| New API | NA | Class name: DataAbilityPredicates; API declaration: notEqualTo(field: string, value: ValueType): DataAbilityPredicates; Differences: notEqualTo(field: string, value: ValueType): DataAbilityPredicates; | api/@ohos.data.dataAbility.d.ts |
| New API | NA | Class name: DataAbilityPredicates; API declaration: beginWrap(): DataAbilityPredicates; Differences: beginWrap(): DataAbilityPredicates; | api/@ohos.data.dataAbility.d.ts |
| New API | NA | Class name: DataAbilityPredicates; API declaration: endWrap(): DataAbilityPredicates; Differences: endWrap(): DataAbilityPredicates; | api/@ohos.data.dataAbility.d.ts |
| New API | NA | Class name: DataAbilityPredicates; API declaration: or(): DataAbilityPredicates; Differences: or(): DataAbilityPredicates; | api/@ohos.data.dataAbility.d.ts |
| New API | NA | Class name: DataAbilityPredicates; API declaration: and(): DataAbilityPredicates; Differences: and(): DataAbilityPredicates; | api/@ohos.data.dataAbility.d.ts |
| New API | NA | Class name: DataAbilityPredicates; API declaration: contains(field: string, value: string): DataAbilityPredicates; Differences: contains(field: string, value: string): DataAbilityPredicates; | api/@ohos.data.dataAbility.d.ts |
| New API | NA | Class name: DataAbilityPredicates; API declaration: beginsWith(field: string, value: string): DataAbilityPredicates; Differences: beginsWith(field: string, value: string): DataAbilityPredicates; | api/@ohos.data.dataAbility.d.ts |
| New API | NA | Class name: DataAbilityPredicates; API declaration: endsWith(field: string, value: string): DataAbilityPredicates; Differences: endsWith(field: string, value: string): DataAbilityPredicates; | api/@ohos.data.dataAbility.d.ts |
| New API | NA | Class name: DataAbilityPredicates; API declaration: isNull(field: string): DataAbilityPredicates; Differences: isNull(field: string): DataAbilityPredicates; | api/@ohos.data.dataAbility.d.ts |
| New API | NA | Class name: DataAbilityPredicates; API declaration: isNotNull(field: string): DataAbilityPredicates; Differences: isNotNull(field: string): DataAbilityPredicates; | api/@ohos.data.dataAbility.d.ts |
| New API | NA | Class name: DataAbilityPredicates; API declaration: like(field: string, value: string): DataAbilityPredicates; Differences: like(field: string, value: string): DataAbilityPredicates; | api/@ohos.data.dataAbility.d.ts |
| New API | NA | Class name: DataAbilityPredicates; API declaration: glob(field: string, value: string): DataAbilityPredicates; Differences: glob(field: string, value: string): DataAbilityPredicates; | api/@ohos.data.dataAbility.d.ts |
| New API | NA | Class name: DataAbilityPredicates; API declaration: between(field: string, low: ValueType, high: ValueType): DataAbilityPredicates; Differences: between(field: string, low: ValueType, high: ValueType): DataAbilityPredicates; | api/@ohos.data.dataAbility.d.ts |
| New API | NA | Class name: DataAbilityPredicates; API declaration: notBetween(field: string, low: ValueType, high: ValueType): DataAbilityPredicates; Differences: notBetween(field: string, low: ValueType, high: ValueType): DataAbilityPredicates; | api/@ohos.data.dataAbility.d.ts |
| New API | NA | Class name: DataAbilityPredicates; API declaration: greaterThan(field: string, value: ValueType): DataAbilityPredicates; Differences: greaterThan(field: string, value: ValueType): DataAbilityPredicates; | api/@ohos.data.dataAbility.d.ts |
| New API | NA | Class name: DataAbilityPredicates; API declaration: lessThan(field: string, value: ValueType): DataAbilityPredicates; Differences: lessThan(field: string, value: ValueType): DataAbilityPredicates; | api/@ohos.data.dataAbility.d.ts |
| New API | NA | Class name: DataAbilityPredicates; API declaration: greaterThanOrEqualTo(field: string, value: ValueType): DataAbilityPredicates; Differences: greaterThanOrEqualTo(field: string, value: ValueType): DataAbilityPredicates; | api/@ohos.data.dataAbility.d.ts |
| New API | NA | Class name: DataAbilityPredicates; API declaration: lessThanOrEqualTo(field: string, value: ValueType): DataAbilityPredicates; Differences: lessThanOrEqualTo(field: string, value: ValueType): DataAbilityPredicates; | api/@ohos.data.dataAbility.d.ts |
| New API | NA | Class name: DataAbilityPredicates; API declaration: orderByAsc(field: string): DataAbilityPredicates; Differences: orderByAsc(field: string): DataAbilityPredicates; | api/@ohos.data.dataAbility.d.ts |
| New API | NA | Class name: DataAbilityPredicates; API declaration: orderByDesc(field: string): DataAbilityPredicates; Differences: orderByDesc(field: string): DataAbilityPredicates; | api/@ohos.data.dataAbility.d.ts |
| New API | NA | Class name: DataAbilityPredicates; API declaration: distinct(): DataAbilityPredicates; Differences: distinct(): DataAbilityPredicates; | api/@ohos.data.dataAbility.d.ts |
| New API | NA | Class name: DataAbilityPredicates; API declaration: limitAs(value: number): DataAbilityPredicates; Differences: limitAs(value: number): DataAbilityPredicates; | api/@ohos.data.dataAbility.d.ts |
| New API | NA | Class name: DataAbilityPredicates; API declaration: offsetAs(rowOffset: number): DataAbilityPredicates; Differences: offsetAs(rowOffset: number): DataAbilityPredicates; | api/@ohos.data.dataAbility.d.ts |
| New API | NA | Class name: DataAbilityPredicates; API declaration: groupBy(fields: Array<string>): DataAbilityPredicates; Differences: groupBy(fields: Array<string>): DataAbilityPredicates; | api/@ohos.data.dataAbility.d.ts |
| New API | NA | Class name: DataAbilityPredicates; API declaration: indexedBy(field: string): DataAbilityPredicates; Differences: indexedBy(field: string): DataAbilityPredicates; | api/@ohos.data.dataAbility.d.ts |
| New API | NA | Class name: DataAbilityPredicates; API declaration: in(field: string, value: Array<ValueType>): DataAbilityPredicates; Differences: in(field: string, value: Array<ValueType>): DataAbilityPredicates; | api/@ohos.data.dataAbility.d.ts |
| New API | NA | Class name: DataAbilityPredicates; API declaration: notIn(field: string, value: Array<ValueType>): DataAbilityPredicates; Differences: notIn(field: string, value: Array<ValueType>): DataAbilityPredicates; | api/@ohos.data.dataAbility.d.ts |
| New API | NA | Class name: dataAbility; API declaration: type ValueType = number |string |boolean; Differences: type ValueType = number |string |boolean; | api/@ohos.data.dataAbility.d.ts |
| New API | NA | Class name: global; API declaration: declare namespace dataSharePredicates Differences: declare namespace dataSharePredicates | api/@ohos.data.dataSharePredicates.d.ts |
| New API | NA | Class name: dataSharePredicates; API declaration: class DataSharePredicates Differences: class DataSharePredicates | api/@ohos.data.dataSharePredicates.d.ts |
| New API | NA | Class name: DataSharePredicates; API declaration: equalTo(field: string, value: ValueType): DataSharePredicates; Differences: equalTo(field: string, value: ValueType): DataSharePredicates; | api/@ohos.data.dataSharePredicates.d.ts |
| New API | NA | Class name: DataSharePredicates; API declaration: and(): DataSharePredicates; Differences: and(): DataSharePredicates; | api/@ohos.data.dataSharePredicates.d.ts |
| New API | NA | Class name: DataSharePredicates; API declaration: orderByAsc(field: string): DataSharePredicates; Differences: orderByAsc(field: string): DataSharePredicates; | api/@ohos.data.dataSharePredicates.d.ts |
| New API | NA | Class name: DataSharePredicates; API declaration: orderByDesc(field: string): DataSharePredicates; Differences: orderByDesc(field: string): DataSharePredicates; | api/@ohos.data.dataSharePredicates.d.ts |
| New API | NA | Class name: DataSharePredicates; API declaration: limit(total: number, offset: number): DataSharePredicates; Differences: limit(total: number, offset: number): DataSharePredicates; | api/@ohos.data.dataSharePredicates.d.ts |
| New API | NA | Class name: DataSharePredicates; API declaration: in(field: string, value: Array<ValueType>): DataSharePredicates; Differences: in(field: string, value: Array<ValueType>): DataSharePredicates; | api/@ohos.data.dataSharePredicates.d.ts |
| New API | NA | Class name: global; API declaration: declare namespace distributedData Differences: declare namespace distributedData | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: distributedData; API declaration: interface KVManagerConfig Differences: interface KVManagerConfig | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVManagerConfig; API declaration: userInfo: UserInfo; Differences: userInfo: UserInfo; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVManagerConfig; API declaration: bundleName: string; Differences: bundleName: string; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: distributedData; API declaration: interface UserInfo Differences: interface UserInfo | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: UserInfo; API declaration: userId?: string; Differences: userId?: string; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: UserInfo; API declaration: userType?: UserType; Differences: userType?: UserType; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: distributedData; API declaration: enum UserType Differences: enum UserType | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: UserType; API declaration: SAME_USER_ID = 0 Differences: SAME_USER_ID = 0 | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: distributedData; API declaration: namespace Constants Differences: namespace Constants | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Constants; API declaration: const MAX_KEY_LENGTH = 1024; Differences: const MAX_KEY_LENGTH = 1024; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Constants; API declaration: const MAX_VALUE_LENGTH = 4194303; Differences: const MAX_VALUE_LENGTH = 4194303; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Constants; API declaration: const MAX_KEY_LENGTH_DEVICE = 896; Differences: const MAX_KEY_LENGTH_DEVICE = 896; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Constants; API declaration: const MAX_STORE_ID_LENGTH = 128; Differences: const MAX_STORE_ID_LENGTH = 128; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Constants; API declaration: const MAX_QUERY_LENGTH = 512000; Differences: const MAX_QUERY_LENGTH = 512000; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Constants; API declaration: const MAX_BATCH_SIZE = 128; Differences: const MAX_BATCH_SIZE = 128; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: distributedData; API declaration: enum ValueType Differences: enum ValueType | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: ValueType; API declaration: STRING = 0 Differences: STRING = 0 | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: ValueType; API declaration: INTEGER = 1 Differences: INTEGER = 1 | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: ValueType; API declaration: FLOAT = 2 Differences: FLOAT = 2 | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: ValueType; API declaration: BYTE_ARRAY = 3 Differences: BYTE_ARRAY = 3 | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: ValueType; API declaration: BOOLEAN = 4 Differences: BOOLEAN = 4 | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: ValueType; API declaration: DOUBLE = 5 Differences: DOUBLE = 5 | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: distributedData; API declaration: interface Value Differences: interface Value | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Value; API declaration: type: ValueType; Differences: type: ValueType; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Value; API declaration: value: Uint8Array |string |number |boolean; Differences: value: Uint8Array |string |number |boolean; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: distributedData; API declaration: interface Entry Differences: interface Entry | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Entry; API declaration: key: string; Differences: key: string; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Entry; API declaration: value: Value; Differences: value: Value; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: distributedData; API declaration: interface ChangeNotification Differences: interface ChangeNotification | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: ChangeNotification; API declaration: insertEntries: Entry[]; Differences: insertEntries: Entry[]; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: ChangeNotification; API declaration: updateEntries: Entry[]; Differences: updateEntries: Entry[]; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: ChangeNotification; API declaration: deleteEntries: Entry[]; Differences: deleteEntries: Entry[]; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: ChangeNotification; API declaration: deviceId: string; Differences: deviceId: string; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: distributedData; API declaration: enum SyncMode Differences: enum SyncMode | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SyncMode; API declaration: PULL_ONLY = 0 Differences: PULL_ONLY = 0 | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SyncMode; API declaration: PUSH_ONLY = 1 Differences: PUSH_ONLY = 1 | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SyncMode; API declaration: PUSH_PULL = 2 Differences: PUSH_PULL = 2 | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: distributedData; API declaration: enum SubscribeType Differences: enum SubscribeType | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SubscribeType; API declaration: SUBSCRIBE_TYPE_LOCAL = 0 Differences: SUBSCRIBE_TYPE_LOCAL = 0 | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SubscribeType; API declaration: SUBSCRIBE_TYPE_REMOTE = 1 Differences: SUBSCRIBE_TYPE_REMOTE = 1 | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SubscribeType; API declaration: SUBSCRIBE_TYPE_ALL = 2 Differences: SUBSCRIBE_TYPE_ALL = 2 | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: distributedData; API declaration: enum KVStoreType Differences: enum KVStoreType | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVStoreType; API declaration: DEVICE_COLLABORATION = 0 Differences: DEVICE_COLLABORATION = 0 | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVStoreType; API declaration: SINGLE_VERSION = 1 Differences: SINGLE_VERSION = 1 | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVStoreType; API declaration: MULTI_VERSION = 2 Differences: MULTI_VERSION = 2 | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: distributedData; API declaration: enum SecurityLevel Differences: enum SecurityLevel | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SecurityLevel; API declaration: NO_LEVEL = 0 Differences: NO_LEVEL = 0 | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SecurityLevel; API declaration: S0 = 1 Differences: S0 = 1 | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SecurityLevel; API declaration: S1 = 2 Differences: S1 = 2 | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SecurityLevel; API declaration: S2 = 3 Differences: S2 = 3 | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SecurityLevel; API declaration: S3 = 5 Differences: S3 = 5 | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SecurityLevel; API declaration: S4 = 6 Differences: S4 = 6 | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: distributedData; API declaration: interface Options Differences: interface Options | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Options; API declaration: createIfMissing?: boolean; Differences: createIfMissing?: boolean; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Options; API declaration: encrypt?: boolean; Differences: encrypt?: boolean; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Options; API declaration: backup?: boolean; Differences: backup?: boolean; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Options; API declaration: autoSync?: boolean; Differences: autoSync?: boolean; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Options; API declaration: kvStoreType?: KVStoreType; Differences: kvStoreType?: KVStoreType; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Options; API declaration: securityLevel?: SecurityLevel; Differences: securityLevel?: SecurityLevel; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Options; API declaration: schema?: Schema; Differences: schema?: Schema; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: distributedData; API declaration: class Schema Differences: class Schema | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Schema; API declaration: root: FieldNode; Differences: root: FieldNode; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Schema; API declaration: indexes: Array<string>; Differences: indexes: Array<string>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Schema; API declaration: mode: number; Differences: mode: number; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Schema; API declaration: skip: number; Differences: skip: number; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: distributedData; API declaration: class FieldNode Differences: class FieldNode | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: FieldNode; API declaration: appendChild(child: FieldNode): boolean; Differences: appendChild(child: FieldNode): boolean; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: FieldNode; API declaration: default: string; Differences: default: string; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: FieldNode; API declaration: nullable: boolean; Differences: nullable: boolean; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: FieldNode; API declaration: type: number; Differences: type: number; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: distributedData; API declaration: interface KvStoreResultSet Differences: interface KvStoreResultSet | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KvStoreResultSet; API declaration: getCount(): number; Differences: getCount(): number; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KvStoreResultSet; API declaration: getPosition(): number; Differences: getPosition(): number; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KvStoreResultSet; API declaration: moveToFirst(): boolean; Differences: moveToFirst(): boolean; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KvStoreResultSet; API declaration: moveToLast(): boolean; Differences: moveToLast(): boolean; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KvStoreResultSet; API declaration: moveToNext(): boolean; Differences: moveToNext(): boolean; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KvStoreResultSet; API declaration: moveToPrevious(): boolean; Differences: moveToPrevious(): boolean; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KvStoreResultSet; API declaration: move(offset: number): boolean; Differences: move(offset: number): boolean; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KvStoreResultSet; API declaration: moveToPosition(position: number): boolean; Differences: moveToPosition(position: number): boolean; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KvStoreResultSet; API declaration: isFirst(): boolean; Differences: isFirst(): boolean; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KvStoreResultSet; API declaration: isLast(): boolean; Differences: isLast(): boolean; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KvStoreResultSet; API declaration: isBeforeFirst(): boolean; Differences: isBeforeFirst(): boolean; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KvStoreResultSet; API declaration: isAfterLast(): boolean; Differences: isAfterLast(): boolean; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KvStoreResultSet; API declaration: getEntry(): Entry; Differences: getEntry(): Entry; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: distributedData; API declaration: class Query Differences: class Query | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Query; API declaration: reset(): Query; Differences: reset(): Query; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Query; API declaration: equalTo(field: string, value: number |string |boolean): Query; Differences: equalTo(field: string, value: number |string |boolean): Query; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Query; API declaration: notEqualTo(field: string, value: number |string |boolean): Query; Differences: notEqualTo(field: string, value: number |string |boolean): Query; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Query; API declaration: greaterThan(field: string, value: number |string |boolean): Query; Differences: greaterThan(field: string, value: number |string |boolean): Query; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Query; API declaration: lessThan(field: string, value: number |string): Query; Differences: lessThan(field: string, value: number |string): Query; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Query; API declaration: greaterThanOrEqualTo(field: string, value: number |string): Query; Differences: greaterThanOrEqualTo(field: string, value: number |string): Query; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Query; API declaration: lessThanOrEqualTo(field: string, value: number |string): Query; Differences: lessThanOrEqualTo(field: string, value: number |string): Query; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Query; API declaration: isNull(field: string): Query; Differences: isNull(field: string): Query; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Query; API declaration: inNumber(field: string, valueList: number[]): Query; Differences: inNumber(field: string, valueList: number[]): Query; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Query; API declaration: inString(field: string, valueList: string[]): Query; Differences: inString(field: string, valueList: string[]): Query; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Query; API declaration: notInNumber(field: string, valueList: number[]): Query; Differences: notInNumber(field: string, valueList: number[]): Query; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Query; API declaration: notInString(field: string, valueList: string[]): Query; Differences: notInString(field: string, valueList: string[]): Query; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Query; API declaration: like(field: string, value: string): Query; Differences: like(field: string, value: string): Query; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Query; API declaration: unlike(field: string, value: string): Query; Differences: unlike(field: string, value: string): Query; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Query; API declaration: and(): Query; Differences: and(): Query; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Query; API declaration: or(): Query; Differences: or(): Query; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Query; API declaration: orderByAsc(field: string): Query; Differences: orderByAsc(field: string): Query; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Query; API declaration: orderByDesc(field: string): Query; Differences: orderByDesc(field: string): Query; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Query; API declaration: limit(total: number, offset: number): Query; Differences: limit(total: number, offset: number): Query; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Query; API declaration: isNotNull(field: string): Query; Differences: isNotNull(field: string): Query; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Query; API declaration: beginGroup(): Query; Differences: beginGroup(): Query; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Query; API declaration: endGroup(): Query; Differences: endGroup(): Query; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Query; API declaration: prefixKey(prefix: string): Query; Differences: prefixKey(prefix: string): Query; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Query; API declaration: setSuggestIndex(index: string): Query; Differences: setSuggestIndex(index: string): Query; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Query; API declaration: deviceId(deviceId: string): Query; Differences: deviceId(deviceId: string): Query; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: Query; API declaration: getSqlLike(): string; Differences: getSqlLike(): string; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: distributedData; API declaration: interface KVStore Differences: interface KVStore | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVStore; API declaration: put(key: string, value: Uint8Array |string |number |boolean, callback: AsyncCallback<void>): void; Differences: put(key: string, value: Uint8Array |string |number |boolean, callback: AsyncCallback<void>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVStore; API declaration: put(key: string, value: Uint8Array |string |number |boolean): Promise<void>; Differences: put(key: string, value: Uint8Array |string |number |boolean): Promise<void>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVStore; API declaration: delete(key: string, callback: AsyncCallback<void>): void; Differences: delete(key: string, callback: AsyncCallback<void>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVStore; API declaration: delete(key: string): Promise<void>; Differences: delete(key: string): Promise<void>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVStore; API declaration: on(event: 'dataChange', type: SubscribeType, listener: Callback<ChangeNotification>): void; Differences: on(event: 'dataChange', type: SubscribeType, listener: Callback<ChangeNotification>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVStore; API declaration: on(event: 'syncComplete', syncCallback: Callback<Array<[ string, number ]>>): void; Differences: on(event: 'syncComplete', syncCallback: Callback<Array<[ string, number ]>>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVStore; API declaration: off(event: 'dataChange', listener?: Callback<ChangeNotification>): void; Differences: off(event: 'dataChange', listener?: Callback<ChangeNotification>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVStore; API declaration: off(event: 'syncComplete', syncCallback?: Callback<Array<[ string, number ]>>): void; Differences: off(event: 'syncComplete', syncCallback?: Callback<Array<[ string, number ]>>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVStore; API declaration: putBatch(entries: Entry[], callback: AsyncCallback<void>): void; Differences: putBatch(entries: Entry[], callback: AsyncCallback<void>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVStore; API declaration: putBatch(entries: Entry[]): Promise<void>; Differences: putBatch(entries: Entry[]): Promise<void>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVStore; API declaration: deleteBatch(keys: string[], callback: AsyncCallback<void>): void; Differences: deleteBatch(keys: string[], callback: AsyncCallback<void>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVStore; API declaration: deleteBatch(keys: string[]): Promise<void>; Differences: deleteBatch(keys: string[]): Promise<void>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVStore; API declaration: startTransaction(callback: AsyncCallback<void>): void; Differences: startTransaction(callback: AsyncCallback<void>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVStore; API declaration: startTransaction(): Promise<void>; Differences: startTransaction(): Promise<void>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVStore; API declaration: commit(callback: AsyncCallback<void>): void; Differences: commit(callback: AsyncCallback<void>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVStore; API declaration: commit(): Promise<void>; Differences: commit(): Promise<void>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVStore; API declaration: rollback(callback: AsyncCallback<void>): void; Differences: rollback(callback: AsyncCallback<void>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVStore; API declaration: rollback(): Promise<void>; Differences: rollback(): Promise<void>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVStore; API declaration: enableSync(enabled: boolean, callback: AsyncCallback<void>): void; Differences: enableSync(enabled: boolean, callback: AsyncCallback<void>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVStore; API declaration: enableSync(enabled: boolean): Promise<void>; Differences: enableSync(enabled: boolean): Promise<void>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVStore; API declaration: setSyncRange(localLabels: string[], remoteSupportLabels: string[], callback: AsyncCallback<void>): void; Differences: setSyncRange(localLabels: string[], remoteSupportLabels: string[], callback: AsyncCallback<void>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVStore; API declaration: setSyncRange(localLabels: string[], remoteSupportLabels: string[]): Promise<void>; Differences: setSyncRange(localLabels: string[], remoteSupportLabels: string[]): Promise<void>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: distributedData; API declaration: interface SingleKVStore Differences: interface SingleKVStore | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: get(key: string, callback: AsyncCallback<Uint8Array |string |boolean |number>): void; Differences: get(key: string, callback: AsyncCallback<Uint8Array |string |boolean |number>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: get(key: string): Promise<Uint8Array |string |boolean |number>; Differences: get(key: string): Promise<Uint8Array |string |boolean |number>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: getEntries(keyPrefix: string, callback: AsyncCallback<Entry[]>): void; Differences: getEntries(keyPrefix: string, callback: AsyncCallback<Entry[]>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: getEntries(keyPrefix: string): Promise<Entry[]>; Differences: getEntries(keyPrefix: string): Promise<Entry[]>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: getEntries(query: Query, callback: AsyncCallback<Entry[]>): void; Differences: getEntries(query: Query, callback: AsyncCallback<Entry[]>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: getEntries(query: Query): Promise<Entry[]>; Differences: getEntries(query: Query): Promise<Entry[]>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: getResultSet(keyPrefix: string, callback: AsyncCallback<KvStoreResultSet>): void; Differences: getResultSet(keyPrefix: string, callback: AsyncCallback<KvStoreResultSet>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: getResultSet(keyPrefix: string): Promise<KvStoreResultSet>; Differences: getResultSet(keyPrefix: string): Promise<KvStoreResultSet>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: getResultSet(query: Query, callback: AsyncCallback<KvStoreResultSet>): void; Differences: getResultSet(query: Query, callback: AsyncCallback<KvStoreResultSet>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: getResultSet(query: Query): Promise<KvStoreResultSet>; Differences: getResultSet(query: Query): Promise<KvStoreResultSet>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: closeResultSet(resultSet: KvStoreResultSet, callback: AsyncCallback<void>): void; Differences: closeResultSet(resultSet: KvStoreResultSet, callback: AsyncCallback<void>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: closeResultSet(resultSet: KvStoreResultSet): Promise<void>; Differences: closeResultSet(resultSet: KvStoreResultSet): Promise<void>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: getResultSize(query: Query, callback: AsyncCallback<number>): void; Differences: getResultSize(query: Query, callback: AsyncCallback<number>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: getResultSize(query: Query): Promise<number>; Differences: getResultSize(query: Query): Promise<number>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: removeDeviceData(deviceId: string, callback: AsyncCallback<void>): void; Differences: removeDeviceData(deviceId: string, callback: AsyncCallback<void>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: removeDeviceData(deviceId: string): Promise<void>; Differences: removeDeviceData(deviceId: string): Promise<void>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: sync(deviceIds: string[], mode: SyncMode, delayMs?: number): void; Differences: sync(deviceIds: string[], mode: SyncMode, delayMs?: number): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: on(event: 'dataChange', type: SubscribeType, listener: Callback<ChangeNotification>): void; Differences: on(event: 'dataChange', type: SubscribeType, listener: Callback<ChangeNotification>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: on(event: 'syncComplete', syncCallback: Callback<Array<[ string, number ]>>): void; Differences: on(event: 'syncComplete', syncCallback: Callback<Array<[ string, number ]>>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: off(event: 'dataChange', listener?: Callback<ChangeNotification>): void; Differences: off(event: 'dataChange', listener?: Callback<ChangeNotification>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: off(event: 'syncComplete', syncCallback?: Callback<Array<[ string, number ]>>): void; Differences: off(event: 'syncComplete', syncCallback?: Callback<Array<[ string, number ]>>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: setSyncParam(defaultAllowedDelayMs: number, callback: AsyncCallback<void>): void; Differences: setSyncParam(defaultAllowedDelayMs: number, callback: AsyncCallback<void>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: setSyncParam(defaultAllowedDelayMs: number): Promise<void>; Differences: setSyncParam(defaultAllowedDelayMs: number): Promise<void>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: getSecurityLevel(callback: AsyncCallback<SecurityLevel>): void; Differences: getSecurityLevel(callback: AsyncCallback<SecurityLevel>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: getSecurityLevel(): Promise<SecurityLevel>; Differences: getSecurityLevel(): Promise<SecurityLevel>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: distributedData; API declaration: interface DeviceKVStore Differences: interface DeviceKVStore | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: get(deviceId: string, key: string, callback: AsyncCallback<boolean |string |number |Uint8Array>): void; Differences: get(deviceId: string, key: string, callback: AsyncCallback<boolean |string |number |Uint8Array>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: get(deviceId: string, key: string): Promise<boolean |string |number |Uint8Array>; Differences: get(deviceId: string, key: string): Promise<boolean |string |number |Uint8Array>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getEntries(deviceId: string, keyPrefix: string, callback: AsyncCallback<Entry[]>): void; Differences: getEntries(deviceId: string, keyPrefix: string, callback: AsyncCallback<Entry[]>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getEntries(deviceId: string, keyPrefix: string): Promise<Entry[]>; Differences: getEntries(deviceId: string, keyPrefix: string): Promise<Entry[]>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getEntries(query: Query, callback: AsyncCallback<Entry[]>): void; Differences: getEntries(query: Query, callback: AsyncCallback<Entry[]>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getEntries(query: Query): Promise<Entry[]>; Differences: getEntries(query: Query): Promise<Entry[]>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getEntries(deviceId: string, query: Query, callback: AsyncCallback<Entry[]>): void; Differences: getEntries(deviceId: string, query: Query, callback: AsyncCallback<Entry[]>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getEntries(deviceId: string, query: Query): Promise<Entry[]>; Differences: getEntries(deviceId: string, query: Query): Promise<Entry[]>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getResultSet(deviceId: string, keyPrefix: string, callback: AsyncCallback<KvStoreResultSet>): void; Differences: getResultSet(deviceId: string, keyPrefix: string, callback: AsyncCallback<KvStoreResultSet>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getResultSet(deviceId: string, keyPrefix: string): Promise<KvStoreResultSet>; Differences: getResultSet(deviceId: string, keyPrefix: string): Promise<KvStoreResultSet>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getResultSet(query: Query, callback: AsyncCallback<KvStoreResultSet>): void; Differences: getResultSet(query: Query, callback: AsyncCallback<KvStoreResultSet>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getResultSet(query: Query): Promise<KvStoreResultSet>; Differences: getResultSet(query: Query): Promise<KvStoreResultSet>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getResultSet(deviceId: string, query: Query, callback: AsyncCallback<KvStoreResultSet>): void; Differences: getResultSet(deviceId: string, query: Query, callback: AsyncCallback<KvStoreResultSet>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getResultSet(deviceId: string, query: Query): Promise<KvStoreResultSet>; Differences: getResultSet(deviceId: string, query: Query): Promise<KvStoreResultSet>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: closeResultSet(resultSet: KvStoreResultSet, callback: AsyncCallback<void>): void; Differences: closeResultSet(resultSet: KvStoreResultSet, callback: AsyncCallback<void>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: closeResultSet(resultSet: KvStoreResultSet): Promise<void>; Differences: closeResultSet(resultSet: KvStoreResultSet): Promise<void>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getResultSize(query: Query, callback: AsyncCallback<number>): void; Differences: getResultSize(query: Query, callback: AsyncCallback<number>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getResultSize(query: Query): Promise<number>; Differences: getResultSize(query: Query): Promise<number>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getResultSize(deviceId: string, query: Query, callback: AsyncCallback<number>): void; Differences: getResultSize(deviceId: string, query: Query, callback: AsyncCallback<number>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getResultSize(deviceId: string, query: Query): Promise<number>; Differences: getResultSize(deviceId: string, query: Query): Promise<number>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: removeDeviceData(deviceId: string, callback: AsyncCallback<void>): void; Differences: removeDeviceData(deviceId: string, callback: AsyncCallback<void>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: removeDeviceData(deviceId: string): Promise<void>; Differences: removeDeviceData(deviceId: string): Promise<void>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: sync(deviceIds: string[], mode: SyncMode, delayMs?: number): void; Differences: sync(deviceIds: string[], mode: SyncMode, delayMs?: number): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: on(event: 'dataChange', type: SubscribeType, listener: Callback<ChangeNotification>): void; Differences: on(event: 'dataChange', type: SubscribeType, listener: Callback<ChangeNotification>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: on(event: 'syncComplete', syncCallback: Callback<Array<[ string, number ]>>): void; Differences: on(event: 'syncComplete', syncCallback: Callback<Array<[ string, number ]>>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: off(event: 'dataChange', listener?: Callback<ChangeNotification>): void; Differences: off(event: 'dataChange', listener?: Callback<ChangeNotification>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: off(event: 'syncComplete', syncCallback?: Callback<Array<[ string, number ]>>): void; Differences: off(event: 'syncComplete', syncCallback?: Callback<Array<[ string, number ]>>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: distributedData; API declaration: function createKVManager(config: KVManagerConfig, callback: AsyncCallback<KVManager>): void; Differences: function createKVManager(config: KVManagerConfig, callback: AsyncCallback<KVManager>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: distributedData; API declaration: function createKVManager(config: KVManagerConfig): Promise<KVManager>; Differences: function createKVManager(config: KVManagerConfig): Promise<KVManager>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: distributedData; API declaration: interface KVManager Differences: interface KVManager | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVManager; API declaration: getKVStore<T extends KVStore>(storeId: string, options: Options): Promise<T>; Differences: getKVStore<T extends KVStore>(storeId: string, options: Options): Promise<T>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVManager; API declaration: getKVStore<T extends KVStore>(storeId: string, options: Options, callback: AsyncCallback<T>): void; Differences: getKVStore<T extends KVStore>(storeId: string, options: Options, callback: AsyncCallback<T>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVManager; API declaration: closeKVStore(appId: string, storeId: string, kvStore: KVStore, callback: AsyncCallback<void>): void; Differences: closeKVStore(appId: string, storeId: string, kvStore: KVStore, callback: AsyncCallback<void>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVManager; API declaration: closeKVStore(appId: string, storeId: string, kvStore: KVStore): Promise<void>; Differences: closeKVStore(appId: string, storeId: string, kvStore: KVStore): Promise<void>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVManager; API declaration: deleteKVStore(appId: string, storeId: string, callback: AsyncCallback<void>): void; Differences: deleteKVStore(appId: string, storeId: string, callback: AsyncCallback<void>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVManager; API declaration: deleteKVStore(appId: string, storeId: string): Promise<void>; Differences: deleteKVStore(appId: string, storeId: string): Promise<void>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVManager; API declaration: getAllKVStoreId(appId: string, callback: AsyncCallback<string[]>): void; Differences: getAllKVStoreId(appId: string, callback: AsyncCallback<string[]>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVManager; API declaration: getAllKVStoreId(appId: string): Promise<string[]>; Differences: getAllKVStoreId(appId: string): Promise<string[]>; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVManager; API declaration: on(event: 'distributedDataServiceDie', deathCallback: Callback<void>): void; Differences: on(event: 'distributedDataServiceDie', deathCallback: Callback<void>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: KVManager; API declaration: off(event: 'distributedDataServiceDie', deathCallback?: Callback<void>): void; Differences: off(event: 'distributedDataServiceDie', deathCallback?: Callback<void>): void; | api/@ohos.data.distributedData.d.ts |
| New API | NA | Class name: global; API declaration: declare namespace distributedDataObject Differences: declare namespace distributedDataObject | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: distributedDataObject; API declaration: interface BindInfo Differences: interface BindInfo | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: BindInfo; API declaration: storeName: string; Differences: storeName: string; | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: BindInfo; API declaration: tableName: string; Differences: tableName: string; | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: BindInfo; API declaration: primaryKey: commonType.ValuesBucket; Differences: primaryKey: commonType.ValuesBucket; | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: BindInfo; API declaration: field: string; Differences: field: string; | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: BindInfo; API declaration: assetName: string; Differences: assetName: string; | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: distributedDataObject; API declaration: function createDistributedObject(source: object): DistributedObject; Differences: function createDistributedObject(source: object): DistributedObject; | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: distributedDataObject; API declaration: function create(context: Context, source: object): DataObject; Differences: function create(context: Context, source: object): DataObject; | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: distributedDataObject; API declaration: function genSessionId(): string; Differences: function genSessionId(): string; | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: distributedDataObject; API declaration: interface SaveSuccessResponse Differences: interface SaveSuccessResponse | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: SaveSuccessResponse; API declaration: sessionId: string; Differences: sessionId: string; | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: SaveSuccessResponse; API declaration: version: number; Differences: version: number; | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: SaveSuccessResponse; API declaration: deviceId: string; Differences: deviceId: string; | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: distributedDataObject; API declaration: interface RevokeSaveSuccessResponse Differences: interface RevokeSaveSuccessResponse | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: RevokeSaveSuccessResponse; API declaration: sessionId: string; Differences: sessionId: string; | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: distributedDataObject; API declaration: interface DistributedObject Differences: interface DistributedObject | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: DistributedObject; API declaration: setSessionId(sessionId?: string): boolean; Differences: setSessionId(sessionId?: string): boolean; | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: DistributedObject; API declaration: on(type: 'change', callback: (sessionId: string, fields: Array<string>) => void): void; Differences: on(type: 'change', callback: (sessionId: string, fields: Array<string>) => void): void; | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: DistributedObject; API declaration: off(type: 'change', callback?: (sessionId: string, fields: Array<string>) => void): void; Differences: off(type: 'change', callback?: (sessionId: string, fields: Array<string>) => void): void; | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: DistributedObject; API declaration: on(type: 'status', callback: (sessionId: string, networkId: string, status: 'online' |'offline') => void): void; Differences: on(type: 'status', callback: (sessionId: string, networkId: string, status: 'online' |'offline') => void): void; | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: DistributedObject; API declaration: off(type: 'status', callback?: (sessionId: string, networkId: string, status: 'online' |'offline') => void): void; Differences: off(type: 'status', callback?: (sessionId: string, networkId: string, status: 'online' |'offline') => void): void; | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: distributedDataObject; API declaration: interface DataObject Differences: interface DataObject | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: DataObject; API declaration: setSessionId(sessionId: string, callback: AsyncCallback<void>): void; Differences: setSessionId(sessionId: string, callback: AsyncCallback<void>): void; | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: DataObject; API declaration: setSessionId(callback: AsyncCallback<void>): void; Differences: setSessionId(callback: AsyncCallback<void>): void; | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: DataObject; API declaration: setSessionId(sessionId?: string): Promise<void>; Differences: setSessionId(sessionId?: string): Promise<void>; | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: DataObject; API declaration: on(type: 'change', callback: (sessionId: string, fields: Array<string>) => void): void; Differences: on(type: 'change', callback: (sessionId: string, fields: Array<string>) => void): void; | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: DataObject; API declaration: off(type: 'change', callback?: (sessionId: string, fields: Array<string>) => void): void; Differences: off(type: 'change', callback?: (sessionId: string, fields: Array<string>) => void): void; | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: DataObject; API declaration: on(type: 'status', callback: (sessionId: string, networkId: string, status: 'online' |'offline') => void): void; Differences: on(type: 'status', callback: (sessionId: string, networkId: string, status: 'online' |'offline') => void): void; | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: DataObject; API declaration: off(type: 'status', callback?: (sessionId: string, networkId: string, status: 'online' |'offline') => void): void; Differences: off(type: 'status', callback?: (sessionId: string, networkId: string, status: 'online' |'offline') => void): void; | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: DataObject; API declaration: save(deviceId: string, callback: AsyncCallback<SaveSuccessResponse>): void; Differences: save(deviceId: string, callback: AsyncCallback<SaveSuccessResponse>): void; | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: DataObject; API declaration: save(deviceId: string): Promise<SaveSuccessResponse>; Differences: save(deviceId: string): Promise<SaveSuccessResponse>; | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: DataObject; API declaration: revokeSave(callback: AsyncCallback<RevokeSaveSuccessResponse>): void; Differences: revokeSave(callback: AsyncCallback<RevokeSaveSuccessResponse>): void; | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: DataObject; API declaration: revokeSave(): Promise<RevokeSaveSuccessResponse>; Differences: revokeSave(): Promise<RevokeSaveSuccessResponse>; | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: DataObject; API declaration: bindAssetStore(assetKey: string, bindInfo: BindInfo, callback: AsyncCallback<void>): void; Differences: bindAssetStore(assetKey: string, bindInfo: BindInfo, callback: AsyncCallback<void>): void; | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: DataObject; API declaration: bindAssetStore(assetKey: string, bindInfo: BindInfo): Promise<void>; Differences: bindAssetStore(assetKey: string, bindInfo: BindInfo): Promise<void>; | api/@ohos.data.distributedDataObject.d.ts |
| New API | NA | Class name: global; API declaration: declare namespace distributedKVStore Differences: declare namespace distributedKVStore | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: distributedKVStore; API declaration: interface KVManagerConfig Differences: interface KVManagerConfig | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: KVManagerConfig; API declaration: bundleName: string; Differences: bundleName: string; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: KVManagerConfig; API declaration: context: BaseContext; Differences: context: BaseContext; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: distributedKVStore; API declaration: interface Constants Differences: interface Constants | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Constants; API declaration: readonly MAX_KEY_LENGTH: number; Differences: readonly MAX_KEY_LENGTH: number; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Constants; API declaration: readonly MAX_VALUE_LENGTH: number; Differences: readonly MAX_VALUE_LENGTH: number; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Constants; API declaration: readonly MAX_KEY_LENGTH_DEVICE: number; Differences: readonly MAX_KEY_LENGTH_DEVICE: number; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Constants; API declaration: readonly MAX_STORE_ID_LENGTH: number; Differences: readonly MAX_STORE_ID_LENGTH: number; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Constants; API declaration: readonly MAX_QUERY_LENGTH: number; Differences: readonly MAX_QUERY_LENGTH: number; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Constants; API declaration: readonly MAX_BATCH_SIZE: number; Differences: readonly MAX_BATCH_SIZE: number; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: distributedKVStore; API declaration: enum ValueType Differences: enum ValueType | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: ValueType; API declaration: STRING Differences: STRING | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: ValueType; API declaration: INTEGER Differences: INTEGER | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: ValueType; API declaration: FLOAT Differences: FLOAT | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: ValueType; API declaration: BYTE_ARRAY Differences: BYTE_ARRAY | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: ValueType; API declaration: BOOLEAN Differences: BOOLEAN | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: ValueType; API declaration: DOUBLE Differences: DOUBLE | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: distributedKVStore; API declaration: interface Value Differences: interface Value | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Value; API declaration: type: ValueType; Differences: type: ValueType; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Value; API declaration: value: Uint8Array |string |number |boolean; Differences: value: Uint8Array |string |number |boolean; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: distributedKVStore; API declaration: interface Entry Differences: interface Entry | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Entry; API declaration: key: string; Differences: key: string; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Entry; API declaration: value: Value; Differences: value: Value; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: distributedKVStore; API declaration: interface ChangeNotification Differences: interface ChangeNotification | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: ChangeNotification; API declaration: insertEntries: Entry[]; Differences: insertEntries: Entry[]; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: ChangeNotification; API declaration: updateEntries: Entry[]; Differences: updateEntries: Entry[]; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: ChangeNotification; API declaration: deleteEntries: Entry[]; Differences: deleteEntries: Entry[]; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: ChangeNotification; API declaration: deviceId: string; Differences: deviceId: string; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: distributedKVStore; API declaration: enum SyncMode Differences: enum SyncMode | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SyncMode; API declaration: PULL_ONLY Differences: PULL_ONLY | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SyncMode; API declaration: PUSH_ONLY Differences: PUSH_ONLY | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SyncMode; API declaration: PUSH_PULL Differences: PUSH_PULL | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: distributedKVStore; API declaration: enum SubscribeType Differences: enum SubscribeType | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SubscribeType; API declaration: SUBSCRIBE_TYPE_LOCAL Differences: SUBSCRIBE_TYPE_LOCAL | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SubscribeType; API declaration: SUBSCRIBE_TYPE_REMOTE Differences: SUBSCRIBE_TYPE_REMOTE | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SubscribeType; API declaration: SUBSCRIBE_TYPE_ALL Differences: SUBSCRIBE_TYPE_ALL | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: distributedKVStore; API declaration: enum KVStoreType Differences: enum KVStoreType | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: KVStoreType; API declaration: DEVICE_COLLABORATION Differences: DEVICE_COLLABORATION | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: KVStoreType; API declaration: SINGLE_VERSION Differences: SINGLE_VERSION | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: distributedKVStore; API declaration: enum SecurityLevel Differences: enum SecurityLevel | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SecurityLevel; API declaration: S1 Differences: S1 | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SecurityLevel; API declaration: S2 Differences: S2 | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SecurityLevel; API declaration: S3 Differences: S3 | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SecurityLevel; API declaration: S4 Differences: S4 | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: distributedKVStore; API declaration: interface Options Differences: interface Options | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Options; API declaration: createIfMissing?: boolean; Differences: createIfMissing?: boolean; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Options; API declaration: encrypt?: boolean; Differences: encrypt?: boolean; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Options; API declaration: backup?: boolean; Differences: backup?: boolean; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Options; API declaration: autoSync?: boolean; Differences: autoSync?: boolean; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Options; API declaration: kvStoreType?: KVStoreType; Differences: kvStoreType?: KVStoreType; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Options; API declaration: securityLevel: SecurityLevel; Differences: securityLevel: SecurityLevel; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Options; API declaration: schema?: Schema; Differences: schema?: Schema; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: distributedKVStore; API declaration: class Schema Differences: class Schema | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Schema; API declaration: root: FieldNode; Differences: root: FieldNode; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Schema; API declaration: indexes: Array<string>; Differences: indexes: Array<string>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Schema; API declaration: mode: number; Differences: mode: number; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Schema; API declaration: skip: number; Differences: skip: number; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: distributedKVStore; API declaration: class FieldNode Differences: class FieldNode | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: FieldNode; API declaration: appendChild(child: FieldNode): boolean; Differences: appendChild(child: FieldNode): boolean; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: FieldNode; API declaration: default: string; Differences: default: string; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: FieldNode; API declaration: nullable: boolean; Differences: nullable: boolean; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: FieldNode; API declaration: type: number; Differences: type: number; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: distributedKVStore; API declaration: interface KVStoreResultSet Differences: interface KVStoreResultSet | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: KVStoreResultSet; API declaration: getCount(): number; Differences: getCount(): number; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: KVStoreResultSet; API declaration: getPosition(): number; Differences: getPosition(): number; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: KVStoreResultSet; API declaration: moveToFirst(): boolean; Differences: moveToFirst(): boolean; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: KVStoreResultSet; API declaration: moveToLast(): boolean; Differences: moveToLast(): boolean; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: KVStoreResultSet; API declaration: moveToNext(): boolean; Differences: moveToNext(): boolean; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: KVStoreResultSet; API declaration: moveToPrevious(): boolean; Differences: moveToPrevious(): boolean; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: KVStoreResultSet; API declaration: move(offset: number): boolean; Differences: move(offset: number): boolean; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: KVStoreResultSet; API declaration: moveToPosition(position: number): boolean; Differences: moveToPosition(position: number): boolean; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: KVStoreResultSet; API declaration: isFirst(): boolean; Differences: isFirst(): boolean; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: KVStoreResultSet; API declaration: isLast(): boolean; Differences: isLast(): boolean; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: KVStoreResultSet; API declaration: isBeforeFirst(): boolean; Differences: isBeforeFirst(): boolean; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: KVStoreResultSet; API declaration: isAfterLast(): boolean; Differences: isAfterLast(): boolean; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: KVStoreResultSet; API declaration: getEntry(): Entry; Differences: getEntry(): Entry; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: distributedKVStore; API declaration: class Query Differences: class Query | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Query; API declaration: reset(): Query; Differences: reset(): Query; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Query; API declaration: equalTo(field: string, value: number |string |boolean): Query; Differences: equalTo(field: string, value: number |string |boolean): Query; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Query; API declaration: notEqualTo(field: string, value: number |string |boolean): Query; Differences: notEqualTo(field: string, value: number |string |boolean): Query; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Query; API declaration: greaterThan(field: string, value: number |string |boolean): Query; Differences: greaterThan(field: string, value: number |string |boolean): Query; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Query; API declaration: lessThan(field: string, value: number |string): Query; Differences: lessThan(field: string, value: number |string): Query; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Query; API declaration: greaterThanOrEqualTo(field: string, value: number |string): Query; Differences: greaterThanOrEqualTo(field: string, value: number |string): Query; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Query; API declaration: lessThanOrEqualTo(field: string, value: number |string): Query; Differences: lessThanOrEqualTo(field: string, value: number |string): Query; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Query; API declaration: isNull(field: string): Query; Differences: isNull(field: string): Query; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Query; API declaration: inNumber(field: string, valueList: number[]): Query; Differences: inNumber(field: string, valueList: number[]): Query; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Query; API declaration: inString(field: string, valueList: string[]): Query; Differences: inString(field: string, valueList: string[]): Query; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Query; API declaration: notInNumber(field: string, valueList: number[]): Query; Differences: notInNumber(field: string, valueList: number[]): Query; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Query; API declaration: notInString(field: string, valueList: string[]): Query; Differences: notInString(field: string, valueList: string[]): Query; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Query; API declaration: like(field: string, value: string): Query; Differences: like(field: string, value: string): Query; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Query; API declaration: unlike(field: string, value: string): Query; Differences: unlike(field: string, value: string): Query; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Query; API declaration: and(): Query; Differences: and(): Query; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Query; API declaration: or(): Query; Differences: or(): Query; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Query; API declaration: orderByAsc(field: string): Query; Differences: orderByAsc(field: string): Query; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Query; API declaration: orderByDesc(field: string): Query; Differences: orderByDesc(field: string): Query; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Query; API declaration: limit(total: number, offset: number): Query; Differences: limit(total: number, offset: number): Query; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Query; API declaration: isNotNull(field: string): Query; Differences: isNotNull(field: string): Query; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Query; API declaration: beginGroup(): Query; Differences: beginGroup(): Query; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Query; API declaration: endGroup(): Query; Differences: endGroup(): Query; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Query; API declaration: prefixKey(prefix: string): Query; Differences: prefixKey(prefix: string): Query; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Query; API declaration: setSuggestIndex(index: string): Query; Differences: setSuggestIndex(index: string): Query; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Query; API declaration: deviceId(deviceId: string): Query; Differences: deviceId(deviceId: string): Query; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: Query; API declaration: getSqlLike(): string; Differences: getSqlLike(): string; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: distributedKVStore; API declaration: interface SingleKVStore Differences: interface SingleKVStore | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: put(key: string, value: Uint8Array |string |number |boolean, callback: AsyncCallback<void>): void; Differences: put(key: string, value: Uint8Array |string |number |boolean, callback: AsyncCallback<void>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: put(key: string, value: Uint8Array |string |number |boolean): Promise<void>; Differences: put(key: string, value: Uint8Array |string |number |boolean): Promise<void>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: putBatch(entries: Entry[], callback: AsyncCallback<void>): void; Differences: putBatch(entries: Entry[], callback: AsyncCallback<void>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: putBatch(entries: Entry[]): Promise<void>; Differences: putBatch(entries: Entry[]): Promise<void>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: delete(key: string, callback: AsyncCallback<void>): void; Differences: delete(key: string, callback: AsyncCallback<void>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: delete(key: string): Promise<void>; Differences: delete(key: string): Promise<void>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: deleteBatch(keys: string[], callback: AsyncCallback<void>): void; Differences: deleteBatch(keys: string[], callback: AsyncCallback<void>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: deleteBatch(keys: string[]): Promise<void>; Differences: deleteBatch(keys: string[]): Promise<void>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: removeDeviceData(deviceId: string, callback: AsyncCallback<void>): void; Differences: removeDeviceData(deviceId: string, callback: AsyncCallback<void>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: removeDeviceData(deviceId: string): Promise<void>; Differences: removeDeviceData(deviceId: string): Promise<void>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: get(key: string, callback: AsyncCallback<boolean |string |number |Uint8Array>): void; Differences: get(key: string, callback: AsyncCallback<boolean |string |number |Uint8Array>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: get(key: string): Promise<boolean |string |number |Uint8Array>; Differences: get(key: string): Promise<boolean |string |number |Uint8Array>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: getEntries(keyPrefix: string, callback: AsyncCallback<Entry[]>): void; Differences: getEntries(keyPrefix: string, callback: AsyncCallback<Entry[]>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: getEntries(keyPrefix: string): Promise<Entry[]>; Differences: getEntries(keyPrefix: string): Promise<Entry[]>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: getEntries(query: Query, callback: AsyncCallback<Entry[]>): void; Differences: getEntries(query: Query, callback: AsyncCallback<Entry[]>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: getEntries(query: Query): Promise<Entry[]>; Differences: getEntries(query: Query): Promise<Entry[]>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: getResultSet(keyPrefix: string, callback: AsyncCallback<KVStoreResultSet>): void; Differences: getResultSet(keyPrefix: string, callback: AsyncCallback<KVStoreResultSet>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: getResultSet(keyPrefix: string): Promise<KVStoreResultSet>; Differences: getResultSet(keyPrefix: string): Promise<KVStoreResultSet>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: getResultSet(query: Query, callback: AsyncCallback<KVStoreResultSet>): void; Differences: getResultSet(query: Query, callback: AsyncCallback<KVStoreResultSet>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: getResultSet(query: Query): Promise<KVStoreResultSet>; Differences: getResultSet(query: Query): Promise<KVStoreResultSet>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: closeResultSet(resultSet: KVStoreResultSet, callback: AsyncCallback<void>): void; Differences: closeResultSet(resultSet: KVStoreResultSet, callback: AsyncCallback<void>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: closeResultSet(resultSet: KVStoreResultSet): Promise<void>; Differences: closeResultSet(resultSet: KVStoreResultSet): Promise<void>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: getResultSize(query: Query, callback: AsyncCallback<number>): void; Differences: getResultSize(query: Query, callback: AsyncCallback<number>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: getResultSize(query: Query): Promise<number>; Differences: getResultSize(query: Query): Promise<number>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: backup(file: string, callback: AsyncCallback<void>): void; Differences: backup(file: string, callback: AsyncCallback<void>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: backup(file: string): Promise<void>; Differences: backup(file: string): Promise<void>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: restore(file: string, callback: AsyncCallback<void>): void; Differences: restore(file: string, callback: AsyncCallback<void>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: restore(file: string): Promise<void>; Differences: restore(file: string): Promise<void>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: deleteBackup(files: Array<string>, callback: AsyncCallback<Array<[ string, number ]>>): void; Differences: deleteBackup(files: Array<string>, callback: AsyncCallback<Array<[ string, number ]>>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: deleteBackup(files: Array<string>): Promise<Array<[ string, number ]>>; Differences: deleteBackup(files: Array<string>): Promise<Array<[ string, number ]>>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: startTransaction(callback: AsyncCallback<void>): void; Differences: startTransaction(callback: AsyncCallback<void>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: startTransaction(): Promise<void>; Differences: startTransaction(): Promise<void>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: commit(callback: AsyncCallback<void>): void; Differences: commit(callback: AsyncCallback<void>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: commit(): Promise<void>; Differences: commit(): Promise<void>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: rollback(callback: AsyncCallback<void>): void; Differences: rollback(callback: AsyncCallback<void>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: rollback(): Promise<void>; Differences: rollback(): Promise<void>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: enableSync(enabled: boolean, callback: AsyncCallback<void>): void; Differences: enableSync(enabled: boolean, callback: AsyncCallback<void>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: enableSync(enabled: boolean): Promise<void>; Differences: enableSync(enabled: boolean): Promise<void>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: setSyncRange(localLabels: string[], remoteSupportLabels: string[], callback: AsyncCallback<void>): void; Differences: setSyncRange(localLabels: string[], remoteSupportLabels: string[], callback: AsyncCallback<void>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: setSyncRange(localLabels: string[], remoteSupportLabels: string[]): Promise<void>; Differences: setSyncRange(localLabels: string[], remoteSupportLabels: string[]): Promise<void>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: setSyncParam(defaultAllowedDelayMs: number, callback: AsyncCallback<void>): void; Differences: setSyncParam(defaultAllowedDelayMs: number, callback: AsyncCallback<void>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: setSyncParam(defaultAllowedDelayMs: number): Promise<void>; Differences: setSyncParam(defaultAllowedDelayMs: number): Promise<void>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: sync(deviceIds: string[], mode: SyncMode, delayMs?: number): void; Differences: sync(deviceIds: string[], mode: SyncMode, delayMs?: number): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: sync(deviceIds: string[], query: Query, mode: SyncMode, delayMs?: number): void; Differences: sync(deviceIds: string[], query: Query, mode: SyncMode, delayMs?: number): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: on(event: 'dataChange', type: SubscribeType, listener: Callback<ChangeNotification>): void; Differences: on(event: 'dataChange', type: SubscribeType, listener: Callback<ChangeNotification>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: on(event: 'syncComplete', syncCallback: Callback<Array<[ string, number ]>>): void; Differences: on(event: 'syncComplete', syncCallback: Callback<Array<[ string, number ]>>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: off(event: 'dataChange', listener?: Callback<ChangeNotification>): void; Differences: off(event: 'dataChange', listener?: Callback<ChangeNotification>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: off(event: 'syncComplete', syncCallback?: Callback<Array<[ string, number ]>>): void; Differences: off(event: 'syncComplete', syncCallback?: Callback<Array<[ string, number ]>>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: getSecurityLevel(callback: AsyncCallback<SecurityLevel>): void; Differences: getSecurityLevel(callback: AsyncCallback<SecurityLevel>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: SingleKVStore; API declaration: getSecurityLevel(): Promise<SecurityLevel>; Differences: getSecurityLevel(): Promise<SecurityLevel>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: distributedKVStore; API declaration: interface DeviceKVStore Differences: interface DeviceKVStore | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: get(key: string, callback: AsyncCallback<boolean |string |number |Uint8Array>): void; Differences: get(key: string, callback: AsyncCallback<boolean |string |number |Uint8Array>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: get(key: string): Promise<boolean |string |number |Uint8Array>; Differences: get(key: string): Promise<boolean |string |number |Uint8Array>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: get(deviceId: string, key: string, callback: AsyncCallback<boolean |string |number |Uint8Array>): void; Differences: get(deviceId: string, key: string, callback: AsyncCallback<boolean |string |number |Uint8Array>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: get(deviceId: string, key: string): Promise<boolean |string |number |Uint8Array>; Differences: get(deviceId: string, key: string): Promise<boolean |string |number |Uint8Array>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getEntries(keyPrefix: string, callback: AsyncCallback<Entry[]>): void; Differences: getEntries(keyPrefix: string, callback: AsyncCallback<Entry[]>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getEntries(keyPrefix: string): Promise<Entry[]>; Differences: getEntries(keyPrefix: string): Promise<Entry[]>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getEntries(deviceId: string, keyPrefix: string, callback: AsyncCallback<Entry[]>): void; Differences: getEntries(deviceId: string, keyPrefix: string, callback: AsyncCallback<Entry[]>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getEntries(deviceId: string, keyPrefix: string): Promise<Entry[]>; Differences: getEntries(deviceId: string, keyPrefix: string): Promise<Entry[]>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getEntries(query: Query, callback: AsyncCallback<Entry[]>): void; Differences: getEntries(query: Query, callback: AsyncCallback<Entry[]>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getEntries(query: Query): Promise<Entry[]>; Differences: getEntries(query: Query): Promise<Entry[]>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getEntries(deviceId: string, query: Query, callback: AsyncCallback<Entry[]>): void; Differences: getEntries(deviceId: string, query: Query, callback: AsyncCallback<Entry[]>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getEntries(deviceId: string, query: Query): Promise<Entry[]>; Differences: getEntries(deviceId: string, query: Query): Promise<Entry[]>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getResultSet(keyPrefix: string, callback: AsyncCallback<KVStoreResultSet>): void; Differences: getResultSet(keyPrefix: string, callback: AsyncCallback<KVStoreResultSet>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getResultSet(keyPrefix: string): Promise<KVStoreResultSet>; Differences: getResultSet(keyPrefix: string): Promise<KVStoreResultSet>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getResultSet(deviceId: string, keyPrefix: string, callback: AsyncCallback<KVStoreResultSet>): void; Differences: getResultSet(deviceId: string, keyPrefix: string, callback: AsyncCallback<KVStoreResultSet>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getResultSet(deviceId: string, keyPrefix: string): Promise<KVStoreResultSet>; Differences: getResultSet(deviceId: string, keyPrefix: string): Promise<KVStoreResultSet>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getResultSet(query: Query, callback: AsyncCallback<KVStoreResultSet>): void; Differences: getResultSet(query: Query, callback: AsyncCallback<KVStoreResultSet>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getResultSet(query: Query): Promise<KVStoreResultSet>; Differences: getResultSet(query: Query): Promise<KVStoreResultSet>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getResultSet(deviceId: string, query: Query, callback: AsyncCallback<KVStoreResultSet>): void; Differences: getResultSet(deviceId: string, query: Query, callback: AsyncCallback<KVStoreResultSet>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getResultSet(deviceId: string, query: Query): Promise<KVStoreResultSet>; Differences: getResultSet(deviceId: string, query: Query): Promise<KVStoreResultSet>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getResultSize(query: Query, callback: AsyncCallback<number>): void; Differences: getResultSize(query: Query, callback: AsyncCallback<number>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getResultSize(query: Query): Promise<number>; Differences: getResultSize(query: Query): Promise<number>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getResultSize(deviceId: string, query: Query, callback: AsyncCallback<number>): void; Differences: getResultSize(deviceId: string, query: Query, callback: AsyncCallback<number>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: DeviceKVStore; API declaration: getResultSize(deviceId: string, query: Query): Promise<number>; Differences: getResultSize(deviceId: string, query: Query): Promise<number>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: distributedKVStore; API declaration: function createKVManager(config: KVManagerConfig): KVManager; Differences: function createKVManager(config: KVManagerConfig): KVManager; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: distributedKVStore; API declaration: interface KVManager Differences: interface KVManager | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: KVManager; API declaration: getKVStore<T>(storeId: string, options: Options, callback: AsyncCallback<T>): void; Differences: getKVStore<T>(storeId: string, options: Options, callback: AsyncCallback<T>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: KVManager; API declaration: getKVStore<T>(storeId: string, options: Options): Promise<T>; Differences: getKVStore<T>(storeId: string, options: Options): Promise<T>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: KVManager; API declaration: closeKVStore(appId: string, storeId: string, callback: AsyncCallback<void>): void; Differences: closeKVStore(appId: string, storeId: string, callback: AsyncCallback<void>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: KVManager; API declaration: closeKVStore(appId: string, storeId: string): Promise<void>; Differences: closeKVStore(appId: string, storeId: string): Promise<void>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: KVManager; API declaration: deleteKVStore(appId: string, storeId: string, callback: AsyncCallback<void>): void; Differences: deleteKVStore(appId: string, storeId: string, callback: AsyncCallback<void>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: KVManager; API declaration: deleteKVStore(appId: string, storeId: string): Promise<void>; Differences: deleteKVStore(appId: string, storeId: string): Promise<void>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: KVManager; API declaration: getAllKVStoreId(appId: string, callback: AsyncCallback<string[]>): void; Differences: getAllKVStoreId(appId: string, callback: AsyncCallback<string[]>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: KVManager; API declaration: getAllKVStoreId(appId: string): Promise<string[]>; Differences: getAllKVStoreId(appId: string): Promise<string[]>; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: KVManager; API declaration: on(event: 'distributedDataServiceDie', deathCallback: Callback<void>): void; Differences: on(event: 'distributedDataServiceDie', deathCallback: Callback<void>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: KVManager; API declaration: off(event: 'distributedDataServiceDie', deathCallback?: Callback<void>): void; Differences: off(event: 'distributedDataServiceDie', deathCallback?: Callback<void>): void; | api/@ohos.data.distributedKVStore.d.ts |
| New API | NA | Class name: global; API declaration: declare namespace preferences Differences: declare namespace preferences | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: preferences; API declaration: type ValueType = number |string |boolean |Array<number> |Array<string> |Array<boolean> |Uint8Array; Differences: type ValueType = number |string |boolean |Array<number> |Array<string> |Array<boolean> |Uint8Array; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: preferences; API declaration: const MAX_KEY_LENGTH: 80; Differences: const MAX_KEY_LENGTH: 80; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: preferences; API declaration: const MAX_VALUE_LENGTH: 8192; Differences: const MAX_VALUE_LENGTH: 8192; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: preferences; API declaration: interface Options Differences: interface Options | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: Options; API declaration: name: string; Differences: name: string; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: Options; API declaration: dataGroupId?: string |null |undefined; Differences: dataGroupId?: string |null |undefined; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: preferences; API declaration: function getPreferences(context: Context, name: string, callback: AsyncCallback<Preferences>): void; Differences: function getPreferences(context: Context, name: string, callback: AsyncCallback<Preferences>): void; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: preferences; API declaration: function getPreferences(context: Context, options: Options, callback: AsyncCallback<Preferences>): void; Differences: function getPreferences(context: Context, options: Options, callback: AsyncCallback<Preferences>): void; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: preferences; API declaration: function getPreferences(context: Context, name: string): Promise<Preferences>; Differences: function getPreferences(context: Context, name: string): Promise<Preferences>; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: preferences; API declaration: function getPreferences(context: Context, options: Options): Promise<Preferences>; Differences: function getPreferences(context: Context, options: Options): Promise<Preferences>; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: preferences; API declaration: function getPreferencesSync(context: Context, options: Options): Preferences; Differences: function getPreferencesSync(context: Context, options: Options): Preferences; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: preferences; API declaration: function deletePreferences(context: Context, name: string, callback: AsyncCallback<void>): void; Differences: function deletePreferences(context: Context, name: string, callback: AsyncCallback<void>): void; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: preferences; API declaration: function deletePreferences(context: Context, options: Options, callback: AsyncCallback<void>): void; Differences: function deletePreferences(context: Context, options: Options, callback: AsyncCallback<void>): void; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: preferences; API declaration: function deletePreferences(context: Context, name: string): Promise<void>; Differences: function deletePreferences(context: Context, name: string): Promise<void>; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: preferences; API declaration: function deletePreferences(context: Context, options: Options): Promise<void>; Differences: function deletePreferences(context: Context, options: Options): Promise<void>; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: preferences; API declaration: function removePreferencesFromCache(context: Context, name: string, callback: AsyncCallback<void>): void; Differences: function removePreferencesFromCache(context: Context, name: string, callback: AsyncCallback<void>): void; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: preferences; API declaration: function removePreferencesFromCache(context: Context, options: Options, callback: AsyncCallback<void>): void; Differences: function removePreferencesFromCache(context: Context, options: Options, callback: AsyncCallback<void>): void; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: preferences; API declaration: function removePreferencesFromCache(context: Context, name: string): Promise<void>; Differences: function removePreferencesFromCache(context: Context, name: string): Promise<void>; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: preferences; API declaration: function removePreferencesFromCache(context: Context, options: Options): Promise<void>; Differences: function removePreferencesFromCache(context: Context, options: Options): Promise<void>; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: preferences; API declaration: function removePreferencesFromCacheSync(context: Context, name: string): void; Differences: function removePreferencesFromCacheSync(context: Context, name: string): void; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: preferences; API declaration: function removePreferencesFromCacheSync(context: Context, options: Options): void; Differences: function removePreferencesFromCacheSync(context: Context, options: Options): void; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: preferences; API declaration: interface Preferences Differences: interface Preferences | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: Preferences; API declaration: get(key: string, defValue: ValueType, callback: AsyncCallback<ValueType>): void; Differences: get(key: string, defValue: ValueType, callback: AsyncCallback<ValueType>): void; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: Preferences; API declaration: get(key: string, defValue: ValueType): Promise<ValueType>; Differences: get(key: string, defValue: ValueType): Promise<ValueType>; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: Preferences; API declaration: getSync(key: string, defValue: ValueType): ValueType; Differences: getSync(key: string, defValue: ValueType): ValueType; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: Preferences; API declaration: getAll(callback: AsyncCallback<Object>): void; Differences: getAll(callback: AsyncCallback<Object>): void; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: Preferences; API declaration: getAll(): Promise<Object>; Differences: getAll(): Promise<Object>; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: Preferences; API declaration: getAllSync(): Object; Differences: getAllSync(): Object; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: Preferences; API declaration: has(key: string, callback: AsyncCallback<boolean>): void; Differences: has(key: string, callback: AsyncCallback<boolean>): void; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: Preferences; API declaration: has(key: string): Promise<boolean>; Differences: has(key: string): Promise<boolean>; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: Preferences; API declaration: hasSync(key: string): boolean; Differences: hasSync(key: string): boolean; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: Preferences; API declaration: put(key: string, value: ValueType, callback: AsyncCallback<void>): void; Differences: put(key: string, value: ValueType, callback: AsyncCallback<void>): void; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: Preferences; API declaration: put(key: string, value: ValueType): Promise<void>; Differences: put(key: string, value: ValueType): Promise<void>; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: Preferences; API declaration: putSync(key: string, value: ValueType): void; Differences: putSync(key: string, value: ValueType): void; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: Preferences; API declaration: delete(key: string, callback: AsyncCallback<void>): void; Differences: delete(key: string, callback: AsyncCallback<void>): void; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: Preferences; API declaration: delete(key: string): Promise<void>; Differences: delete(key: string): Promise<void>; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: Preferences; API declaration: deleteSync(key: string): void; Differences: deleteSync(key: string): void; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: Preferences; API declaration: clear(callback: AsyncCallback<void>): void; Differences: clear(callback: AsyncCallback<void>): void; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: Preferences; API declaration: clear(): Promise<void>; Differences: clear(): Promise<void>; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: Preferences; API declaration: clearSync(): void; Differences: clearSync(): void; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: Preferences; API declaration: flush(callback: AsyncCallback<void>): void; Differences: flush(callback: AsyncCallback<void>): void; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: Preferences; API declaration: flush(): Promise<void>; Differences: flush(): Promise<void>; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: Preferences; API declaration: on(type: 'change', callback: Callback<string>): void; Differences: on(type: 'change', callback: Callback<string>): void; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: Preferences; API declaration: on(type: 'multiProcessChange', callback: Callback<string>): void; Differences: on(type: 'multiProcessChange', callback: Callback<string>): void; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: Preferences; API declaration: off(type: 'change', callback?: Callback<string>): void; Differences: off(type: 'change', callback?: Callback<string>): void; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: Preferences; API declaration: off(type: 'multiProcessChange', callback?: Callback<string>): void; Differences: off(type: 'multiProcessChange', callback?: Callback<string>): void; | api/@ohos.data.preferences.d.ts |
| New API | NA | Class name: global; API declaration: declare namespace rdb Differences: declare namespace rdb | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: rdb; API declaration: function getRdbStore(context: Context, config: StoreConfig, version: number, callback: AsyncCallback<RdbStore>): void; Differences: function getRdbStore(context: Context, config: StoreConfig, version: number, callback: AsyncCallback<RdbStore>): void; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: rdb; API declaration: function getRdbStore(context: Context, config: StoreConfig, version: number): Promise<RdbStore>; Differences: function getRdbStore(context: Context, config: StoreConfig, version: number): Promise<RdbStore>; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: rdb; API declaration: function deleteRdbStore(context: Context, name: string, callback: AsyncCallback<void>): void; Differences: function deleteRdbStore(context: Context, name: string, callback: AsyncCallback<void>): void; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: rdb; API declaration: function deleteRdbStore(context: Context, name: string): Promise<void>; Differences: function deleteRdbStore(context: Context, name: string): Promise<void>; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: rdb; API declaration: enum SyncMode Differences: enum SyncMode | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: SyncMode; API declaration: SYNC_MODE_PUSH = 0 Differences: SYNC_MODE_PUSH = 0 | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: SyncMode; API declaration: SYNC_MODE_PULL = 1 Differences: SYNC_MODE_PULL = 1 | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: rdb; API declaration: enum SubscribeType Differences: enum SubscribeType | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: SubscribeType; API declaration: SUBSCRIBE_TYPE_REMOTE = 0 Differences: SUBSCRIBE_TYPE_REMOTE = 0 | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: rdb; API declaration: interface RdbStore Differences: interface RdbStore | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbStore; API declaration: insert(table: string, values: ValuesBucket, callback: AsyncCallback<number>): void; Differences: insert(table: string, values: ValuesBucket, callback: AsyncCallback<number>): void; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbStore; API declaration: insert(table: string, values: ValuesBucket): Promise<number>; Differences: insert(table: string, values: ValuesBucket): Promise<number>; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbStore; API declaration: batchInsert(table: string, values: Array<ValuesBucket>, callback: AsyncCallback<number>): void; Differences: batchInsert(table: string, values: Array<ValuesBucket>, callback: AsyncCallback<number>): void; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbStore; API declaration: batchInsert(table: string, values: Array<ValuesBucket>): Promise<number>; Differences: batchInsert(table: string, values: Array<ValuesBucket>): Promise<number>; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbStore; API declaration: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback<number>): void; Differences: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback<number>): void; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbStore; API declaration: update(values: ValuesBucket, predicates: RdbPredicates): Promise<number>; Differences: update(values: ValuesBucket, predicates: RdbPredicates): Promise<number>; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbStore; API declaration: delete(predicates: RdbPredicates, callback: AsyncCallback<number>): void; Differences: delete(predicates: RdbPredicates, callback: AsyncCallback<number>): void; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbStore; API declaration: delete(predicates: RdbPredicates): Promise<number>; Differences: delete(predicates: RdbPredicates): Promise<number>; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbStore; API declaration: query(predicates: RdbPredicates, columns: Array<string>, callback: AsyncCallback<ResultSet>): void; Differences: query(predicates: RdbPredicates, columns: Array<string>, callback: AsyncCallback<ResultSet>): void; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbStore; API declaration: query(predicates: RdbPredicates, columns?: Array<string>): Promise<ResultSet>; Differences: query(predicates: RdbPredicates, columns?: Array<string>): Promise<ResultSet>; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbStore; API declaration: querySql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<ResultSet>): void; Differences: querySql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<ResultSet>): void; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbStore; API declaration: querySql(sql: string, bindArgs?: Array<ValueType>): Promise<ResultSet>; Differences: querySql(sql: string, bindArgs?: Array<ValueType>): Promise<ResultSet>; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbStore; API declaration: executeSql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<void>): void; Differences: executeSql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<void>): void; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbStore; API declaration: executeSql(sql: string, bindArgs?: Array<ValueType>): Promise<void>; Differences: executeSql(sql: string, bindArgs?: Array<ValueType>): Promise<void>; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbStore; API declaration: beginTransaction(): void; Differences: beginTransaction(): void; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbStore; API declaration: commit(): void; Differences: commit(): void; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbStore; API declaration: rollBack(): void; Differences: rollBack(): void; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbStore; API declaration: setDistributedTables(tables: Array<string>, callback: AsyncCallback<void>): void; Differences: setDistributedTables(tables: Array<string>, callback: AsyncCallback<void>): void; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbStore; API declaration: setDistributedTables(tables: Array<string>): Promise<void>; Differences: setDistributedTables(tables: Array<string>): Promise<void>; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbStore; API declaration: obtainDistributedTableName(device: string, table: string, callback: AsyncCallback<string>): void; Differences: obtainDistributedTableName(device: string, table: string, callback: AsyncCallback<string>): void; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbStore; API declaration: obtainDistributedTableName(device: string, table: string): Promise<string>; Differences: obtainDistributedTableName(device: string, table: string): Promise<string>; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbStore; API declaration: sync(mode: SyncMode, predicates: RdbPredicates, callback: AsyncCallback<Array<[ string, number ]>>): void; Differences: sync(mode: SyncMode, predicates: RdbPredicates, callback: AsyncCallback<Array<[ string, number ]>>): void; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbStore; API declaration: sync(mode: SyncMode, predicates: RdbPredicates): Promise<Array<[ string, number ]>>; Differences: sync(mode: SyncMode, predicates: RdbPredicates): Promise<Array<[ string, number ]>>; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbStore; API declaration: on(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void; Differences: on(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbStore; API declaration: off(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void; Differences: off(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: rdb; API declaration: type ValueType = number |string |boolean; Differences: type ValueType = number |string |boolean; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: rdb; API declaration: type ValuesBucket = { [key: string]: ValueType |Uint8Array |null; }; Differences: type ValuesBucket = { [key: string]: ValueType |Uint8Array |null; }; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: rdb; API declaration: interface StoreConfig Differences: interface StoreConfig | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: StoreConfig; API declaration: name: string; Differences: name: string; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: rdb; API declaration: class RdbPredicates Differences: class RdbPredicates | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: inDevices(devices: Array<string>): RdbPredicates; Differences: inDevices(devices: Array<string>): RdbPredicates; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: inAllDevices(): RdbPredicates; Differences: inAllDevices(): RdbPredicates; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: equalTo(field: string, value: ValueType): RdbPredicates; Differences: equalTo(field: string, value: ValueType): RdbPredicates; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: notEqualTo(field: string, value: ValueType): RdbPredicates; Differences: notEqualTo(field: string, value: ValueType): RdbPredicates; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: beginWrap(): RdbPredicates; Differences: beginWrap(): RdbPredicates; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: endWrap(): RdbPredicates; Differences: endWrap(): RdbPredicates; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: or(): RdbPredicates; Differences: or(): RdbPredicates; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: and(): RdbPredicates; Differences: and(): RdbPredicates; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: contains(field: string, value: string): RdbPredicates; Differences: contains(field: string, value: string): RdbPredicates; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: beginsWith(field: string, value: string): RdbPredicates; Differences: beginsWith(field: string, value: string): RdbPredicates; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: endsWith(field: string, value: string): RdbPredicates; Differences: endsWith(field: string, value: string): RdbPredicates; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: isNull(field: string): RdbPredicates; Differences: isNull(field: string): RdbPredicates; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: isNotNull(field: string): RdbPredicates; Differences: isNotNull(field: string): RdbPredicates; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: like(field: string, value: string): RdbPredicates; Differences: like(field: string, value: string): RdbPredicates; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: glob(field: string, value: string): RdbPredicates; Differences: glob(field: string, value: string): RdbPredicates; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: between(field: string, low: ValueType, high: ValueType): RdbPredicates; Differences: between(field: string, low: ValueType, high: ValueType): RdbPredicates; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: notBetween(field: string, low: ValueType, high: ValueType): RdbPredicates; Differences: notBetween(field: string, low: ValueType, high: ValueType): RdbPredicates; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: greaterThan(field: string, value: ValueType): RdbPredicates; Differences: greaterThan(field: string, value: ValueType): RdbPredicates; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: lessThan(field: string, value: ValueType): RdbPredicates; Differences: lessThan(field: string, value: ValueType): RdbPredicates; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicates; Differences: greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicates; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: lessThanOrEqualTo(field: string, value: ValueType): RdbPredicates; Differences: lessThanOrEqualTo(field: string, value: ValueType): RdbPredicates; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: orderByAsc(field: string): RdbPredicates; Differences: orderByAsc(field: string): RdbPredicates; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: orderByDesc(field: string): RdbPredicates; Differences: orderByDesc(field: string): RdbPredicates; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: distinct(): RdbPredicates; Differences: distinct(): RdbPredicates; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: limitAs(value: number): RdbPredicates; Differences: limitAs(value: number): RdbPredicates; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: offsetAs(rowOffset: number): RdbPredicates; Differences: offsetAs(rowOffset: number): RdbPredicates; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: groupBy(fields: Array<string>): RdbPredicates; Differences: groupBy(fields: Array<string>): RdbPredicates; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: indexedBy(field: string): RdbPredicates; Differences: indexedBy(field: string): RdbPredicates; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: in(field: string, value: Array<ValueType>): RdbPredicates; Differences: in(field: string, value: Array<ValueType>): RdbPredicates; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: notIn(field: string, value: Array<ValueType>): RdbPredicates; Differences: notIn(field: string, value: Array<ValueType>): RdbPredicates; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: rdb; API declaration: export type ResultSet = _ResultSet; Differences: export type ResultSet = _ResultSet; | api/@ohos.data.rdb.d.ts |
| New API | NA | Class name: global; API declaration: declare namespace relationalStore Differences: declare namespace relationalStore | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: relationalStore; API declaration: enum AssetStatus Differences: enum AssetStatus | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: AssetStatus; API declaration: ASSET_NORMAL Differences: ASSET_NORMAL | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: AssetStatus; API declaration: ASSET_INSERT Differences: ASSET_INSERT | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: AssetStatus; API declaration: ASSET_UPDATE Differences: ASSET_UPDATE | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: AssetStatus; API declaration: ASSET_DELETE Differences: ASSET_DELETE | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: AssetStatus; API declaration: ASSET_ABNORMAL Differences: ASSET_ABNORMAL | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: AssetStatus; API declaration: ASSET_DOWNLOADING Differences: ASSET_DOWNLOADING | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: relationalStore; API declaration: interface Asset Differences: interface Asset | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: Asset; API declaration: name: string; Differences: name: string; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: Asset; API declaration: uri: string; Differences: uri: string; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: Asset; API declaration: path: string; Differences: path: string; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: Asset; API declaration: createTime: string; Differences: createTime: string; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: Asset; API declaration: modifyTime: string; Differences: modifyTime: string; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: Asset; API declaration: size: string; Differences: size: string; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: Asset; API declaration: status?: AssetStatus; Differences: status?: AssetStatus; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: relationalStore; API declaration: type Assets = Asset[]; Differences: type Assets = Asset[]; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: relationalStore; API declaration: type ValueType = null |number |string |boolean |Uint8Array |Asset |Assets; Differences: type ValueType = null |number |string |boolean |Uint8Array |Asset |Assets; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: relationalStore; API declaration: type ValuesBucket = Record<string, ValueType>; Differences: type ValuesBucket = Record<string, ValueType>; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: relationalStore; API declaration: type PRIKeyType = number |string; Differences: type PRIKeyType = number |string; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: relationalStore; API declaration: type UTCTime = Date; Differences: type UTCTime = Date; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: relationalStore; API declaration: type ModifyTime = Map<PRIKeyType, UTCTime>; Differences: type ModifyTime = Map<PRIKeyType, UTCTime>; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: relationalStore; API declaration: interface StoreConfig Differences: interface StoreConfig | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: StoreConfig; API declaration: name: string; Differences: name: string; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: StoreConfig; API declaration: securityLevel: SecurityLevel; Differences: securityLevel: SecurityLevel; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: StoreConfig; API declaration: encrypt?: boolean; Differences: encrypt?: boolean; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: StoreConfig; API declaration: dataGroupId?: string; Differences: dataGroupId?: string; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: StoreConfig; API declaration: customDir?: string; Differences: customDir?: string; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: StoreConfig; API declaration: autoCleanDirtyData?: boolean; Differences: autoCleanDirtyData?: boolean; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: relationalStore; API declaration: enum Progress Differences: enum Progress | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: Progress; API declaration: SYNC_BEGIN Differences: SYNC_BEGIN | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: Progress; API declaration: SYNC_IN_PROGRESS Differences: SYNC_IN_PROGRESS | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: Progress; API declaration: SYNC_FINISH Differences: SYNC_FINISH | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: relationalStore; API declaration: interface Statistic Differences: interface Statistic | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: Statistic; API declaration: total: number; Differences: total: number; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: Statistic; API declaration: successful: number; Differences: successful: number; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: Statistic; API declaration: failed: number; Differences: failed: number; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: Statistic; API declaration: remained: number; Differences: remained: number; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: relationalStore; API declaration: interface TableDetails Differences: interface TableDetails | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: TableDetails; API declaration: upload: Statistic; Differences: upload: Statistic; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: TableDetails; API declaration: download: Statistic; Differences: download: Statistic; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: relationalStore; API declaration: enum ProgressCode Differences: enum ProgressCode | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ProgressCode; API declaration: SUCCESS Differences: SUCCESS | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ProgressCode; API declaration: UNKNOWN_ERROR Differences: UNKNOWN_ERROR | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ProgressCode; API declaration: NETWORK_ERROR Differences: NETWORK_ERROR | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ProgressCode; API declaration: CLOUD_DISABLED Differences: CLOUD_DISABLED | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ProgressCode; API declaration: LOCKED_BY_OTHERS Differences: LOCKED_BY_OTHERS | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ProgressCode; API declaration: RECORD_LIMIT_EXCEEDED Differences: RECORD_LIMIT_EXCEEDED | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ProgressCode; API declaration: NO_SPACE_FOR_ASSET Differences: NO_SPACE_FOR_ASSET | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: relationalStore; API declaration: interface ProgressDetails Differences: interface ProgressDetails | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ProgressDetails; API declaration: schedule: Progress; Differences: schedule: Progress; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ProgressDetails; API declaration: code: ProgressCode; Differences: code: ProgressCode; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ProgressDetails; API declaration: details: Record<string, TableDetails>; Differences: details: Record<string, TableDetails>; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: relationalStore; API declaration: enum SecurityLevel Differences: enum SecurityLevel | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: SecurityLevel; API declaration: S1 = 1 Differences: S1 = 1 | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: SecurityLevel; API declaration: S2 = 2 Differences: S2 = 2 | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: SecurityLevel; API declaration: S3 = 3 Differences: S3 = 3 | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: SecurityLevel; API declaration: S4 = 4 Differences: S4 = 4 | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: relationalStore; API declaration: enum SyncMode Differences: enum SyncMode | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: SyncMode; API declaration: SYNC_MODE_PUSH = 0 Differences: SYNC_MODE_PUSH = 0 | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: SyncMode; API declaration: SYNC_MODE_PULL = 1 Differences: SYNC_MODE_PULL = 1 | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: SyncMode; API declaration: SYNC_MODE_TIME_FIRST Differences: SYNC_MODE_TIME_FIRST | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: SyncMode; API declaration: SYNC_MODE_NATIVE_FIRST Differences: SYNC_MODE_NATIVE_FIRST | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: SyncMode; API declaration: SYNC_MODE_CLOUD_FIRST Differences: SYNC_MODE_CLOUD_FIRST | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: relationalStore; API declaration: enum SubscribeType Differences: enum SubscribeType | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: SubscribeType; API declaration: SUBSCRIBE_TYPE_REMOTE = 0 Differences: SUBSCRIBE_TYPE_REMOTE = 0 | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: SubscribeType; API declaration: SUBSCRIBE_TYPE_CLOUD Differences: SUBSCRIBE_TYPE_CLOUD | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: SubscribeType; API declaration: SUBSCRIBE_TYPE_CLOUD_DETAILS Differences: SUBSCRIBE_TYPE_CLOUD_DETAILS | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: relationalStore; API declaration: enum ChangeType Differences: enum ChangeType | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ChangeType; API declaration: DATA_CHANGE Differences: DATA_CHANGE | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ChangeType; API declaration: ASSET_CHANGE Differences: ASSET_CHANGE | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: relationalStore; API declaration: interface ChangeInfo Differences: interface ChangeInfo | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ChangeInfo; API declaration: table: string; Differences: table: string; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ChangeInfo; API declaration: type: ChangeType; Differences: type: ChangeType; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ChangeInfo; API declaration: inserted: Array<string> |Array<number>; Differences: inserted: Array<string> |Array<number>; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ChangeInfo; API declaration: updated: Array<string> |Array<number>; Differences: updated: Array<string> |Array<number>; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ChangeInfo; API declaration: deleted: Array<string> |Array<number>; Differences: deleted: Array<string> |Array<number>; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: relationalStore; API declaration: enum DistributedType Differences: enum DistributedType | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: DistributedType; API declaration: DISTRIBUTED_DEVICE Differences: DISTRIBUTED_DEVICE | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: DistributedType; API declaration: DISTRIBUTED_CLOUD Differences: DISTRIBUTED_CLOUD | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: relationalStore; API declaration: interface DistributedConfig Differences: interface DistributedConfig | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: DistributedConfig; API declaration: autoSync: boolean; Differences: autoSync: boolean; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: relationalStore; API declaration: enum ConflictResolution Differences: enum ConflictResolution | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ConflictResolution; API declaration: ON_CONFLICT_NONE = 0 Differences: ON_CONFLICT_NONE = 0 | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ConflictResolution; API declaration: ON_CONFLICT_ROLLBACK = 1 Differences: ON_CONFLICT_ROLLBACK = 1 | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ConflictResolution; API declaration: ON_CONFLICT_ABORT = 2 Differences: ON_CONFLICT_ABORT = 2 | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ConflictResolution; API declaration: ON_CONFLICT_FAIL = 3 Differences: ON_CONFLICT_FAIL = 3 | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ConflictResolution; API declaration: ON_CONFLICT_IGNORE = 4 Differences: ON_CONFLICT_IGNORE = 4 | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ConflictResolution; API declaration: ON_CONFLICT_REPLACE = 5 Differences: ON_CONFLICT_REPLACE = 5 | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: relationalStore; API declaration: enum Origin Differences: enum Origin | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: Origin; API declaration: LOCAL Differences: LOCAL | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: Origin; API declaration: CLOUD Differences: CLOUD | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: Origin; API declaration: REMOTE Differences: REMOTE | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: relationalStore; API declaration: enum Field Differences: enum Field | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: Field; API declaration: CURSOR_FIELD = '#_cursor' Differences: CURSOR_FIELD = '#_cursor' | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: Field; API declaration: ORIGIN_FIELD = '#_origin' Differences: ORIGIN_FIELD = '#_origin' | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: Field; API declaration: DELETED_FLAG_FIELD = '#_deleted_flag' Differences: DELETED_FLAG_FIELD = '#_deleted_flag' | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: Field; API declaration: OWNER_FIELD = '#_cloud_owner' Differences: OWNER_FIELD = '#_cloud_owner' | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: Field; API declaration: PRIVILEGE_FIELD = '#_cloud_privilege' Differences: PRIVILEGE_FIELD = '#_cloud_privilege' | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: Field; API declaration: SHARING_RESOURCE_FIELD = '#_sharing_resource_field' Differences: SHARING_RESOURCE_FIELD = '#_sharing_resource_field' | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: relationalStore; API declaration: class RdbPredicates Differences: class RdbPredicates | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: inDevices(devices: Array<string>): RdbPredicates; Differences: inDevices(devices: Array<string>): RdbPredicates; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: inAllDevices(): RdbPredicates; Differences: inAllDevices(): RdbPredicates; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: equalTo(field: string, value: ValueType): RdbPredicates; Differences: equalTo(field: string, value: ValueType): RdbPredicates; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: notEqualTo(field: string, value: ValueType): RdbPredicates; Differences: notEqualTo(field: string, value: ValueType): RdbPredicates; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: beginWrap(): RdbPredicates; Differences: beginWrap(): RdbPredicates; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: endWrap(): RdbPredicates; Differences: endWrap(): RdbPredicates; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: or(): RdbPredicates; Differences: or(): RdbPredicates; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: and(): RdbPredicates; Differences: and(): RdbPredicates; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: contains(field: string, value: string): RdbPredicates; Differences: contains(field: string, value: string): RdbPredicates; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: beginsWith(field: string, value: string): RdbPredicates; Differences: beginsWith(field: string, value: string): RdbPredicates; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: endsWith(field: string, value: string): RdbPredicates; Differences: endsWith(field: string, value: string): RdbPredicates; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: isNull(field: string): RdbPredicates; Differences: isNull(field: string): RdbPredicates; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: isNotNull(field: string): RdbPredicates; Differences: isNotNull(field: string): RdbPredicates; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: like(field: string, value: string): RdbPredicates; Differences: like(field: string, value: string): RdbPredicates; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: glob(field: string, value: string): RdbPredicates; Differences: glob(field: string, value: string): RdbPredicates; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: between(field: string, low: ValueType, high: ValueType): RdbPredicates; Differences: between(field: string, low: ValueType, high: ValueType): RdbPredicates; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: notBetween(field: string, low: ValueType, high: ValueType): RdbPredicates; Differences: notBetween(field: string, low: ValueType, high: ValueType): RdbPredicates; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: greaterThan(field: string, value: ValueType): RdbPredicates; Differences: greaterThan(field: string, value: ValueType): RdbPredicates; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: lessThan(field: string, value: ValueType): RdbPredicates; Differences: lessThan(field: string, value: ValueType): RdbPredicates; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicates; Differences: greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicates; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: lessThanOrEqualTo(field: string, value: ValueType): RdbPredicates; Differences: lessThanOrEqualTo(field: string, value: ValueType): RdbPredicates; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: orderByAsc(field: string): RdbPredicates; Differences: orderByAsc(field: string): RdbPredicates; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: orderByDesc(field: string): RdbPredicates; Differences: orderByDesc(field: string): RdbPredicates; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: distinct(): RdbPredicates; Differences: distinct(): RdbPredicates; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: limitAs(value: number): RdbPredicates; Differences: limitAs(value: number): RdbPredicates; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: offsetAs(rowOffset: number): RdbPredicates; Differences: offsetAs(rowOffset: number): RdbPredicates; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: groupBy(fields: Array<string>): RdbPredicates; Differences: groupBy(fields: Array<string>): RdbPredicates; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: indexedBy(field: string): RdbPredicates; Differences: indexedBy(field: string): RdbPredicates; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: in(field: string, value: Array<ValueType>): RdbPredicates; Differences: in(field: string, value: Array<ValueType>): RdbPredicates; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbPredicates; API declaration: notIn(field: string, value: Array<ValueType>): RdbPredicates; Differences: notIn(field: string, value: Array<ValueType>): RdbPredicates; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: relationalStore; API declaration: interface ResultSet Differences: interface ResultSet | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ResultSet; API declaration: columnNames: Array<string>; Differences: columnNames: Array<string>; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ResultSet; API declaration: columnCount: number; Differences: columnCount: number; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ResultSet; API declaration: rowCount: number; Differences: rowCount: number; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ResultSet; API declaration: rowIndex: number; Differences: rowIndex: number; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ResultSet; API declaration: isAtFirstRow: boolean; Differences: isAtFirstRow: boolean; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ResultSet; API declaration: isAtLastRow: boolean; Differences: isAtLastRow: boolean; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ResultSet; API declaration: isEnded: boolean; Differences: isEnded: boolean; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ResultSet; API declaration: isStarted: boolean; Differences: isStarted: boolean; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ResultSet; API declaration: isClosed: boolean; Differences: isClosed: boolean; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ResultSet; API declaration: getColumnIndex(columnName: string): number; Differences: getColumnIndex(columnName: string): number; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ResultSet; API declaration: getColumnName(columnIndex: number): string; Differences: getColumnName(columnIndex: number): string; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ResultSet; API declaration: goTo(offset: number): boolean; Differences: goTo(offset: number): boolean; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ResultSet; API declaration: goToRow(position: number): boolean; Differences: goToRow(position: number): boolean; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ResultSet; API declaration: goToFirstRow(): boolean; Differences: goToFirstRow(): boolean; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ResultSet; API declaration: goToLastRow(): boolean; Differences: goToLastRow(): boolean; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ResultSet; API declaration: goToNextRow(): boolean; Differences: goToNextRow(): boolean; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ResultSet; API declaration: goToPreviousRow(): boolean; Differences: goToPreviousRow(): boolean; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ResultSet; API declaration: getBlob(columnIndex: number): Uint8Array; Differences: getBlob(columnIndex: number): Uint8Array; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ResultSet; API declaration: getString(columnIndex: number): string; Differences: getString(columnIndex: number): string; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ResultSet; API declaration: getLong(columnIndex: number): number; Differences: getLong(columnIndex: number): number; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ResultSet; API declaration: getDouble(columnIndex: number): number; Differences: getDouble(columnIndex: number): number; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ResultSet; API declaration: getAsset(columnIndex: number): Asset; Differences: getAsset(columnIndex: number): Asset; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ResultSet; API declaration: getAssets(columnIndex: number): Assets; Differences: getAssets(columnIndex: number): Assets; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ResultSet; API declaration: getRow(): ValuesBucket; Differences: getRow(): ValuesBucket; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ResultSet; API declaration: isColumnNull(columnIndex: number): boolean; Differences: isColumnNull(columnIndex: number): boolean; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: ResultSet; API declaration: close(): void; Differences: close(): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: relationalStore; API declaration: interface RdbStore Differences: interface RdbStore | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: version: number; Differences: version: number; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: insert(table: string, values: ValuesBucket, callback: AsyncCallback<number>): void; Differences: insert(table: string, values: ValuesBucket, callback: AsyncCallback<number>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: insert(table: string, values: ValuesBucket, conflict: ConflictResolution, callback: AsyncCallback<number>): void; Differences: insert(table: string, values: ValuesBucket, conflict: ConflictResolution, callback: AsyncCallback<number>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: insert(table: string, values: ValuesBucket): Promise<number>; Differences: insert(table: string, values: ValuesBucket): Promise<number>; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: insert(table: string, values: ValuesBucket, conflict: ConflictResolution): Promise<number>; Differences: insert(table: string, values: ValuesBucket, conflict: ConflictResolution): Promise<number>; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: batchInsert(table: string, values: Array<ValuesBucket>, callback: AsyncCallback<number>): void; Differences: batchInsert(table: string, values: Array<ValuesBucket>, callback: AsyncCallback<number>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: batchInsert(table: string, values: Array<ValuesBucket>): Promise<number>; Differences: batchInsert(table: string, values: Array<ValuesBucket>): Promise<number>; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback<number>): void; Differences: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback<number>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution, callback: AsyncCallback<number>): void; Differences: update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution, callback: AsyncCallback<number>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: update(values: ValuesBucket, predicates: RdbPredicates): Promise<number>; Differences: update(values: ValuesBucket, predicates: RdbPredicates): Promise<number>; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution): Promise<number>; Differences: update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution): Promise<number>; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: delete(predicates: RdbPredicates, callback: AsyncCallback<number>): void; Differences: delete(predicates: RdbPredicates, callback: AsyncCallback<number>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: delete(predicates: RdbPredicates): Promise<number>; Differences: delete(predicates: RdbPredicates): Promise<number>; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: query(predicates: RdbPredicates, callback: AsyncCallback<ResultSet>): void; Differences: query(predicates: RdbPredicates, callback: AsyncCallback<ResultSet>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: query(predicates: RdbPredicates, columns: Array<string>, callback: AsyncCallback<ResultSet>): void; Differences: query(predicates: RdbPredicates, columns: Array<string>, callback: AsyncCallback<ResultSet>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: query(predicates: RdbPredicates, columns?: Array<string>): Promise<ResultSet>; Differences: query(predicates: RdbPredicates, columns?: Array<string>): Promise<ResultSet>; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: querySql(sql: string, callback: AsyncCallback<ResultSet>): void; Differences: querySql(sql: string, callback: AsyncCallback<ResultSet>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: querySql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<ResultSet>): void; Differences: querySql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<ResultSet>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: querySql(sql: string, bindArgs?: Array<ValueType>): Promise<ResultSet>; Differences: querySql(sql: string, bindArgs?: Array<ValueType>): Promise<ResultSet>; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: getModifyTime(table: string, columnName: string, primaryKeys: PRIKeyType[]): Promise<ModifyTime>; Differences: getModifyTime(table: string, columnName: string, primaryKeys: PRIKeyType[]): Promise<ModifyTime>; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: getModifyTime(table: string, columnName: string, primaryKeys: PRIKeyType[], callback: AsyncCallback<ModifyTime>): void; Differences: getModifyTime(table: string, columnName: string, primaryKeys: PRIKeyType[], callback: AsyncCallback<ModifyTime>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: cleanDirtyData(table: string, cursor: number, callback: AsyncCallback<void>): void; Differences: cleanDirtyData(table: string, cursor: number, callback: AsyncCallback<void>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: cleanDirtyData(table: string, callback: AsyncCallback<void>): void; Differences: cleanDirtyData(table: string, callback: AsyncCallback<void>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: cleanDirtyData(table: string, cursor?: number): Promise<void>; Differences: cleanDirtyData(table: string, cursor?: number): Promise<void>; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: executeSql(sql: string, callback: AsyncCallback<void>): void; Differences: executeSql(sql: string, callback: AsyncCallback<void>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: executeSql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<void>): void; Differences: executeSql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<void>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: executeSql(sql: string, bindArgs?: Array<ValueType>): Promise<void>; Differences: executeSql(sql: string, bindArgs?: Array<ValueType>): Promise<void>; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: beginTransaction(): void; Differences: beginTransaction(): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: commit(): void; Differences: commit(): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: rollBack(): void; Differences: rollBack(): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: backup(destName: string, callback: AsyncCallback<void>): void; Differences: backup(destName: string, callback: AsyncCallback<void>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: backup(destName: string): Promise<void>; Differences: backup(destName: string): Promise<void>; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: restore(srcName: string, callback: AsyncCallback<void>): void; Differences: restore(srcName: string, callback: AsyncCallback<void>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: restore(srcName: string): Promise<void>; Differences: restore(srcName: string): Promise<void>; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: setDistributedTables(tables: Array<string>, callback: AsyncCallback<void>): void; Differences: setDistributedTables(tables: Array<string>, callback: AsyncCallback<void>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: setDistributedTables(tables: Array<string>): Promise<void>; Differences: setDistributedTables(tables: Array<string>): Promise<void>; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: setDistributedTables(tables: Array<string>, type: DistributedType, callback: AsyncCallback<void>): void; Differences: setDistributedTables(tables: Array<string>, type: DistributedType, callback: AsyncCallback<void>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: setDistributedTables(tables: Array<string>, type: DistributedType, config: DistributedConfig, callback: AsyncCallback<void>): void; Differences: setDistributedTables(tables: Array<string>, type: DistributedType, config: DistributedConfig, callback: AsyncCallback<void>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: setDistributedTables(tables: Array<string>, type?: DistributedType, config?: DistributedConfig): Promise<void>; Differences: setDistributedTables(tables: Array<string>, type?: DistributedType, config?: DistributedConfig): Promise<void>; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: obtainDistributedTableName(device: string, table: string, callback: AsyncCallback<string>): void; Differences: obtainDistributedTableName(device: string, table: string, callback: AsyncCallback<string>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: obtainDistributedTableName(device: string, table: string): Promise<string>; Differences: obtainDistributedTableName(device: string, table: string): Promise<string>; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: sync(mode: SyncMode, predicates: RdbPredicates, callback: AsyncCallback<Array<[ string, number ]>>): void; Differences: sync(mode: SyncMode, predicates: RdbPredicates, callback: AsyncCallback<Array<[ string, number ]>>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: sync(mode: SyncMode, predicates: RdbPredicates): Promise<Array<[ string, number ]>>; Differences: sync(mode: SyncMode, predicates: RdbPredicates): Promise<Array<[ string, number ]>>; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: cloudSync(mode: SyncMode, progress: Callback<ProgressDetails>, callback: AsyncCallback<void>): void; Differences: cloudSync(mode: SyncMode, progress: Callback<ProgressDetails>, callback: AsyncCallback<void>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: cloudSync(mode: SyncMode, progress: Callback<ProgressDetails>): Promise<void>; Differences: cloudSync(mode: SyncMode, progress: Callback<ProgressDetails>): Promise<void>; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: cloudSync(mode: SyncMode, tables: string[], progress: Callback<ProgressDetails>, callback: AsyncCallback<void>): void; Differences: cloudSync(mode: SyncMode, tables: string[], progress: Callback<ProgressDetails>, callback: AsyncCallback<void>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: cloudSync(mode: SyncMode, tables: string[], progress: Callback<ProgressDetails>): Promise<void>; Differences: cloudSync(mode: SyncMode, tables: string[], progress: Callback<ProgressDetails>): Promise<void>; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: remoteQuery(device: string, table: string, predicates: RdbPredicates, columns: Array<string>, callback: AsyncCallback<ResultSet>): void; Differences: remoteQuery(device: string, table: string, predicates: RdbPredicates, columns: Array<string>, callback: AsyncCallback<ResultSet>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: remoteQuery(device: string, table: string, predicates: RdbPredicates, columns: Array<string>): Promise<ResultSet>; Differences: remoteQuery(device: string, table: string, predicates: RdbPredicates, columns: Array<string>): Promise<ResultSet>; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: on(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void; Differences: on(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: on(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>> |Callback<Array<ChangeInfo>>): void; Differences: on(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>> |Callback<Array<ChangeInfo>>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: on(event: string, interProcess: boolean, observer: Callback<void>): void; Differences: on(event: string, interProcess: boolean, observer: Callback<void>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: on(event: 'autoSyncProgress', progress: Callback<ProgressDetails>): void; Differences: on(event: 'autoSyncProgress', progress: Callback<ProgressDetails>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: off(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void; Differences: off(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: off(event: 'dataChange', type: SubscribeType, observer?: Callback<Array<string>> |Callback<Array<ChangeInfo>>): void; Differences: off(event: 'dataChange', type: SubscribeType, observer?: Callback<Array<string>> |Callback<Array<ChangeInfo>>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: off(event: string, interProcess: boolean, observer?: Callback<void>): void; Differences: off(event: string, interProcess: boolean, observer?: Callback<void>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: off(event: 'autoSyncProgress', progress?: Callback<ProgressDetails>): void; Differences: off(event: 'autoSyncProgress', progress?: Callback<ProgressDetails>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: RdbStore; API declaration: emit(event: string): void; Differences: emit(event: string): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: relationalStore; API declaration: function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback<RdbStore>): void; Differences: function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback<RdbStore>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: relationalStore; API declaration: function getRdbStore(context: Context, config: StoreConfig): Promise<RdbStore>; Differences: function getRdbStore(context: Context, config: StoreConfig): Promise<RdbStore>; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: relationalStore; API declaration: function deleteRdbStore(context: Context, name: string, callback: AsyncCallback<void>): void; Differences: function deleteRdbStore(context: Context, name: string, callback: AsyncCallback<void>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: relationalStore; API declaration: function deleteRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback<void>): void; Differences: function deleteRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback<void>): void; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: relationalStore; API declaration: function deleteRdbStore(context: Context, name: string): Promise<void>; Differences: function deleteRdbStore(context: Context, name: string): Promise<void>; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: relationalStore; API declaration: function deleteRdbStore(context: Context, config: StoreConfig): Promise<void>; Differences: function deleteRdbStore(context: Context, config: StoreConfig): Promise<void>; | api/@ohos.data.relationalStore.d.ts |
| New API | NA | Class name: global; API declaration: declare namespace storage Differences: declare namespace storage | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: storage; API declaration: function getStorageSync(path: string): Storage; Differences: function getStorageSync(path: string): Storage; | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: storage; API declaration: function getStorage(path: string, callback: AsyncCallback<Storage>): void; Differences: function getStorage(path: string, callback: AsyncCallback<Storage>): void; | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: storage; API declaration: function getStorage(path: string): Promise<Storage>; Differences: function getStorage(path: string): Promise<Storage>; | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: storage; API declaration: function deleteStorageSync(path: string): void; Differences: function deleteStorageSync(path: string): void; | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: storage; API declaration: function deleteStorage(path: string, callback: AsyncCallback<void>): void; Differences: function deleteStorage(path: string, callback: AsyncCallback<void>): void; | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: storage; API declaration: function deleteStorage(path: string): Promise<void>; Differences: function deleteStorage(path: string): Promise<void>; | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: storage; API declaration: function removeStorageFromCacheSync(path: string): void; Differences: function removeStorageFromCacheSync(path: string): void; | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: storage; API declaration: function removeStorageFromCache(path: string, callback: AsyncCallback<void>): void; Differences: function removeStorageFromCache(path: string, callback: AsyncCallback<void>): void; | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: storage; API declaration: function removeStorageFromCache(path: string): Promise<void>; Differences: function removeStorageFromCache(path: string): Promise<void>; | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: storage; API declaration: interface Storage Differences: interface Storage | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: Storage; API declaration: getSync(key: string, defValue: ValueType): ValueType; Differences: getSync(key: string, defValue: ValueType): ValueType; | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: Storage; API declaration: get(key: string, defValue: ValueType, callback: AsyncCallback<ValueType>): void; Differences: get(key: string, defValue: ValueType, callback: AsyncCallback<ValueType>): void; | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: Storage; API declaration: get(key: string, defValue: ValueType): Promise<ValueType>; Differences: get(key: string, defValue: ValueType): Promise<ValueType>; | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: Storage; API declaration: hasSync(key: string): boolean; Differences: hasSync(key: string): boolean; | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: Storage; API declaration: has(key: string, callback: AsyncCallback<boolean>): boolean; Differences: has(key: string, callback: AsyncCallback<boolean>): boolean; | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: Storage; API declaration: has(key: string): Promise<boolean>; Differences: has(key: string): Promise<boolean>; | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: Storage; API declaration: putSync(key: string, value: ValueType): void; Differences: putSync(key: string, value: ValueType): void; | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: Storage; API declaration: put(key: string, value: ValueType, callback: AsyncCallback<void>): void; Differences: put(key: string, value: ValueType, callback: AsyncCallback<void>): void; | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: Storage; API declaration: put(key: string, value: ValueType): Promise<void>; Differences: put(key: string, value: ValueType): Promise<void>; | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: Storage; API declaration: deleteSync(key: string): void; Differences: deleteSync(key: string): void; | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: Storage; API declaration: delete(key: string, callback: AsyncCallback<void>): void; Differences: delete(key: string, callback: AsyncCallback<void>): void; | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: Storage; API declaration: delete(key: string): Promise<void>; Differences: delete(key: string): Promise<void>; | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: Storage; API declaration: clearSync(): void; Differences: clearSync(): void; | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: Storage; API declaration: clear(callback: AsyncCallback<void>): void; Differences: clear(callback: AsyncCallback<void>): void; | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: Storage; API declaration: clear(): Promise<void>; Differences: clear(): Promise<void>; | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: Storage; API declaration: flushSync(): void; Differences: flushSync(): void; | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: Storage; API declaration: flush(callback: AsyncCallback<void>): void; Differences: flush(callback: AsyncCallback<void>): void; | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: Storage; API declaration: flush(): Promise<void>; Differences: flush(): Promise<void>; | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: Storage; API declaration: on(type: 'change', callback: Callback<StorageObserver>): void; Differences: on(type: 'change', callback: Callback<StorageObserver>): void; | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: Storage; API declaration: off(type: 'change', callback: Callback<StorageObserver>): void; Differences: off(type: 'change', callback: Callback<StorageObserver>): void; | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: storage; API declaration: type ValueType = number |string |boolean; Differences: type ValueType = number |string |boolean; | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: storage; API declaration: interface StorageObserver Differences: interface StorageObserver | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: StorageObserver; API declaration: key: string; Differences: key: string; | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: storage; API declaration: const MAX_KEY_LENGTH: 80; Differences: const MAX_KEY_LENGTH: 80; | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: storage; API declaration: const MAX_VALUE_LENGTH: 8192; Differences: const MAX_VALUE_LENGTH: 8192; | api/@ohos.data.storage.d.ts |
| New API | NA | Class name: global; API declaration: declare namespace unifiedDataChannel Differences: declare namespace unifiedDataChannel | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: unifiedDataChannel; API declaration: class UnifiedData Differences: class UnifiedData | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: UnifiedData; API declaration: addRecord(record: UnifiedRecord): void; Differences: addRecord(record: UnifiedRecord): void; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: UnifiedData; API declaration: getRecords(): Array<UnifiedRecord>; Differences: getRecords(): Array<UnifiedRecord>; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: unifiedDataChannel; API declaration: class Summary Differences: class Summary | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: Summary; API declaration: summary: Record<string, number>; Differences: summary: Record<string, number>; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: Summary; API declaration: totalSize: number; Differences: totalSize: number; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: unifiedDataChannel; API declaration: class UnifiedRecord Differences: class UnifiedRecord | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: UnifiedRecord; API declaration: getType(): string; Differences: getType(): string; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: unifiedDataChannel; API declaration: class Text Differences: class Text | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: Text; API declaration: details?: Record<string, string>; Differences: details?: Record<string, string>; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: unifiedDataChannel; API declaration: class PlainText Differences: class PlainText | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: PlainText; API declaration: textContent: string; Differences: textContent: string; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: PlainText; API declaration: abstract?: string; Differences: abstract?: string; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: unifiedDataChannel; API declaration: class Hyperlink Differences: class Hyperlink | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: Hyperlink; API declaration: url: string; Differences: url: string; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: Hyperlink; API declaration: description?: string; Differences: description?: string; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: unifiedDataChannel; API declaration: class HTML Differences: class HTML | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: HTML; API declaration: htmlContent: string; Differences: htmlContent: string; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: HTML; API declaration: plainContent?: string; Differences: plainContent?: string; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: unifiedDataChannel; API declaration: class File Differences: class File | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: File; API declaration: details?: Record<string, string>; Differences: details?: Record<string, string>; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: File; API declaration: uri: string; Differences: uri: string; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: unifiedDataChannel; API declaration: class Image Differences: class Image | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: Image; API declaration: imageUri: string; Differences: imageUri: string; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: unifiedDataChannel; API declaration: class Video Differences: class Video | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: Video; API declaration: videoUri: string; Differences: videoUri: string; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: unifiedDataChannel; API declaration: class Audio Differences: class Audio | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: Audio; API declaration: audioUri: string; Differences: audioUri: string; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: unifiedDataChannel; API declaration: class Folder Differences: class Folder | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: Folder; API declaration: folderUri: string; Differences: folderUri: string; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: unifiedDataChannel; API declaration: class SystemDefinedRecord Differences: class SystemDefinedRecord | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: SystemDefinedRecord; API declaration: details?: Record<string, number |string |Uint8Array>; Differences: details?: Record<string, number |string |Uint8Array>; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: unifiedDataChannel; API declaration: class SystemDefinedForm Differences: class SystemDefinedForm | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: SystemDefinedForm; API declaration: formId: number; Differences: formId: number; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: SystemDefinedForm; API declaration: formName: string; Differences: formName: string; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: SystemDefinedForm; API declaration: bundleName: string; Differences: bundleName: string; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: SystemDefinedForm; API declaration: abilityName: string; Differences: abilityName: string; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: SystemDefinedForm; API declaration: module: string; Differences: module: string; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: unifiedDataChannel; API declaration: class SystemDefinedAppItem Differences: class SystemDefinedAppItem | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: SystemDefinedAppItem; API declaration: appId: string; Differences: appId: string; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: SystemDefinedAppItem; API declaration: appName: string; Differences: appName: string; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: SystemDefinedAppItem; API declaration: appIconId: string; Differences: appIconId: string; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: SystemDefinedAppItem; API declaration: appLabelId: string; Differences: appLabelId: string; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: SystemDefinedAppItem; API declaration: bundleName: string; Differences: bundleName: string; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: SystemDefinedAppItem; API declaration: abilityName: string; Differences: abilityName: string; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: unifiedDataChannel; API declaration: class SystemDefinedPixelMap Differences: class SystemDefinedPixelMap | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: SystemDefinedPixelMap; API declaration: rawData: Uint8Array; Differences: rawData: Uint8Array; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: unifiedDataChannel; API declaration: class ApplicationDefinedRecord Differences: class ApplicationDefinedRecord | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: ApplicationDefinedRecord; API declaration: applicationDefinedType: string; Differences: applicationDefinedType: string; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: ApplicationDefinedRecord; API declaration: rawData: Uint8Array; Differences: rawData: Uint8Array; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: unifiedDataChannel; API declaration: enum Intention Differences: enum Intention | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: Intention; API declaration: DATA_HUB = 'DataHub' Differences: DATA_HUB = 'DataHub' | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: unifiedDataChannel; API declaration: 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; }; Differences: 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 |
| New API | NA | Class name: unifiedDataChannel; API declaration: function insertData(options: Options, data: UnifiedData, callback: AsyncCallback<string>): void; Differences: function insertData(options: Options, data: UnifiedData, callback: AsyncCallback<string>): void; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: unifiedDataChannel; API declaration: function insertData(options: Options, data: UnifiedData): Promise<string>; Differences: function insertData(options: Options, data: UnifiedData): Promise<string>; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: unifiedDataChannel; API declaration: function updateData(options: Options, data: UnifiedData, callback: AsyncCallback<void>): void; Differences: function updateData(options: Options, data: UnifiedData, callback: AsyncCallback<void>): void; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: unifiedDataChannel; API declaration: function updateData(options: Options, data: UnifiedData): Promise<void>; Differences: function updateData(options: Options, data: UnifiedData): Promise<void>; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: unifiedDataChannel; API declaration: function queryData(options: Options, callback: AsyncCallback<Array<UnifiedData>>): void; Differences: function queryData(options: Options, callback: AsyncCallback<Array<UnifiedData>>): void; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: unifiedDataChannel; API declaration: function queryData(options: Options): Promise<Array<UnifiedData>>; Differences: function queryData(options: Options): Promise<Array<UnifiedData>>; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: unifiedDataChannel; API declaration: function deleteData(options: Options, callback: AsyncCallback<Array<UnifiedData>>): void; Differences: function deleteData(options: Options, callback: AsyncCallback<Array<UnifiedData>>): void; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: unifiedDataChannel; API declaration: function deleteData(options: Options): Promise<Array<UnifiedData>>; Differences: function deleteData(options: Options): Promise<Array<UnifiedData>>; | api/@ohos.data.unifiedDataChannel.d.ts |
| New API | NA | Class name: global; API declaration: declare namespace uniformTypeDescriptor Differences: declare namespace uniformTypeDescriptor | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: uniformTypeDescriptor; API declaration: enum UniformDataType Differences: enum UniformDataType | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: ENTITY = 'general.entity' Differences: ENTITY = 'general.entity' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: OBJECT = 'general.object' Differences: OBJECT = 'general.object' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: COMPOSITE_OBJECT = 'general.composite-object' Differences: COMPOSITE_OBJECT = 'general.composite-object' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: TEXT = 'general.text' Differences: TEXT = 'general.text' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: PLAIN_TEXT = 'general.plain-text' Differences: PLAIN_TEXT = 'general.plain-text' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: HTML = 'general.html' Differences: HTML = 'general.html' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: HYPERLINK = 'general.hyperlink' Differences: HYPERLINK = 'general.hyperlink' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: XML = 'general.xml' Differences: XML = 'general.xml' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: SOURCE_CODE = 'general.source-code' Differences: SOURCE_CODE = 'general.source-code' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: SCRIPT = 'general.script' Differences: SCRIPT = 'general.script' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: SHELL_SCRIPT = 'general.shell-script' Differences: SHELL_SCRIPT = 'general.shell-script' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: CSH_SCRIPT = 'general.csh-script' Differences: CSH_SCRIPT = 'general.csh-script' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: PERL_SCRIPT = 'general.perl-script' Differences: PERL_SCRIPT = 'general.perl-script' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: PHP_SCRIPT = 'general.php-script' Differences: PHP_SCRIPT = 'general.php-script' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: PYTHON_SCRIPT = 'general.python-script' Differences: PYTHON_SCRIPT = 'general.python-script' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: RUBY_SCRIPT = 'general.ruby-script' Differences: RUBY_SCRIPT = 'general.ruby-script' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: TYPE_SCRIPT = 'general.type-script' Differences: TYPE_SCRIPT = 'general.type-script' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: JAVA_SCRIPT = 'general.java-script' Differences: JAVA_SCRIPT = 'general.java-script' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: C_HEADER = 'general.c-header' Differences: C_HEADER = 'general.c-header' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: C_SOURCE = 'general.c-source' Differences: C_SOURCE = 'general.c-source' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: C_PLUS_PLUS_HEADER = 'general.c-plus-plus-header' Differences: C_PLUS_PLUS_HEADER = 'general.c-plus-plus-header' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: C_PLUS_PLUS_SOURCE = 'general.c-plus-plus-source' Differences: C_PLUS_PLUS_SOURCE = 'general.c-plus-plus-source' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: JAVA_SOURCE = 'general.java-source' Differences: JAVA_SOURCE = 'general.java-source' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: EBOOK = 'general.ebook' Differences: EBOOK = 'general.ebook' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: EPUB = 'general.epub' Differences: EPUB = 'general.epub' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: AZW = 'com.amazon.azw' Differences: AZW = 'com.amazon.azw' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: AZW3 = 'com.amazon.azw3' Differences: AZW3 = 'com.amazon.azw3' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: KFX = 'com.amazon.kfx' Differences: KFX = 'com.amazon.kfx' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: MOBI = 'com.amazon.mobi' Differences: MOBI = 'com.amazon.mobi' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: MEDIA = 'general.media' Differences: MEDIA = 'general.media' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: IMAGE = 'general.image' Differences: IMAGE = 'general.image' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: JPEG = 'general.jpeg' Differences: JPEG = 'general.jpeg' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: PNG = 'general.png' Differences: PNG = 'general.png' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: RAW_IMAGE = 'general.raw-image' Differences: RAW_IMAGE = 'general.raw-image' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: TIFF = 'general.tiff' Differences: TIFF = 'general.tiff' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: BMP = 'com.microsoft.bmp' Differences: BMP = 'com.microsoft.bmp' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: ICO = 'com.microsoft.ico' Differences: ICO = 'com.microsoft.ico' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: PHOTOSHOP_IMAGE = 'com.adobe.photoshop-image' Differences: PHOTOSHOP_IMAGE = 'com.adobe.photoshop-image' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: AI_IMAGE = 'com.adobe.illustrator.ai-image' Differences: AI_IMAGE = 'com.adobe.illustrator.ai-image' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: WORD_DOC = 'com.microsoft.word.doc' Differences: WORD_DOC = 'com.microsoft.word.doc' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: EXCEL = 'com.microsoft.excel.xls' Differences: EXCEL = 'com.microsoft.excel.xls' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: PPT = 'com.microsoft.powerpoint.ppt' Differences: PPT = 'com.microsoft.powerpoint.ppt' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: PDF = 'com.adobe.pdf' Differences: PDF = 'com.adobe.pdf' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: POSTSCRIPT = 'com.adobe.postscript' Differences: POSTSCRIPT = 'com.adobe.postscript' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: ENCAPSULATED_POSTSCRIPT = 'com.adobe.encapsulated-postscript' Differences: ENCAPSULATED_POSTSCRIPT = 'com.adobe.encapsulated-postscript' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: VIDEO = 'general.video' Differences: VIDEO = 'general.video' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: AVI = 'general.avi' Differences: AVI = 'general.avi' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: MPEG = 'general.mpeg' Differences: MPEG = 'general.mpeg' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: MPEG4 = 'general.mpeg-4' Differences: MPEG4 = 'general.mpeg-4' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: VIDEO_3GPP = 'general.3gpp' Differences: VIDEO_3GPP = 'general.3gpp' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: VIDEO_3GPP2 = 'general.3gpp2' Differences: VIDEO_3GPP2 = 'general.3gpp2' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: WINDOWS_MEDIA_WM = 'com.microsoft.windows-media-wm' Differences: WINDOWS_MEDIA_WM = 'com.microsoft.windows-media-wm' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: WINDOWS_MEDIA_WMV = 'com.microsoft.windows-media-wmv' Differences: WINDOWS_MEDIA_WMV = 'com.microsoft.windows-media-wmv' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: WINDOWS_MEDIA_WMP = 'com.microsoft.windows-media-wmp' Differences: WINDOWS_MEDIA_WMP = 'com.microsoft.windows-media-wmp' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: AUDIO = 'general.audio' Differences: AUDIO = 'general.audio' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: AAC = 'general.aac' Differences: AAC = 'general.aac' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: AIFF = 'general.aiff' Differences: AIFF = 'general.aiff' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: ALAC = 'general.alac' Differences: ALAC = 'general.alac' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: FLAC = 'general.flac' Differences: FLAC = 'general.flac' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: MP3 = 'general.mp3' Differences: MP3 = 'general.mp3' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: OGG = 'general.ogg' Differences: OGG = 'general.ogg' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: PCM = 'general.pcm' Differences: PCM = 'general.pcm' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: WINDOWS_MEDIA_WMA = 'com.microsoft.windows-media-wma' Differences: WINDOWS_MEDIA_WMA = 'com.microsoft.windows-media-wma' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: WAVEFORM_AUDIO = 'com.microsoft.waveform-audio' Differences: WAVEFORM_AUDIO = 'com.microsoft.waveform-audio' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: WINDOWS_MEDIA_WMX = 'com.microsoft.windows-media-wmx' Differences: WINDOWS_MEDIA_WMX = 'com.microsoft.windows-media-wmx' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: WINDOWS_MEDIA_WVX = 'com.microsoft.windows-media-wvx' Differences: WINDOWS_MEDIA_WVX = 'com.microsoft.windows-media-wvx' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: WINDOWS_MEDIA_WAX = 'com.microsoft.windows-media-wax' Differences: WINDOWS_MEDIA_WAX = 'com.microsoft.windows-media-wax' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: FILE = 'general.file' Differences: FILE = 'general.file' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: DIRECTORY = 'general.directory' Differences: DIRECTORY = 'general.directory' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: FOLDER = 'general.folder' Differences: FOLDER = 'general.folder' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: SYMLINK = 'general.symlink' Differences: SYMLINK = 'general.symlink' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: ARCHIVE = 'general.archive' Differences: ARCHIVE = 'general.archive' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: BZ2_ARCHIVE = 'general.bz2-archive' Differences: BZ2_ARCHIVE = 'general.bz2-archive' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: DISK_IMAGE = 'general.disk-image' Differences: DISK_IMAGE = 'general.disk-image' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: TAR_ARCHIVE = 'general.tar-archive' Differences: TAR_ARCHIVE = 'general.tar-archive' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: ZIP_ARCHIVE = 'general.zip-archive' Differences: ZIP_ARCHIVE = 'general.zip-archive' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: JAVA_ARCHIVE = 'com.sun.java-archive' Differences: JAVA_ARCHIVE = 'com.sun.java-archive' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: GNU_TAR_ARCHIVE = 'org.gnu.gnu-tar-archive' Differences: GNU_TAR_ARCHIVE = 'org.gnu.gnu-tar-archive' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: GNU_ZIP_ARCHIVE = 'org.gnu.gnu-zip-archive' Differences: GNU_ZIP_ARCHIVE = 'org.gnu.gnu-zip-archive' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: GNU_ZIP_TAR_ARCHIVE = 'org.gnu.gnu-zip-tar-archive' Differences: GNU_ZIP_TAR_ARCHIVE = 'org.gnu.gnu-zip-tar-archive' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: CALENDAR = 'general.calendar' Differences: CALENDAR = 'general.calendar' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: CONTACT = 'general.contact' Differences: CONTACT = 'general.contact' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: DATABASE = 'general.database' Differences: DATABASE = 'general.database' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: MESSAGE = 'general.message' Differences: MESSAGE = 'general.message' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: VCARD = 'general.vcard' Differences: VCARD = 'general.vcard' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: NAVIGATION = 'general.navigation' Differences: NAVIGATION = 'general.navigation' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: LOCATION = 'general.location' Differences: LOCATION = 'general.location' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: OPENHARMONY_FORM = 'openharmony.form' Differences: OPENHARMONY_FORM = 'openharmony.form' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: OPENHARMONY_APP_ITEM = 'openharmony.app-item' Differences: OPENHARMONY_APP_ITEM = 'openharmony.app-item' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: OPENHARMONY_PIXEL_MAP = 'openharmony.pixel-map' Differences: OPENHARMONY_PIXEL_MAP = 'openharmony.pixel-map' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: OPENHARMONY_ATOMIC_SERVICE = 'openharmony.atomic-service' Differences: OPENHARMONY_ATOMIC_SERVICE = 'openharmony.atomic-service' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: OPENHARMONY_PACKAGE = 'openharmony.package' Differences: OPENHARMONY_PACKAGE = 'openharmony.package' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: UniformDataType; API declaration: OPENHARMONY_HAP = 'openharmony.hap' Differences: OPENHARMONY_HAP = 'openharmony.hap' | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: uniformTypeDescriptor; API declaration: class TypeDescriptor Differences: class TypeDescriptor | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: TypeDescriptor; API declaration: readonly typeId: string; Differences: readonly typeId: string; | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: TypeDescriptor; API declaration: readonly belongingToTypes: Array<string>; Differences: readonly belongingToTypes: Array<string>; | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: TypeDescriptor; API declaration: readonly description: string; Differences: readonly description: string; | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: TypeDescriptor; API declaration: readonly referenceURL: string; Differences: readonly referenceURL: string; | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: TypeDescriptor; API declaration: readonly iconFile: string; Differences: readonly iconFile: string; | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: TypeDescriptor; API declaration: belongsTo(type: string): boolean; Differences: belongsTo(type: string): boolean; | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: TypeDescriptor; API declaration: isLowerLevelType(type: string): boolean; Differences: isLowerLevelType(type: string): boolean; | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: TypeDescriptor; API declaration: isHigherLevelType(type: string): boolean; Differences: isHigherLevelType(type: string): boolean; | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: TypeDescriptor; API declaration: equals(typeDescriptor: TypeDescriptor): boolean; Differences: equals(typeDescriptor: TypeDescriptor): boolean; | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: uniformTypeDescriptor; API declaration: function getTypeDescriptor(typeId: string): TypeDescriptor; Differences: function getTypeDescriptor(typeId: string): TypeDescriptor; | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: uniformTypeDescriptor; API declaration: function getUniformDataTypeByFilenameExtension(filenameExtension: string, belongsTo?: string): string; Differences: function getUniformDataTypeByFilenameExtension(filenameExtension: string, belongsTo?: string): string; | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: uniformTypeDescriptor; API declaration: function getUniformDataTypeByMIMEType(mimeType: string, belongsTo?: string): string; Differences: function getUniformDataTypeByMIMEType(mimeType: string, belongsTo?: string): string; | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New API | NA | Class name: global; API declaration: export type ValueType = number |string |boolean; Differences: export type ValueType = number |string |boolean; | api/@ohos.data.ValuesBucket.d.ts |
| New API | NA | Class name: global; API declaration: export type ValuesBucket = Record<string, ValueType |Uint8Array |null>; Differences: export type ValuesBucket = Record<string, ValueType |Uint8Array |null>; | api/@ohos.data.ValuesBucket.d.ts |
| New API | NA | Class name: global; API declaration: export interface GetStorageOptions Differences: export interface GetStorageOptions | api/@system.storage.d.ts |
| New API | NA | Class name: GetStorageOptions; API declaration: key: string; Differences: key: string; | api/@system.storage.d.ts |
| New API | NA | Class name: GetStorageOptions; API declaration: default?: string; Differences: default?: string; | api/@system.storage.d.ts |
| New API | NA | Class name: GetStorageOptions; API declaration: success?: (data: any) => void; Differences: success?: (data: any) => void; | api/@system.storage.d.ts |
| New API | NA | Class name: GetStorageOptions; API declaration: fail?: (data: string, code: number) => void; Differences: fail?: (data: string, code: number) => void; | api/@system.storage.d.ts |
| New API | NA | Class name: GetStorageOptions; API declaration: complete?: () => void; Differences: complete?: () => void; | api/@system.storage.d.ts |
| New API | NA | Class name: global; API declaration: export interface SetStorageOptions Differences: export interface SetStorageOptions | api/@system.storage.d.ts |
| New API | NA | Class name: SetStorageOptions; API declaration: key: string; Differences: key: string; | api/@system.storage.d.ts |
| New API | NA | Class name: SetStorageOptions; API declaration: value: string; Differences: value: string; | api/@system.storage.d.ts |
| New API | NA | Class name: SetStorageOptions; API declaration: success?: () => void; Differences: success?: () => void; | api/@system.storage.d.ts |
| New API | NA | Class name: SetStorageOptions; API declaration: fail?: (data: string, code: number) => void; Differences: fail?: (data: string, code: number) => void; | api/@system.storage.d.ts |
| New API | NA | Class name: SetStorageOptions; API declaration: complete?: () => void; Differences: complete?: () => void; | api/@system.storage.d.ts |
| New API | NA | Class name: global; API declaration: export interface ClearStorageOptions Differences: export interface ClearStorageOptions | api/@system.storage.d.ts |
| New API | NA | Class name: ClearStorageOptions; API declaration: success?: () => void; Differences: success?: () => void; | api/@system.storage.d.ts |
| New API | NA | Class name: ClearStorageOptions; API declaration: fail?: (data: string, code: number) => void; Differences: fail?: (data: string, code: number) => void; | api/@system.storage.d.ts |
| New API | NA | Class name: ClearStorageOptions; API declaration: complete?: () => void; Differences: complete?: () => void; | api/@system.storage.d.ts |
| New API | NA | Class name: global; API declaration: export interface DeleteStorageOptions Differences: export interface DeleteStorageOptions | api/@system.storage.d.ts |
| New API | NA | Class name: DeleteStorageOptions; API declaration: key: string; Differences: key: string; | api/@system.storage.d.ts |
| New API | NA | Class name: DeleteStorageOptions; API declaration: success?: () => void; Differences: success?: () => void; | api/@system.storage.d.ts |
| New API | NA | Class name: DeleteStorageOptions; API declaration: fail?: (data: string, code: number) => void; Differences: fail?: (data: string, code: number) => void; | api/@system.storage.d.ts |
| New API | NA | Class name: DeleteStorageOptions; API declaration: complete?: () => void; Differences: complete?: () => void; | api/@system.storage.d.ts |
| New API | NA | Class name: global; API declaration: export default class Storage Differences: export default class Storage | api/@system.storage.d.ts |
| New API | NA | Class name: Storage; API declaration: static get(options: GetStorageOptions): void; Differences: static get(options: GetStorageOptions): void; | api/@system.storage.d.ts |
| New API | NA | Class name: Storage; API declaration: static set(options: SetStorageOptions): void; Differences: static set(options: SetStorageOptions): void; | api/@system.storage.d.ts |
| New API | NA | Class name: Storage; API declaration: static clear(options?: ClearStorageOptions): void; Differences: static clear(options?: ClearStorageOptions): void; | api/@system.storage.d.ts |
| New API | NA | Class name: Storage; API declaration: static delete(options: DeleteStorageOptions): void; Differences: static delete(options: DeleteStorageOptions): void; | api/@system.storage.d.ts |
| Member moved from parent to child class | Class name: KVStore; API declaration: on(event: 'dataChange', type: SubscribeType, listener: Callback<ChangeNotification>): void; Differences: on(event: 'dataChange', type: SubscribeType, listener: Callback<ChangeNotification>): void; | Class name: SingleKVStore; API declaration: on(event: 'dataChange', type: SubscribeType, listener: Callback<ChangeNotification>): void; Differences: NA | api/@ohos.data.distributedData.d.ts |
| Member moved from parent to child class | Class name: KVStore; API declaration: on(event: 'syncComplete', syncCallback: Callback<Array<[ string, number ]>>): void; Differences: on(event: 'syncComplete', syncCallback: Callback<Array<[ string, number ]>>): void; | Class name: SingleKVStore; API declaration: on(event: 'syncComplete', syncCallback: Callback<Array<[ string, number ]>>): void; Differences: NA | api/@ohos.data.distributedData.d.ts |
| Member moved from parent to child class | Class name: KVStore; API declaration: off(event: 'dataChange', listener?: Callback<ChangeNotification>): void; Differences: off(event: 'dataChange', listener?: Callback<ChangeNotification>): void; | Class name: SingleKVStore; API declaration: off(event: 'dataChange', listener?: Callback<ChangeNotification>): void; Differences: NA | api/@ohos.data.distributedData.d.ts |
| Member moved from parent to child class | Class name: KVStore; API declaration: off(event: 'syncComplete', syncCallback?: Callback<Array<[ string, number ]>>): void; Differences: off(event: 'syncComplete', syncCallback?: Callback<Array<[ string, number ]>>): void; | Class name: SingleKVStore; API declaration: off(event: 'syncComplete', syncCallback?: Callback<Array<[ string, number ]>>): void; Differences: NA | api/@ohos.data.distributedData.d.ts |
| Member moved from parent to child class | Class name: SingleKVStore; API declaration: get(key: string, callback: AsyncCallback<boolean |string |number |Uint8Array>): void; Differences: get(key: string, callback: AsyncCallback<boolean |string |number |Uint8Array>): void; | Class name: DeviceKVStore; API declaration: get(key: string, callback: AsyncCallback<boolean |string |number |Uint8Array>): void; Differences: NA | api/@ohos.data.distributedKVStore.d.ts |
| Member moved from parent to child class | Class name: SingleKVStore; API declaration: get(key: string): Promise<boolean |string |number |Uint8Array>; Differences: get(key: string): Promise<boolean |string |number |Uint8Array>; | Class name: DeviceKVStore; API declaration: get(key: string, callback: AsyncCallback<boolean |string |number |Uint8Array>): void; Differences: NA | api/@ohos.data.distributedKVStore.d.ts |
| Member moved from parent to child class | Class name: SingleKVStore; API declaration: getEntries(keyPrefix: string, callback: AsyncCallback<Entry[]>): void; Differences: getEntries(keyPrefix: string, callback: AsyncCallback<Entry[]>): void; | Class name: DeviceKVStore; API declaration: getEntries(keyPrefix: string, callback: AsyncCallback<Entry[]>): void; Differences: NA | api/@ohos.data.distributedKVStore.d.ts |
| Member moved from parent to child class | Class name: SingleKVStore; API declaration: getEntries(keyPrefix: string): Promise<Entry[]>; Differences: getEntries(keyPrefix: string): Promise<Entry[]>; | Class name: DeviceKVStore; API declaration: getEntries(keyPrefix: string, callback: AsyncCallback<Entry[]>): void; Differences: NA | api/@ohos.data.distributedKVStore.d.ts |
| Member moved from parent to child class | Class name: SingleKVStore; API declaration: getEntries(query: Query, callback: AsyncCallback<Entry[]>): void; Differences: getEntries(query: Query, callback: AsyncCallback<Entry[]>): void; | Class name: DeviceKVStore; API declaration: getEntries(keyPrefix: string, callback: AsyncCallback<Entry[]>): void; Differences: NA | api/@ohos.data.distributedKVStore.d.ts |
| Member moved from parent to child class | Class name: SingleKVStore; API declaration: getEntries(query: Query): Promise<Entry[]>; Differences: getEntries(query: Query): Promise<Entry[]>; | Class name: DeviceKVStore; API declaration: getEntries(keyPrefix: string, callback: AsyncCallback<Entry[]>): void; Differences: NA | api/@ohos.data.distributedKVStore.d.ts |
| Member moved from parent to child class | Class name: SingleKVStore; API declaration: getResultSet(keyPrefix: string, callback: AsyncCallback<KVStoreResultSet>): void; Differences: getResultSet(keyPrefix: string, callback: AsyncCallback<KVStoreResultSet>): void; | Class name: DeviceKVStore; API declaration: getResultSet(keyPrefix: string, callback: AsyncCallback<KVStoreResultSet>): void; Differences: NA | api/@ohos.data.distributedKVStore.d.ts |
| Member moved from parent to child class | Class name: SingleKVStore; API declaration: getResultSet(keyPrefix: string): Promise<KVStoreResultSet>; Differences: getResultSet(keyPrefix: string): Promise<KVStoreResultSet>; | Class name: DeviceKVStore; API declaration: getResultSet(keyPrefix: string, callback: AsyncCallback<KVStoreResultSet>): void; Differences: NA | api/@ohos.data.distributedKVStore.d.ts |
| Member moved from parent to child class | Class name: SingleKVStore; API declaration: getResultSet(query: Query, callback: AsyncCallback<KVStoreResultSet>): void; Differences: getResultSet(query: Query, callback: AsyncCallback<KVStoreResultSet>): void; | Class name: DeviceKVStore; API declaration: getResultSet(keyPrefix: string, callback: AsyncCallback<KVStoreResultSet>): void; Differences: NA | api/@ohos.data.distributedKVStore.d.ts |
| Member moved from parent to child class | Class name: SingleKVStore; API declaration: getResultSet(query: Query): Promise<KVStoreResultSet>; Differences: getResultSet(query: Query): Promise<KVStoreResultSet>; | Class name: DeviceKVStore; API declaration: getResultSet(keyPrefix: string, callback: AsyncCallback<KVStoreResultSet>): void; Differences: NA | api/@ohos.data.distributedKVStore.d.ts |
| Member moved from parent to child class | Class name: SingleKVStore; API declaration: getResultSize(query: Query, callback: AsyncCallback<number>): void; Differences: getResultSize(query: Query, callback: AsyncCallback<number>): void; | Class name: DeviceKVStore; API declaration: getResultSize(query: Query, callback: AsyncCallback<number>): void; Differences: NA | api/@ohos.data.distributedKVStore.d.ts |
| Member moved from parent to child class | Class name: SingleKVStore; API declaration: getResultSize(query: Query): Promise<number>; Differences: getResultSize(query: Query): Promise<number>; | Class name: DeviceKVStore; API declaration: getResultSize(query: Query, callback: AsyncCallback<number>): void; Differences: NA | api/@ohos.data.distributedKVStore.d.ts |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@ohos.data.cloudExtension.d.ts Differences: ArkData | api/@ohos.data.cloudExtension.d.ts |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@ohos.data.commonType.d.ts Differences: ArkData | api/@ohos.data.commonType.d.ts |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@ohos.data.dataAbility.d.ts Differences: ArkData | api/@ohos.data.dataAbility.d.ts |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@ohos.data.dataSharePredicates.d.ts Differences: ArkData | api/@ohos.data.dataSharePredicates.d.ts |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@ohos.data.distributedData.d.ts Differences: ArkData | api/@ohos.data.distributedData.d.ts |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@ohos.data.distributedDataObject.d.ts Differences: ArkData | api/@ohos.data.distributedDataObject.d.ts |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@ohos.data.distributedKVStore.d.ts Differences: ArkData | api/@ohos.data.distributedKVStore.d.ts |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@ohos.data.preferences.d.ts Differences: ArkData | api/@ohos.data.preferences.d.ts |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@ohos.data.rdb.d.ts Differences: ArkData | api/@ohos.data.rdb.d.ts |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@ohos.data.relationalStore.d.ts Differences: ArkData | api/@ohos.data.relationalStore.d.ts |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@ohos.data.storage.d.ts Differences: ArkData | api/@ohos.data.storage.d.ts |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@ohos.data.unifiedDataChannel.d.ts Differences: ArkData | api/@ohos.data.unifiedDataChannel.d.ts |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@ohos.data.uniformTypeDescriptor.d.ts Differences: ArkData | api/@ohos.data.uniformTypeDescriptor.d.ts |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@ohos.data.ValuesBucket.d.ts Differences: ArkData | api/@ohos.data.ValuesBucket.d.ts |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: api@system.storage.d.ts Differences: ArkData | api/@system.storage.d.ts |
| New Kit | Class name: global; API declaration: Differences: NA | Class name: global; API declaration: kits@kit.ArkData.d.ts Differences: 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