• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1| 操作 | 旧版本 | 新版本 | d.ts文件 |
2| ---- | ------ | ------ | -------- |
3|新增|NA|模块名: ohos.application.DataShareExtensionAbility<br>类名: DataShareExtensionAbility|@ohos.application.DataShareExtensionAbility.d.ts|
4|新增|NA|模块名: ohos.application.DataShareExtensionAbility<br>类名: DataShareExtensionAbility<br>方法 or 属性: context?: ExtensionContext;|@ohos.application.DataShareExtensionAbility.d.ts|
5|新增|NA|模块名: ohos.application.DataShareExtensionAbility<br>类名: DataShareExtensionAbility<br>方法 or 属性: onCreate?(want: Want, callback: AsyncCallback\<void>): void;|@ohos.application.DataShareExtensionAbility.d.ts|
6|新增|NA|模块名: ohos.application.DataShareExtensionAbility<br>类名: DataShareExtensionAbility<br>方法 or 属性: insert?(uri: string, valueBucket: ValuesBucket, callback: AsyncCallback\<number>): void;|@ohos.application.DataShareExtensionAbility.d.ts|
7|新增|NA|模块名: ohos.application.DataShareExtensionAbility<br>类名: DataShareExtensionAbility<br>方法 or 属性: update?(uri: string, predicates: dataSharePredicates.DataSharePredicates, valueBucket: ValuesBucket,<br>        callback: AsyncCallback\<number>): void;|@ohos.application.DataShareExtensionAbility.d.ts|
8|新增|NA|模块名: ohos.application.DataShareExtensionAbility<br>类名: DataShareExtensionAbility<br>方法 or 属性: delete?(uri: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<number>): void;|@ohos.application.DataShareExtensionAbility.d.ts|
9|新增|NA|模块名: ohos.application.DataShareExtensionAbility<br>类名: DataShareExtensionAbility<br>方法 or 属性: query?(uri: string, predicates: dataSharePredicates.DataSharePredicates, columns: Array\<string>,<br>        callback: AsyncCallback\<Object>): void;|@ohos.application.DataShareExtensionAbility.d.ts|
10|新增|NA|模块名: ohos.application.DataShareExtensionAbility<br>类名: DataShareExtensionAbility<br>方法 or 属性: batchInsert?(uri: string, valueBuckets: Array\<ValuesBucket>, callback: AsyncCallback\<number>): void;|@ohos.application.DataShareExtensionAbility.d.ts|
11|新增|NA|模块名: ohos.application.DataShareExtensionAbility<br>类名: DataShareExtensionAbility<br>方法 or 属性: normalizeUri?(uri: string, callback: AsyncCallback\<string>): void;|@ohos.application.DataShareExtensionAbility.d.ts|
12|新增|NA|模块名: ohos.application.DataShareExtensionAbility<br>类名: DataShareExtensionAbility<br>方法 or 属性: denormalizeUri?(uri: string, callback: AsyncCallback\<string>): void;|@ohos.application.DataShareExtensionAbility.d.ts|
13|新增|NA|模块名: ohos.data.dataShare<br>类名: dataShare|@ohos.data.dataShare.d.ts|
14|新增|NA|模块名: ohos.data.dataShare<br>类名: dataShare<br>方法 or 属性: function createDataShareHelper(context: Context, uri: string, callback: AsyncCallback\<DataShareHelper>): void;|@ohos.data.dataShare.d.ts|
15|新增|NA|模块名: ohos.data.dataShare<br>类名: dataShare<br>方法 or 属性: function createDataShareHelper(context: Context, uri: string): Promise\<DataShareHelper>;|@ohos.data.dataShare.d.ts|
16|新增|NA|模块名: ohos.data.dataShare<br>类名: DataShareHelper|@ohos.data.dataShare.d.ts|
17|新增|NA|模块名: ohos.data.dataShare<br>类名: DataShareHelper<br>方法 or 属性: on(type: 'dataChange', uri: string, callback: AsyncCallback\<void>): void;|@ohos.data.dataShare.d.ts|
18|新增|NA|模块名: ohos.data.dataShare<br>类名: DataShareHelper<br>方法 or 属性: off(type: 'dataChange', uri: string, callback?: AsyncCallback\<void>): void;|@ohos.data.dataShare.d.ts|
19|新增|NA|模块名: ohos.data.dataShare<br>类名: DataShareHelper<br>方法 or 属性: insert(uri: string, value: ValuesBucket, callback: AsyncCallback\<number>): void;|@ohos.data.dataShare.d.ts|
20|新增|NA|模块名: ohos.data.dataShare<br>类名: DataShareHelper<br>方法 or 属性: insert(uri: string, value: ValuesBucket): Promise\<number>;|@ohos.data.dataShare.d.ts|
21|新增|NA|模块名: ohos.data.dataShare<br>类名: DataShareHelper<br>方法 or 属性: delete(uri: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<number>): void;|@ohos.data.dataShare.d.ts|
22|新增|NA|模块名: ohos.data.dataShare<br>类名: DataShareHelper<br>方法 or 属性: delete(uri: string, predicates: dataSharePredicates.DataSharePredicates): Promise\<number>;|@ohos.data.dataShare.d.ts|
23|新增|NA|模块名: ohos.data.dataShare<br>类名: DataShareHelper<br>方法 or 属性: query(uri: string, predicates: dataSharePredicates.DataSharePredicates, columns: Array\<string>,<br>              callback: AsyncCallback\<DataShareResultSet>): void;|@ohos.data.dataShare.d.ts|
24|新增|NA|模块名: ohos.data.dataShare<br>类名: DataShareHelper<br>方法 or 属性: query(uri: string, predicates: dataSharePredicates.DataSharePredicates,<br>              columns: Array\<string>): Promise\<DataShareResultSet>;|@ohos.data.dataShare.d.ts|
25|新增|NA|模块名: ohos.data.dataShare<br>类名: DataShareHelper<br>方法 or 属性: update(uri: string, predicates: dataSharePredicates.DataSharePredicates, value: ValuesBucket,<br>               callback: AsyncCallback\<number>): void;|@ohos.data.dataShare.d.ts|
26|新增|NA|模块名: ohos.data.dataShare<br>类名: DataShareHelper<br>方法 or 属性: update(uri: string, predicates: dataSharePredicates.DataSharePredicates, value: ValuesBucket): Promise\<number>;|@ohos.data.dataShare.d.ts|
27|新增|NA|模块名: ohos.data.dataShare<br>类名: DataShareHelper<br>方法 or 属性: batchInsert(uri: string, values: Array\<ValuesBucket>, callback: AsyncCallback\<number>): void;|@ohos.data.dataShare.d.ts|
28|新增|NA|模块名: ohos.data.dataShare<br>类名: DataShareHelper<br>方法 or 属性: batchInsert(uri: string, values: Array\<ValuesBucket>): Promise\<number>;|@ohos.data.dataShare.d.ts|
29|新增|NA|模块名: ohos.data.dataShare<br>类名: DataShareHelper<br>方法 or 属性: normalizeUri(uri: string, callback: AsyncCallback\<string>): void;|@ohos.data.dataShare.d.ts|
30|新增|NA|模块名: ohos.data.dataShare<br>类名: DataShareHelper<br>方法 or 属性: normalizeUri(uri: string): Promise\<string>;|@ohos.data.dataShare.d.ts|
31|新增|NA|模块名: ohos.data.dataShare<br>类名: DataShareHelper<br>方法 or 属性: denormalizeUri(uri: string, callback: AsyncCallback\<string>): void;|@ohos.data.dataShare.d.ts|
32|新增|NA|模块名: ohos.data.dataShare<br>类名: DataShareHelper<br>方法 or 属性: denormalizeUri(uri: string): Promise\<string>;|@ohos.data.dataShare.d.ts|
33|新增|NA|模块名: ohos.data.dataShare<br>类名: DataShareHelper<br>方法 or 属性: notifyChange(uri: string, callback: AsyncCallback\<void>): void;|@ohos.data.dataShare.d.ts|
34|新增|NA|模块名: ohos.data.dataShare<br>类名: DataShareHelper<br>方法 or 属性: notifyChange(uri: string): Promise\<void>;|@ohos.data.dataShare.d.ts|
35|新增|NA|模块名: ohos.data.dataSharePredicates<br>类名: dataSharePredicates|@ohos.data.dataSharePredicates.d.ts|
36|新增|NA|模块名: ohos.data.dataSharePredicates<br>类名: DataSharePredicates|@ohos.data.dataSharePredicates.d.ts|
37|新增|NA|模块名: ohos.data.dataSharePredicates<br>类名: DataSharePredicates<br>方法 or 属性: equalTo(field: string, value: ValueType): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts|
38|新增|NA|模块名: ohos.data.dataSharePredicates<br>类名: DataSharePredicates<br>方法 or 属性: notEqualTo(field: string, value: ValueType): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts|
39|新增|NA|模块名: ohos.data.dataSharePredicates<br>类名: DataSharePredicates<br>方法 or 属性: beginWrap(): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts|
40|新增|NA|模块名: ohos.data.dataSharePredicates<br>类名: DataSharePredicates<br>方法 or 属性: endWrap(): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts|
41|新增|NA|模块名: ohos.data.dataSharePredicates<br>类名: DataSharePredicates<br>方法 or 属性: or(): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts|
42|新增|NA|模块名: ohos.data.dataSharePredicates<br>类名: DataSharePredicates<br>方法 or 属性: and(): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts|
43|新增|NA|模块名: ohos.data.dataSharePredicates<br>类名: DataSharePredicates<br>方法 or 属性: contains(field: string, value: string): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts|
44|新增|NA|模块名: ohos.data.dataSharePredicates<br>类名: DataSharePredicates<br>方法 or 属性: beginsWith(field: string, value: string): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts|
45|新增|NA|模块名: ohos.data.dataSharePredicates<br>类名: DataSharePredicates<br>方法 or 属性: endsWith(field: string, value: string): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts|
46|新增|NA|模块名: ohos.data.dataSharePredicates<br>类名: DataSharePredicates<br>方法 or 属性: isNull(field: string): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts|
47|新增|NA|模块名: ohos.data.dataSharePredicates<br>类名: DataSharePredicates<br>方法 or 属性: isNotNull(field: string): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts|
48|新增|NA|模块名: ohos.data.dataSharePredicates<br>类名: DataSharePredicates<br>方法 or 属性: like(field: string, value: string): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts|
49|新增|NA|模块名: ohos.data.dataSharePredicates<br>类名: DataSharePredicates<br>方法 or 属性: unlike(field: string, value: string): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts|
50|新增|NA|模块名: ohos.data.dataSharePredicates<br>类名: DataSharePredicates<br>方法 or 属性: glob(field: string, value: string): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts|
51|新增|NA|模块名: ohos.data.dataSharePredicates<br>类名: DataSharePredicates<br>方法 or 属性: between(field: string, low: ValueType, high: ValueType): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts|
52|新增|NA|模块名: ohos.data.dataSharePredicates<br>类名: DataSharePredicates<br>方法 or 属性: notBetween(field: string, low: ValueType, high: ValueType): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts|
53|新增|NA|模块名: ohos.data.dataSharePredicates<br>类名: DataSharePredicates<br>方法 or 属性: greaterThan(field: string, value: ValueType): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts|
54|新增|NA|模块名: ohos.data.dataSharePredicates<br>类名: DataSharePredicates<br>方法 or 属性: lessThan(field: string, value: ValueType): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts|
55|新增|NA|模块名: ohos.data.dataSharePredicates<br>类名: DataSharePredicates<br>方法 or 属性: greaterThanOrEqualTo(field: string, value: ValueType): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts|
56|新增|NA|模块名: ohos.data.dataSharePredicates<br>类名: DataSharePredicates<br>方法 or 属性: lessThanOrEqualTo(field: string, value: ValueType): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts|
57|新增|NA|模块名: ohos.data.dataSharePredicates<br>类名: DataSharePredicates<br>方法 or 属性: orderByAsc(field: string): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts|
58|新增|NA|模块名: ohos.data.dataSharePredicates<br>类名: DataSharePredicates<br>方法 or 属性: orderByDesc(field: string): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts|
59|新增|NA|模块名: ohos.data.dataSharePredicates<br>类名: DataSharePredicates<br>方法 or 属性: distinct(): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts|
60|新增|NA|模块名: ohos.data.dataSharePredicates<br>类名: DataSharePredicates<br>方法 or 属性: limit(total: number, offset: number): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts|
61|新增|NA|模块名: ohos.data.dataSharePredicates<br>类名: DataSharePredicates<br>方法 or 属性: groupBy(fields: Array\<string>): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts|
62|新增|NA|模块名: ohos.data.dataSharePredicates<br>类名: DataSharePredicates<br>方法 or 属性: indexedBy(field: string): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts|
63|新增|NA|模块名: ohos.data.dataSharePredicates<br>类名: DataSharePredicates<br>方法 or 属性: in(field: string, value: Array\<ValueType>): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts|
64|新增|NA|模块名: ohos.data.dataSharePredicates<br>类名: DataSharePredicates<br>方法 or 属性: notIn(field: string, value: Array\<ValueType>): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts|
65|新增|NA|模块名: ohos.data.dataSharePredicates<br>类名: DataSharePredicates<br>方法 or 属性: prefixKey(prefix: string): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts|
66|新增|NA|模块名: ohos.data.dataSharePredicates<br>类名: DataSharePredicates<br>方法 or 属性: inKeys(keys: Array\<string>): DataSharePredicates;|@ohos.data.dataSharePredicates.d.ts|
67|新增|NA|模块名: ohos.data.DataShareResultSet<br>类名: DataType|@ohos.data.DataShareResultSet.d.ts|
68|新增|NA|模块名: ohos.data.DataShareResultSet<br>类名: DataType<br>方法 or 属性: TYPE_NULL = 0|@ohos.data.DataShareResultSet.d.ts|
69|新增|NA|模块名: ohos.data.DataShareResultSet<br>类名: DataType<br>方法 or 属性: TYPE_LONG = 1|@ohos.data.DataShareResultSet.d.ts|
70|新增|NA|模块名: ohos.data.DataShareResultSet<br>类名: DataType<br>方法 or 属性: TYPE_DOUBLE = 2|@ohos.data.DataShareResultSet.d.ts|
71|新增|NA|模块名: ohos.data.DataShareResultSet<br>类名: DataType<br>方法 or 属性: TYPE_STRING = 3|@ohos.data.DataShareResultSet.d.ts|
72|新增|NA|模块名: ohos.data.DataShareResultSet<br>类名: DataType<br>方法 or 属性: TYPE_BLOB = 4|@ohos.data.DataShareResultSet.d.ts|
73|新增|NA|模块名: ohos.data.DataShareResultSet<br>类名: DataShareResultSet|@ohos.data.DataShareResultSet.d.ts|
74|新增|NA|模块名: ohos.data.DataShareResultSet<br>类名: DataShareResultSet<br>方法 or 属性: columnNames: Array\<string>;|@ohos.data.DataShareResultSet.d.ts|
75|新增|NA|模块名: ohos.data.DataShareResultSet<br>类名: DataShareResultSet<br>方法 or 属性: columnCount: number;|@ohos.data.DataShareResultSet.d.ts|
76|新增|NA|模块名: ohos.data.DataShareResultSet<br>类名: DataShareResultSet<br>方法 or 属性: rowCount: number;|@ohos.data.DataShareResultSet.d.ts|
77|新增|NA|模块名: ohos.data.DataShareResultSet<br>类名: DataShareResultSet<br>方法 or 属性: isClosed: boolean;|@ohos.data.DataShareResultSet.d.ts|
78|新增|NA|模块名: ohos.data.DataShareResultSet<br>类名: DataShareResultSet<br>方法 or 属性: goToFirstRow(): boolean;|@ohos.data.DataShareResultSet.d.ts|
79|新增|NA|模块名: ohos.data.DataShareResultSet<br>类名: DataShareResultSet<br>方法 or 属性: goToLastRow(): boolean;|@ohos.data.DataShareResultSet.d.ts|
80|新增|NA|模块名: ohos.data.DataShareResultSet<br>类名: DataShareResultSet<br>方法 or 属性: goToNextRow(): boolean;|@ohos.data.DataShareResultSet.d.ts|
81|新增|NA|模块名: ohos.data.DataShareResultSet<br>类名: DataShareResultSet<br>方法 or 属性: goToPreviousRow(): boolean;|@ohos.data.DataShareResultSet.d.ts|
82|新增|NA|模块名: ohos.data.DataShareResultSet<br>类名: DataShareResultSet<br>方法 or 属性: goTo(offset: number): boolean;|@ohos.data.DataShareResultSet.d.ts|
83|新增|NA|模块名: ohos.data.DataShareResultSet<br>类名: DataShareResultSet<br>方法 or 属性: goToRow(position: number): boolean;|@ohos.data.DataShareResultSet.d.ts|
84|新增|NA|模块名: ohos.data.DataShareResultSet<br>类名: DataShareResultSet<br>方法 or 属性: getBlob(columnIndex: number): Uint8Array;|@ohos.data.DataShareResultSet.d.ts|
85|新增|NA|模块名: ohos.data.DataShareResultSet<br>类名: DataShareResultSet<br>方法 or 属性: getString(columnIndex: number): string;|@ohos.data.DataShareResultSet.d.ts|
86|新增|NA|模块名: ohos.data.DataShareResultSet<br>类名: DataShareResultSet<br>方法 or 属性: getLong(columnIndex: number): number;|@ohos.data.DataShareResultSet.d.ts|
87|新增|NA|模块名: ohos.data.DataShareResultSet<br>类名: DataShareResultSet<br>方法 or 属性: getDouble(columnIndex: number): number;|@ohos.data.DataShareResultSet.d.ts|
88|新增|NA|模块名: ohos.data.DataShareResultSet<br>类名: DataShareResultSet<br>方法 or 属性: close(): void;|@ohos.data.DataShareResultSet.d.ts|
89|新增|NA|模块名: ohos.data.DataShareResultSet<br>类名: DataShareResultSet<br>方法 or 属性: getColumnIndex(columnName: string): number;|@ohos.data.DataShareResultSet.d.ts|
90|新增|NA|模块名: ohos.data.DataShareResultSet<br>类名: DataShareResultSet<br>方法 or 属性: getColumnName(columnIndex: number): string;|@ohos.data.DataShareResultSet.d.ts|
91|新增|NA|模块名: ohos.data.DataShareResultSet<br>类名: DataShareResultSet<br>方法 or 属性: getDataType(columnIndex: number): DataType;|@ohos.data.DataShareResultSet.d.ts|
92|新增|NA|类名:KVStore<br>方法or属性:off(event: 'syncComplete', syncCallback?: Callback\<Array\<[string, number]>>): void;|@ohos.data.distributedData.d.ts|
93|新增|NA|类名:distributedDataObject<br>方法or属性:function create(context: Context, source: object): DataObject;|@ohos.data.distributedDataObject.d.ts|
94|新增|NA|模块名: ohos.data.distributedDataObject<br>类名: SaveSuccessResponse|@ohos.data.distributedDataObject.d.ts|
95|新增|NA|类名:SaveSuccessResponse<br>方法or属性:|@ohos.data.distributedDataObject.d.ts|
96|新增|NA|模块名: ohos.data.distributedDataObject<br>类名: SaveSuccessResponse<br>方法 or 属性:sessionId: string;|@ohos.data.distributedDataObject.d.ts|
97|新增|NA|类名:SaveSuccessResponse<br>方法or属性:sessionId: string;|@ohos.data.distributedDataObject.d.ts|
98|新增|NA|模块名: ohos.data.distributedDataObject<br>类名: SaveSuccessResponse<br>方法 or 属性:version: number;|@ohos.data.distributedDataObject.d.ts|
99|新增|NA|类名:SaveSuccessResponse<br>方法or属性:version: number;|@ohos.data.distributedDataObject.d.ts|
100|新增|NA|模块名: ohos.data.distributedDataObject<br>类名: SaveSuccessResponse<br>方法 or 属性:deviceId: string;|@ohos.data.distributedDataObject.d.ts|
101|新增|NA|类名:SaveSuccessResponse<br>方法or属性:deviceId: string;|@ohos.data.distributedDataObject.d.ts|
102|新增|NA|模块名: ohos.data.distributedDataObject<br>类名: RevokeSaveSuccessResponse|@ohos.data.distributedDataObject.d.ts|
103|新增|NA|类名:RevokeSaveSuccessResponse<br>方法or属性:|@ohos.data.distributedDataObject.d.ts|
104|新增|NA|模块名: ohos.data.distributedDataObject<br>类名: RevokeSaveSuccessResponse<br>方法 or 属性:sessionId: string;|@ohos.data.distributedDataObject.d.ts|
105|新增|NA|类名:RevokeSaveSuccessResponse<br>方法or属性:sessionId: string;|@ohos.data.distributedDataObject.d.ts|
106|新增|NA|模块名: ohos.data.distributedDataObject<br>类名: DataObject|@ohos.data.distributedDataObject.d.ts|
107|新增|NA|类名:DataObject<br>方法or属性:|@ohos.data.distributedDataObject.d.ts|
108|新增|NA|模块名: ohos.data.distributedDataObject<br>类名: DataObject<br>方法 or 属性:setSessionId(sessionId: string, callback: AsyncCallback\<void>): void;|@ohos.data.distributedDataObject.d.ts|
109|新增|NA|类名:DataObject<br>方法or属性:setSessionId(sessionId: string, callback: AsyncCallback\<void>): void;|@ohos.data.distributedDataObject.d.ts|
110|新增|NA|模块名: ohos.data.distributedDataObject<br>类名: DataObject<br>方法 or 属性:setSessionId(callback: AsyncCallback\<void>): void;|@ohos.data.distributedDataObject.d.ts|
111|新增|NA|类名:DataObject<br>方法or属性:setSessionId(callback: AsyncCallback\<void>): void;|@ohos.data.distributedDataObject.d.ts|
112|新增|NA|模块名: ohos.data.distributedDataObject<br>类名: DataObject<br>方法 or 属性:setSessionId(sessionId?: string): Promise\<void>;|@ohos.data.distributedDataObject.d.ts|
113|新增|NA|类名:DataObject<br>方法or属性:setSessionId(sessionId?: string): Promise\<void>;|@ohos.data.distributedDataObject.d.ts|
114|新增|NA|模块名: ohos.data.distributedDataObject<br>类名: DataObject<br>方法 or 属性:on(type: 'change', callback: Callback\<{ sessionId: string, fields: Array\<string> }>): void;|@ohos.data.distributedDataObject.d.ts|
115|新增|NA|类名:DataObject<br>方法or属性:on(type: 'change', callback: Callback\<{ sessionId: string, fields: Array\<string> }>): void;|@ohos.data.distributedDataObject.d.ts|
116|新增|NA|模块名: ohos.data.distributedDataObject<br>类名: DataObject<br>方法 or 属性:off(type: 'change', callback?: Callback\<{ sessionId: string, fields: Array\<string> }>): void;|@ohos.data.distributedDataObject.d.ts|
117|新增|NA|类名:DataObject<br>方法or属性:off(type: 'change', callback?: Callback\<{ sessionId: string, fields: Array\<string> }>): void;|@ohos.data.distributedDataObject.d.ts|
118|新增|NA|模块名: ohos.data.distributedDataObject<br>类名: DataObject<br>方法 or 属性:on(type: 'status',<br><br>           callback: Callback\<{ sessionId: string, networkId: string, status: 'online' \| 'offline' }>): void;|@ohos.data.distributedDataObject.d.ts|
119|新增|NA|模块名: ohos.data.distributedDataObject<br>类名: DataObject<br>方法 or 属性:off(type: 'status',<br><br>            callback?: Callback\<{ sessionId: string, deviceId: string, status: 'online' \| 'offline' }>): void;|@ohos.data.distributedDataObject.d.ts|
120|新增|NA|模块名: ohos.data.distributedDataObject<br>类名: DataObject<br>方法 or 属性:save(deviceId: string, callback: AsyncCallback\<SaveSuccessResponse>): void;|@ohos.data.distributedDataObject.d.ts|
121|新增|NA|类名:DataObject<br>方法or属性:save(deviceId: string, callback: AsyncCallback\<SaveSuccessResponse>): void;|@ohos.data.distributedDataObject.d.ts|
122|新增|NA|模块名: ohos.data.distributedDataObject<br>类名: DataObject<br>方法 or 属性:save(deviceId: string): Promise\<SaveSuccessResponse>;|@ohos.data.distributedDataObject.d.ts|
123|新增|NA|类名:DataObject<br>方法or属性:save(deviceId: string): Promise\<SaveSuccessResponse>;|@ohos.data.distributedDataObject.d.ts|
124|新增|NA|模块名: ohos.data.distributedDataObject<br>类名: DataObject<br>方法 or 属性:revokeSave(callback: AsyncCallback\<RevokeSaveSuccessResponse>): void;|@ohos.data.distributedDataObject.d.ts|
125|新增|NA|类名:DataObject<br>方法or属性:revokeSave(callback: AsyncCallback\<RevokeSaveSuccessResponse>): void;|@ohos.data.distributedDataObject.d.ts|
126|新增|NA|模块名: ohos.data.distributedDataObject<br>类名: DataObject<br>方法 or 属性:revokeSave(): Promise\<RevokeSaveSuccessResponse>;|@ohos.data.distributedDataObject.d.ts|
127|新增|NA|类名:DataObject<br>方法or属性:revokeSave(): Promise\<RevokeSaveSuccessResponse>;|@ohos.data.distributedDataObject.d.ts|
128|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: distributedKVStore|@ohos.data.distributedKVStore.d.ts|
129|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: KVManagerConfig|@ohos.data.distributedKVStore.d.ts|
130|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: KVManagerConfig<br>方法 or 属性: bundleName: string;|@ohos.data.distributedKVStore.d.ts|
131|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: KVManagerConfig<br>方法 or 属性: context: Context;|@ohos.data.distributedKVStore.d.ts|
132|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Constants|@ohos.data.distributedKVStore.d.ts|
133|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Constants<br>方法 or 属性: readonly MAX_KEY_LENGTH: number;|@ohos.data.distributedKVStore.d.ts|
134|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Constants<br>方法 or 属性: readonly MAX_VALUE_LENGTH: number;|@ohos.data.distributedKVStore.d.ts|
135|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Constants<br>方法 or 属性: readonly MAX_KEY_LENGTH_DEVICE: number;|@ohos.data.distributedKVStore.d.ts|
136|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Constants<br>方法 or 属性: readonly MAX_STORE_ID_LENGTH: number;|@ohos.data.distributedKVStore.d.ts|
137|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Constants<br>方法 or 属性: readonly MAX_QUERY_LENGTH: number;|@ohos.data.distributedKVStore.d.ts|
138|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Constants<br>方法 or 属性: readonly MAX_BATCH_SIZE: number;|@ohos.data.distributedKVStore.d.ts|
139|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: ValueType|@ohos.data.distributedKVStore.d.ts|
140|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: ValueType<br>方法 or 属性: STRING|@ohos.data.distributedKVStore.d.ts|
141|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: ValueType<br>方法 or 属性: INTEGER|@ohos.data.distributedKVStore.d.ts|
142|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: ValueType<br>方法 or 属性: FLOAT|@ohos.data.distributedKVStore.d.ts|
143|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: ValueType<br>方法 or 属性: BYTE_ARRAY|@ohos.data.distributedKVStore.d.ts|
144|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: ValueType<br>方法 or 属性: BOOLEAN|@ohos.data.distributedKVStore.d.ts|
145|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: ValueType<br>方法 or 属性: DOUBLE|@ohos.data.distributedKVStore.d.ts|
146|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Value|@ohos.data.distributedKVStore.d.ts|
147|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Value<br>方法 or 属性: type: ValueType;|@ohos.data.distributedKVStore.d.ts|
148|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Value<br>方法 or 属性: value: Uint8Array \| string \| number \| boolean;|@ohos.data.distributedKVStore.d.ts|
149|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Entry|@ohos.data.distributedKVStore.d.ts|
150|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Entry<br>方法 or 属性: key: string;|@ohos.data.distributedKVStore.d.ts|
151|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Entry<br>方法 or 属性: value: Value;|@ohos.data.distributedKVStore.d.ts|
152|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: ChangeNotification|@ohos.data.distributedKVStore.d.ts|
153|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: ChangeNotification<br>方法 or 属性: insertEntries: Entry[];|@ohos.data.distributedKVStore.d.ts|
154|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: ChangeNotification<br>方法 or 属性: updateEntries: Entry[];|@ohos.data.distributedKVStore.d.ts|
155|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: ChangeNotification<br>方法 or 属性: deleteEntries: Entry[];|@ohos.data.distributedKVStore.d.ts|
156|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: ChangeNotification<br>方法 or 属性: deviceId: string;|@ohos.data.distributedKVStore.d.ts|
157|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SyncMode|@ohos.data.distributedKVStore.d.ts|
158|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SyncMode<br>方法 or 属性: PULL_ONLY|@ohos.data.distributedKVStore.d.ts|
159|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SyncMode<br>方法 or 属性: PUSH_ONLY|@ohos.data.distributedKVStore.d.ts|
160|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SyncMode<br>方法 or 属性: PUSH_PULL|@ohos.data.distributedKVStore.d.ts|
161|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SubscribeType|@ohos.data.distributedKVStore.d.ts|
162|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SubscribeType<br>方法 or 属性: SUBSCRIBE_TYPE_LOCAL|@ohos.data.distributedKVStore.d.ts|
163|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SubscribeType<br>方法 or 属性: SUBSCRIBE_TYPE_REMOTE|@ohos.data.distributedKVStore.d.ts|
164|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SubscribeType<br>方法 or 属性: SUBSCRIBE_TYPE_ALL|@ohos.data.distributedKVStore.d.ts|
165|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: KVStoreType|@ohos.data.distributedKVStore.d.ts|
166|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: KVStoreType<br>方法 or 属性: DEVICE_COLLABORATION|@ohos.data.distributedKVStore.d.ts|
167|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: KVStoreType<br>方法 or 属性: SINGLE_VERSION|@ohos.data.distributedKVStore.d.ts|
168|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SecurityLevel|@ohos.data.distributedKVStore.d.ts|
169|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SecurityLevel<br>方法 or 属性: S1|@ohos.data.distributedKVStore.d.ts|
170|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SecurityLevel<br>方法 or 属性: S2|@ohos.data.distributedKVStore.d.ts|
171|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SecurityLevel<br>方法 or 属性: S3|@ohos.data.distributedKVStore.d.ts|
172|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SecurityLevel<br>方法 or 属性: S4|@ohos.data.distributedKVStore.d.ts|
173|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Options|@ohos.data.distributedKVStore.d.ts|
174|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Options<br>方法 or 属性: createIfMissing?: boolean;|@ohos.data.distributedKVStore.d.ts|
175|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Options<br>方法 or 属性: encrypt?: boolean;|@ohos.data.distributedKVStore.d.ts|
176|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Options<br>方法 or 属性: backup?: boolean;|@ohos.data.distributedKVStore.d.ts|
177|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Options<br>方法 or 属性: autoSync?: boolean;|@ohos.data.distributedKVStore.d.ts|
178|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Options<br>方法 or 属性: kvStoreType?: KVStoreType;|@ohos.data.distributedKVStore.d.ts|
179|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Options<br>方法 or 属性: securityLevel: SecurityLevel;|@ohos.data.distributedKVStore.d.ts|
180|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Options<br>方法 or 属性: schema?: Schema;|@ohos.data.distributedKVStore.d.ts|
181|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Schema|@ohos.data.distributedKVStore.d.ts|
182|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Schema<br>方法 or 属性: constructor()|@ohos.data.distributedKVStore.d.ts|
183|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Schema<br>方法 or 属性: root: FieldNode;|@ohos.data.distributedKVStore.d.ts|
184|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Schema<br>方法 or 属性: indexes: Array\<string>;|@ohos.data.distributedKVStore.d.ts|
185|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Schema<br>方法 or 属性: mode: number;|@ohos.data.distributedKVStore.d.ts|
186|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Schema<br>方法 or 属性: skip: number;|@ohos.data.distributedKVStore.d.ts|
187|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: FieldNode|@ohos.data.distributedKVStore.d.ts|
188|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: FieldNode<br>方法 or 属性: constructor(name: string)|@ohos.data.distributedKVStore.d.ts|
189|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: FieldNode<br>方法 or 属性: appendChild(child: FieldNode): boolean;|@ohos.data.distributedKVStore.d.ts|
190|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: FieldNode<br>方法 or 属性: default: string;|@ohos.data.distributedKVStore.d.ts|
191|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: FieldNode<br>方法 or 属性: nullable: boolean;|@ohos.data.distributedKVStore.d.ts|
192|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: FieldNode<br>方法 or 属性: type: number;|@ohos.data.distributedKVStore.d.ts|
193|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: KVStoreResultSet|@ohos.data.distributedKVStore.d.ts|
194|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: KVStoreResultSet<br>方法 or 属性: getCount(): number;|@ohos.data.distributedKVStore.d.ts|
195|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: KVStoreResultSet<br>方法 or 属性: getPosition(): number;|@ohos.data.distributedKVStore.d.ts|
196|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: KVStoreResultSet<br>方法 or 属性: moveToFirst(): boolean;|@ohos.data.distributedKVStore.d.ts|
197|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: KVStoreResultSet<br>方法 or 属性: moveToLast(): boolean;|@ohos.data.distributedKVStore.d.ts|
198|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: KVStoreResultSet<br>方法 or 属性: moveToNext(): boolean;|@ohos.data.distributedKVStore.d.ts|
199|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: KVStoreResultSet<br>方法 or 属性: moveToPrevious(): boolean;|@ohos.data.distributedKVStore.d.ts|
200|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: KVStoreResultSet<br>方法 or 属性: move(offset: number): boolean;|@ohos.data.distributedKVStore.d.ts|
201|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: KVStoreResultSet<br>方法 or 属性: moveToPosition(position: number): boolean;|@ohos.data.distributedKVStore.d.ts|
202|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: KVStoreResultSet<br>方法 or 属性: isFirst(): boolean;|@ohos.data.distributedKVStore.d.ts|
203|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: KVStoreResultSet<br>方法 or 属性: isLast(): boolean;|@ohos.data.distributedKVStore.d.ts|
204|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: KVStoreResultSet<br>方法 or 属性: isBeforeFirst(): boolean;|@ohos.data.distributedKVStore.d.ts|
205|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: KVStoreResultSet<br>方法 or 属性: isAfterLast(): boolean;|@ohos.data.distributedKVStore.d.ts|
206|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: KVStoreResultSet<br>方法 or 属性: getEntry(): Entry;|@ohos.data.distributedKVStore.d.ts|
207|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Query|@ohos.data.distributedKVStore.d.ts|
208|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Query<br>方法 or 属性: constructor()|@ohos.data.distributedKVStore.d.ts|
209|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Query<br>方法 or 属性: reset(): Query;|@ohos.data.distributedKVStore.d.ts|
210|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Query<br>方法 or 属性: equalTo(field: string, value: number \| string \| boolean): Query;|@ohos.data.distributedKVStore.d.ts|
211|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Query<br>方法 or 属性: notEqualTo(field: string, value: number \| string \| boolean): Query;|@ohos.data.distributedKVStore.d.ts|
212|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Query<br>方法 or 属性: greaterThan(field: string, value: number \| string \| boolean): Query;|@ohos.data.distributedKVStore.d.ts|
213|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Query<br>方法 or 属性: lessThan(field: string, value: number \| string): Query;|@ohos.data.distributedKVStore.d.ts|
214|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Query<br>方法 or 属性: greaterThanOrEqualTo(field: string, value: number \| string): Query;|@ohos.data.distributedKVStore.d.ts|
215|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Query<br>方法 or 属性: lessThanOrEqualTo(field: string, value: number \| string): Query;|@ohos.data.distributedKVStore.d.ts|
216|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Query<br>方法 or 属性: isNull(field: string): Query;|@ohos.data.distributedKVStore.d.ts|
217|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Query<br>方法 or 属性: inNumber(field: string, valueList: number[]): Query;|@ohos.data.distributedKVStore.d.ts|
218|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Query<br>方法 or 属性: inString(field: string, valueList: string[]): Query;|@ohos.data.distributedKVStore.d.ts|
219|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Query<br>方法 or 属性: notInNumber(field: string, valueList: number[]): Query;|@ohos.data.distributedKVStore.d.ts|
220|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Query<br>方法 or 属性: notInString(field: string, valueList: string[]): Query;|@ohos.data.distributedKVStore.d.ts|
221|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Query<br>方法 or 属性: like(field: string, value: string): Query;|@ohos.data.distributedKVStore.d.ts|
222|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Query<br>方法 or 属性: unlike(field: string, value: string): Query;|@ohos.data.distributedKVStore.d.ts|
223|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Query<br>方法 or 属性: and(): Query;|@ohos.data.distributedKVStore.d.ts|
224|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Query<br>方法 or 属性: or(): Query;|@ohos.data.distributedKVStore.d.ts|
225|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Query<br>方法 or 属性: orderByAsc(field: string): Query;|@ohos.data.distributedKVStore.d.ts|
226|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Query<br>方法 or 属性: orderByDesc(field: string): Query;|@ohos.data.distributedKVStore.d.ts|
227|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Query<br>方法 or 属性: limit(total: number, offset: number): Query;|@ohos.data.distributedKVStore.d.ts|
228|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Query<br>方法 or 属性: isNotNull(field: string): Query;|@ohos.data.distributedKVStore.d.ts|
229|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Query<br>方法 or 属性: beginGroup(): Query;|@ohos.data.distributedKVStore.d.ts|
230|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Query<br>方法 or 属性: endGroup(): Query;|@ohos.data.distributedKVStore.d.ts|
231|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Query<br>方法 or 属性: prefixKey(prefix: string): Query;|@ohos.data.distributedKVStore.d.ts|
232|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Query<br>方法 or 属性: setSuggestIndex(index: string): Query;|@ohos.data.distributedKVStore.d.ts|
233|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Query<br>方法 or 属性: deviceId(deviceId: string): Query;|@ohos.data.distributedKVStore.d.ts|
234|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: Query<br>方法 or 属性: getSqlLike(): string;|@ohos.data.distributedKVStore.d.ts|
235|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore|@ohos.data.distributedKVStore.d.ts|
236|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: put(key: string, value: Uint8Array \| string \| number \| boolean, callback: AsyncCallback\<void>): void;|@ohos.data.distributedKVStore.d.ts|
237|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: put(key: string, value: Uint8Array \| string \| number \| boolean): Promise\<void>;|@ohos.data.distributedKVStore.d.ts|
238|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: putBatch(entries: Entry[], callback: AsyncCallback\<void>): void;|@ohos.data.distributedKVStore.d.ts|
239|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: putBatch(entries: Entry[]): Promise\<void>;|@ohos.data.distributedKVStore.d.ts|
240|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: putBatch(value: Array\<ValuesBucket>, callback: AsyncCallback\<void>): void;|@ohos.data.distributedKVStore.d.ts|
241|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: putBatch(value: Array\<ValuesBucket>): Promise\<void>;|@ohos.data.distributedKVStore.d.ts|
242|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: delete(key: string, callback: AsyncCallback\<void>): void;|@ohos.data.distributedKVStore.d.ts|
243|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: delete(key: string): Promise\<void>;|@ohos.data.distributedKVStore.d.ts|
244|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: delete(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<void>);|@ohos.data.distributedKVStore.d.ts|
245|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: delete(predicates: dataSharePredicates.DataSharePredicates): Promise\<void>;|@ohos.data.distributedKVStore.d.ts|
246|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: deleteBatch(keys: string[], callback: AsyncCallback\<void>): void;|@ohos.data.distributedKVStore.d.ts|
247|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: deleteBatch(keys: string[]): Promise\<void>;|@ohos.data.distributedKVStore.d.ts|
248|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: removeDeviceData(deviceId: string, callback: AsyncCallback\<void>): void;|@ohos.data.distributedKVStore.d.ts|
249|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: removeDeviceData(deviceId: string): Promise\<void>;|@ohos.data.distributedKVStore.d.ts|
250|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: get(key: string, callback: AsyncCallback\<boolean \| string \| number \| Uint8Array>): void;|@ohos.data.distributedKVStore.d.ts|
251|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: get(key: string): Promise\<boolean \| string \| number \| Uint8Array>;|@ohos.data.distributedKVStore.d.ts|
252|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: getEntries(keyPrefix: string, callback: AsyncCallback\<Entry[]>): void;|@ohos.data.distributedKVStore.d.ts|
253|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: getEntries(keyPrefix: string): Promise\<Entry[]>;|@ohos.data.distributedKVStore.d.ts|
254|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: getEntries(query: Query, callback: AsyncCallback\<Entry[]>): void;|@ohos.data.distributedKVStore.d.ts|
255|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: getEntries(query: Query): Promise\<Entry[]>;|@ohos.data.distributedKVStore.d.ts|
256|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: getResultSet(keyPrefix: string, callback: AsyncCallback\<KVStoreResultSet>): void;|@ohos.data.distributedKVStore.d.ts|
257|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: getResultSet(keyPrefix: string): Promise\<KVStoreResultSet>;|@ohos.data.distributedKVStore.d.ts|
258|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: getResultSet(query: Query, callback: AsyncCallback\<KVStoreResultSet>): void;|@ohos.data.distributedKVStore.d.ts|
259|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: getResultSet(query: Query): Promise\<KVStoreResultSet>;|@ohos.data.distributedKVStore.d.ts|
260|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<KVStoreResultSet>): void;|@ohos.data.distributedKVStore.d.ts|
261|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\<KVStoreResultSet>;|@ohos.data.distributedKVStore.d.ts|
262|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: closeResultSet(resultSet: KVStoreResultSet, callback: AsyncCallback\<void>): void;|@ohos.data.distributedKVStore.d.ts|
263|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: closeResultSet(resultSet: KVStoreResultSet): Promise\<void>;|@ohos.data.distributedKVStore.d.ts|
264|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: getResultSize(query: Query, callback: AsyncCallback\<number>): void;|@ohos.data.distributedKVStore.d.ts|
265|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: getResultSize(query: Query): Promise\<number>;|@ohos.data.distributedKVStore.d.ts|
266|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: backup(file: string, callback: AsyncCallback\<void>): void;|@ohos.data.distributedKVStore.d.ts|
267|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: backup(file: string): Promise\<void>;|@ohos.data.distributedKVStore.d.ts|
268|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: restore(file: string, callback: AsyncCallback\<void>): void;|@ohos.data.distributedKVStore.d.ts|
269|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: restore(file: string): Promise\<void>;|@ohos.data.distributedKVStore.d.ts|
270|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: deleteBackup(files: Array\<string>, callback: AsyncCallback\<Array\<[string, number]>>): void;|@ohos.data.distributedKVStore.d.ts|
271|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: deleteBackup(files: Array\<string>): Promise\<Array\<[string, number]>>;|@ohos.data.distributedKVStore.d.ts|
272|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: startTransaction(callback: AsyncCallback\<void>): void;|@ohos.data.distributedKVStore.d.ts|
273|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: startTransaction(): Promise\<void>;|@ohos.data.distributedKVStore.d.ts|
274|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: commit(callback: AsyncCallback\<void>): void;|@ohos.data.distributedKVStore.d.ts|
275|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: commit(): Promise\<void>;|@ohos.data.distributedKVStore.d.ts|
276|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: rollback(callback: AsyncCallback\<void>): void;|@ohos.data.distributedKVStore.d.ts|
277|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: rollback(): Promise\<void>;|@ohos.data.distributedKVStore.d.ts|
278|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: enableSync(enabled: boolean, callback: AsyncCallback\<void>): void;|@ohos.data.distributedKVStore.d.ts|
279|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: enableSync(enabled: boolean): Promise\<void>;|@ohos.data.distributedKVStore.d.ts|
280|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: setSyncRange(localLabels: string[], remoteSupportLabels: string[], callback: AsyncCallback\<void>): void;|@ohos.data.distributedKVStore.d.ts|
281|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: setSyncRange(localLabels: string[], remoteSupportLabels: string[]): Promise\<void>;|@ohos.data.distributedKVStore.d.ts|
282|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: setSyncParam(defaultAllowedDelayMs: number, callback: AsyncCallback\<void>): void;|@ohos.data.distributedKVStore.d.ts|
283|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: setSyncParam(defaultAllowedDelayMs: number): Promise\<void>;|@ohos.data.distributedKVStore.d.ts|
284|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: sync(deviceIds: string[], mode: SyncMode, delayMs?: number): void|@ohos.data.distributedKVStore.d.ts|
285|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: sync(deviceIds: string[], query: Query, mode: SyncMode, delayMs?: number): void;|@ohos.data.distributedKVStore.d.ts|
286|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: on(event: 'dataChange', type: SubscribeType, listener: Callback\<ChangeNotification>): void;|@ohos.data.distributedKVStore.d.ts|
287|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: on(event: 'syncComplete', syncCallback: Callback\<Array\<[string, number]>>): void;|@ohos.data.distributedKVStore.d.ts|
288|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: off(event: 'dataChange', listener?: Callback\<ChangeNotification>): void;|@ohos.data.distributedKVStore.d.ts|
289|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: off(event: 'syncComplete', syncCallback?: Callback\<Array\<[string, number]>>): void;|@ohos.data.distributedKVStore.d.ts|
290|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: getSecurityLevel(callback: AsyncCallback\<SecurityLevel>): void;|@ohos.data.distributedKVStore.d.ts|
291|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: SingleKVStore<br>方法 or 属性: getSecurityLevel(): Promise\<SecurityLevel>;|@ohos.data.distributedKVStore.d.ts|
292|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: DeviceKVStore|@ohos.data.distributedKVStore.d.ts|
293|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: DeviceKVStore<br>方法 or 属性: get(key: string, callback: AsyncCallback\<boolean \| string \| number \| Uint8Array>): void;|@ohos.data.distributedKVStore.d.ts|
294|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: DeviceKVStore<br>方法 or 属性: get(key: string): Promise\<boolean \| string \| number \| Uint8Array>;|@ohos.data.distributedKVStore.d.ts|
295|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: DeviceKVStore<br>方法 or 属性: get(deviceId: string, key: string, callback: AsyncCallback\<boolean \| string \| number \| Uint8Array>): void;|@ohos.data.distributedKVStore.d.ts|
296|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: DeviceKVStore<br>方法 or 属性: get(deviceId: string, key: string): Promise\<boolean \| string \| number \| Uint8Array>;|@ohos.data.distributedKVStore.d.ts|
297|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: DeviceKVStore<br>方法 or 属性: getEntries(keyPrefix: string, callback: AsyncCallback\<Entry[]>): void;|@ohos.data.distributedKVStore.d.ts|
298|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: DeviceKVStore<br>方法 or 属性: getEntries(keyPrefix: string): Promise\<Entry[]>;|@ohos.data.distributedKVStore.d.ts|
299|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: DeviceKVStore<br>方法 or 属性: getEntries(deviceId: string, keyPrefix: string, callback: AsyncCallback\<Entry[]>): void;|@ohos.data.distributedKVStore.d.ts|
300|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: DeviceKVStore<br>方法 or 属性: getEntries(deviceId: string, keyPrefix: string): Promise\<Entry[]>;|@ohos.data.distributedKVStore.d.ts|
301|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: DeviceKVStore<br>方法 or 属性: getEntries(query: Query, callback: AsyncCallback\<Entry[]>): void;|@ohos.data.distributedKVStore.d.ts|
302|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: DeviceKVStore<br>方法 or 属性: getEntries(query: Query): Promise\<Entry[]>;|@ohos.data.distributedKVStore.d.ts|
303|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: DeviceKVStore<br>方法 or 属性: getEntries(deviceId: string, query: Query, callback: AsyncCallback\<Entry[]>): void;|@ohos.data.distributedKVStore.d.ts|
304|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: DeviceKVStore<br>方法 or 属性: getEntries(deviceId: string, query: Query): Promise\<Entry[]>;|@ohos.data.distributedKVStore.d.ts|
305|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: DeviceKVStore<br>方法 or 属性: getResultSet(keyPrefix: string, callback: AsyncCallback\<KVStoreResultSet>): void;|@ohos.data.distributedKVStore.d.ts|
306|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: DeviceKVStore<br>方法 or 属性: getResultSet(keyPrefix: string): Promise\<KVStoreResultSet>;|@ohos.data.distributedKVStore.d.ts|
307|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: DeviceKVStore<br>方法 or 属性: getResultSet(deviceId: string, keyPrefix: string, callback: AsyncCallback\<KVStoreResultSet>): void;|@ohos.data.distributedKVStore.d.ts|
308|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: DeviceKVStore<br>方法 or 属性: getResultSet(deviceId: string, keyPrefix: string): Promise\<KVStoreResultSet>;|@ohos.data.distributedKVStore.d.ts|
309|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: DeviceKVStore<br>方法 or 属性: getResultSet(query: Query, callback: AsyncCallback\<KVStoreResultSet>): void;|@ohos.data.distributedKVStore.d.ts|
310|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: DeviceKVStore<br>方法 or 属性: getResultSet(query: Query): Promise\<KVStoreResultSet>;|@ohos.data.distributedKVStore.d.ts|
311|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: DeviceKVStore<br>方法 or 属性: getResultSet(deviceId: string, query: Query, callback: AsyncCallback\<KVStoreResultSet>): void;|@ohos.data.distributedKVStore.d.ts|
312|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: DeviceKVStore<br>方法 or 属性: getResultSet(deviceId: string, query: Query): Promise\<KVStoreResultSet>;|@ohos.data.distributedKVStore.d.ts|
313|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: DeviceKVStore<br>方法 or 属性: getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<KVStoreResultSet>): void;|@ohos.data.distributedKVStore.d.ts|
314|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: DeviceKVStore<br>方法 or 属性: getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\<KVStoreResultSet>;|@ohos.data.distributedKVStore.d.ts|
315|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: DeviceKVStore<br>方法 or 属性: getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<KVStoreResultSet>): void;|@ohos.data.distributedKVStore.d.ts|
316|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: DeviceKVStore<br>方法 or 属性: getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates): Promise\<KVStoreResultSet>;|@ohos.data.distributedKVStore.d.ts|
317|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: DeviceKVStore<br>方法 or 属性: getResultSize(query: Query, callback: AsyncCallback\<number>): void;|@ohos.data.distributedKVStore.d.ts|
318|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: DeviceKVStore<br>方法 or 属性: getResultSize(query: Query): Promise\<number>;|@ohos.data.distributedKVStore.d.ts|
319|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: DeviceKVStore<br>方法 or 属性: getResultSize(deviceId: string, query: Query, callback: AsyncCallback\<number>): void;|@ohos.data.distributedKVStore.d.ts|
320|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: DeviceKVStore<br>方法 or 属性: getResultSize(deviceId: string, query: Query): Promise\<number>;|@ohos.data.distributedKVStore.d.ts|
321|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: distributedKVStore<br>方法 or 属性: function createKVManager(config: KVManagerConfig): KVManager;|@ohos.data.distributedKVStore.d.ts|
322|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: KVManager|@ohos.data.distributedKVStore.d.ts|
323|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: KVManager<br>方法 or 属性: getKVStore\<T>(storeId: string, options: Options, callback: AsyncCallback\<T>): void;|@ohos.data.distributedKVStore.d.ts|
324|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: KVManager<br>方法 or 属性: getKVStore\<T>(storeId: string, options: Options): Promise\<T>;|@ohos.data.distributedKVStore.d.ts|
325|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: KVManager<br>方法 or 属性: closeKVStore(appId: string, storeId: string, callback: AsyncCallback\<void>): void;|@ohos.data.distributedKVStore.d.ts|
326|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: KVManager<br>方法 or 属性: closeKVStore(appId: string, storeId: string): Promise\<void>;|@ohos.data.distributedKVStore.d.ts|
327|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: KVManager<br>方法 or 属性: deleteKVStore(appId: string, storeId: string, callback: AsyncCallback\<void>): void;|@ohos.data.distributedKVStore.d.ts|
328|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: KVManager<br>方法 or 属性: deleteKVStore(appId: string, storeId: string): Promise\<void>;|@ohos.data.distributedKVStore.d.ts|
329|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: KVManager<br>方法 or 属性: getAllKVStoreId(appId: string, callback: AsyncCallback\<string[]>): void;|@ohos.data.distributedKVStore.d.ts|
330|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: KVManager<br>方法 or 属性: getAllKVStoreId(appId: string): Promise\<string[]>;|@ohos.data.distributedKVStore.d.ts|
331|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: KVManager<br>方法 or 属性: on(event: 'distributedDataServiceDie', deathCallback: Callback\<void>): void;|@ohos.data.distributedKVStore.d.ts|
332|新增|NA|模块名: ohos.data.distributedKVStore<br>类名: KVManager<br>方法 or 属性: off(event: 'distributedDataServiceDie', deathCallback?: Callback\<void>): void;|@ohos.data.distributedKVStore.d.ts|
333|新增|NA|模块名: ohos.data.preferences<br>类名: preferences|@ohos.data.preferences.d.ts|
334|新增|NA|模块名: ohos.data.preferences<br>类名: preferences<br>方法 or 属性: function getPreferences(context: Context, name: string, callback: AsyncCallback\<Preferences>): void;|@ohos.data.preferences.d.ts|
335|新增|NA|模块名: ohos.data.preferences<br>类名: preferences<br>方法 or 属性: function getPreferences(context: Context, name: string): Promise\<Preferences>;|@ohos.data.preferences.d.ts|
336|新增|NA|模块名: ohos.data.preferences<br>类名: preferences<br>方法 or 属性: function deletePreferences(context: Context, name: string, callback: AsyncCallback\<void>): void;|@ohos.data.preferences.d.ts|
337|新增|NA|模块名: ohos.data.preferences<br>类名: preferences<br>方法 or 属性: function deletePreferences(context: Context, name: string): Promise\<void>;|@ohos.data.preferences.d.ts|
338|新增|NA|模块名: ohos.data.preferences<br>类名: preferences<br>方法 or 属性: function removePreferencesFromCache(context: Context, name: string, callback: AsyncCallback\<void>): void;|@ohos.data.preferences.d.ts|
339|新增|NA|模块名: ohos.data.preferences<br>类名: preferences<br>方法 or 属性: function removePreferencesFromCache(context: Context, name: string): Promise\<void>;|@ohos.data.preferences.d.ts|
340|新增|NA|模块名: ohos.data.preferences<br>类名: Preferences|@ohos.data.preferences.d.ts|
341|新增|NA|模块名: ohos.data.preferences<br>类名: Preferences<br>方法 or 属性: get(key: string, defValue: ValueType, callback: AsyncCallback\<ValueType>): void;|@ohos.data.preferences.d.ts|
342|新增|NA|模块名: ohos.data.preferences<br>类名: Preferences<br>方法 or 属性: get(key: string, defValue: ValueType): Promise\<ValueType>;|@ohos.data.preferences.d.ts|
343|新增|NA|模块名: ohos.data.preferences<br>类名: Preferences<br>方法 or 属性: getAll(callback: AsyncCallback\<Object>): void;|@ohos.data.preferences.d.ts|
344|新增|NA|模块名: ohos.data.preferences<br>类名: Preferences<br>方法 or 属性: getAll(): Promise\<Object>;|@ohos.data.preferences.d.ts|
345|新增|NA|模块名: ohos.data.preferences<br>类名: Preferences<br>方法 or 属性: has(key: string, callback: AsyncCallback\<boolean>): void;|@ohos.data.preferences.d.ts|
346|新增|NA|模块名: ohos.data.preferences<br>类名: Preferences<br>方法 or 属性: has(key: string): Promise\<boolean>;|@ohos.data.preferences.d.ts|
347|新增|NA|模块名: ohos.data.preferences<br>类名: Preferences<br>方法 or 属性: put(key: string, value: ValueType, callback: AsyncCallback\<void>): void;|@ohos.data.preferences.d.ts|
348|新增|NA|模块名: ohos.data.preferences<br>类名: Preferences<br>方法 or 属性: put(key: string, value: ValueType): Promise\<void>;|@ohos.data.preferences.d.ts|
349|新增|NA|模块名: ohos.data.preferences<br>类名: Preferences<br>方法 or 属性: delete(key: string, callback: AsyncCallback\<void>): void;|@ohos.data.preferences.d.ts|
350|新增|NA|模块名: ohos.data.preferences<br>类名: Preferences<br>方法 or 属性: delete(key: string): Promise\<void>;|@ohos.data.preferences.d.ts|
351|新增|NA|模块名: ohos.data.preferences<br>类名: Preferences<br>方法 or 属性: clear(callback: AsyncCallback\<void>): void;|@ohos.data.preferences.d.ts|
352|新增|NA|模块名: ohos.data.preferences<br>类名: Preferences<br>方法 or 属性: clear(): Promise\<void>;|@ohos.data.preferences.d.ts|
353|新增|NA|模块名: ohos.data.preferences<br>类名: Preferences<br>方法 or 属性: flush(callback: AsyncCallback\<void>): void;|@ohos.data.preferences.d.ts|
354|新增|NA|模块名: ohos.data.preferences<br>类名: Preferences<br>方法 or 属性: flush(): Promise\<void>;|@ohos.data.preferences.d.ts|
355|新增|NA|模块名: ohos.data.preferences<br>类名: Preferences<br>方法 or 属性: on(type: 'change', callback: Callback\<{ key: string }>): void;|@ohos.data.preferences.d.ts|
356|新增|NA|模块名: ohos.data.preferences<br>类名: Preferences<br>方法 or 属性: off(type: 'change', callback?: Callback\<{ key: string }>): void;|@ohos.data.preferences.d.ts|
357|新增|NA|模块名: ohos.data.preferences<br>类名: preferences<br>方法 or 属性: const MAX_KEY_LENGTH: 80;|@ohos.data.preferences.d.ts|
358|新增|NA|模块名: ohos.data.preferences<br>类名: preferences<br>方法 or 属性: const MAX_VALUE_LENGTH: 8192;|@ohos.data.preferences.d.ts|
359|新增|NA|类名:RdbStore<br>方法or属性:batchInsert(table: string, values: Array\<ValuesBucket>, callback: AsyncCallback\<number>): void;|@ohos.data.rdb.d.ts|
360|新增|NA|类名:RdbStore<br>方法or属性:batchInsert(table: string, values: Array\<ValuesBucket>): Promise\<number>;|@ohos.data.rdb.d.ts|
361|新增|NA|模块名: ohos.data.relationalStore<br>类名: relationalStore|@ohos.data.relationalStore.d.ts|
362|新增|NA|模块名: ohos.data.relationalStore<br>类名: relationalStore<br>方法 or 属性: type ValuesBucket = { [key:string]: ValueType \| Uint8Array \| null;}|@ohos.data.relationalStore.d.ts|
363|新增|NA|模块名: ohos.data.relationalStore<br>类名: relationalStore<br>方法 or 属性: function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback\<RdbStore>): void;|@ohos.data.relationalStore.d.ts|
364|新增|NA|模块名: ohos.data.relationalStore<br>类名: relationalStore<br>方法 or 属性: function getRdbStore(context: Context, config: StoreConfig): Promise\<RdbStore>;|@ohos.data.relationalStore.d.ts|
365|新增|NA|模块名: ohos.data.relationalStore<br>类名: relationalStore<br>方法 or 属性: function deleteRdbStore(context: Context, name: string, callback: AsyncCallback\<void>): void;|@ohos.data.relationalStore.d.ts|
366|新增|NA|模块名: ohos.data.relationalStore<br>类名: relationalStore<br>方法 or 属性: function deleteRdbStore(context: Context, name: string): Promise\<void>;|@ohos.data.relationalStore.d.ts|
367|新增|NA|模块名: ohos.data.relationalStore<br>类名: StoreConfig|@ohos.data.relationalStore.d.ts|
368|新增|NA|模块名: ohos.data.relationalStore<br>类名: StoreConfig<br>方法 or 属性: name: string;|@ohos.data.relationalStore.d.ts|
369|新增|NA|模块名: ohos.data.relationalStore<br>类名: StoreConfig<br>方法 or 属性: securityLevel: SecurityLevel;|@ohos.data.relationalStore.d.ts|
370|新增|NA|模块名: ohos.data.relationalStore<br>类名: StoreConfig<br>方法 or 属性: encrypt ?: boolean;|@ohos.data.relationalStore.d.ts|
371|新增|NA|模块名: ohos.data.relationalStore<br>类名: SecurityLevel|@ohos.data.relationalStore.d.ts|
372|新增|NA|模块名: ohos.data.relationalStore<br>类名: SecurityLevel<br>方法 or 属性: S1 = 1|@ohos.data.relationalStore.d.ts|
373|新增|NA|模块名: ohos.data.relationalStore<br>类名: SecurityLevel<br>方法 or 属性: S2 = 2|@ohos.data.relationalStore.d.ts|
374|新增|NA|模块名: ohos.data.relationalStore<br>类名: SecurityLevel<br>方法 or 属性: S3 = 3|@ohos.data.relationalStore.d.ts|
375|新增|NA|模块名: ohos.data.relationalStore<br>类名: SecurityLevel<br>方法 or 属性: S4 = 4|@ohos.data.relationalStore.d.ts|
376|新增|NA|模块名: ohos.data.relationalStore<br>类名: SyncMode|@ohos.data.relationalStore.d.ts|
377|新增|NA|模块名: ohos.data.relationalStore<br>类名: SyncMode<br>方法 or 属性: SYNC_MODE_PUSH = 0|@ohos.data.relationalStore.d.ts|
378|新增|NA|模块名: ohos.data.relationalStore<br>类名: SyncMode<br>方法 or 属性: SYNC_MODE_PULL = 1|@ohos.data.relationalStore.d.ts|
379|新增|NA|模块名: ohos.data.relationalStore<br>类名: SubscribeType|@ohos.data.relationalStore.d.ts|
380|新增|NA|模块名: ohos.data.relationalStore<br>类名: SubscribeType<br>方法 or 属性: SUBSCRIBE_TYPE_REMOTE = 0|@ohos.data.relationalStore.d.ts|
381|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore|@ohos.data.relationalStore.d.ts|
382|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: insert(table: string, values: ValuesBucket, callback: AsyncCallback\<number>): void;|@ohos.data.relationalStore.d.ts|
383|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: insert(table: string, values: ValuesBucket): Promise\<number>;|@ohos.data.relationalStore.d.ts|
384|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: batchInsert(table: string, values: Array\<ValuesBucket>, callback: AsyncCallback\<number>): void;|@ohos.data.relationalStore.d.ts|
385|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: batchInsert(table: string, values: Array\<ValuesBucket>): Promise\<number>;|@ohos.data.relationalStore.d.ts|
386|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\<number>): void;|@ohos.data.relationalStore.d.ts|
387|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: update(values: ValuesBucket, predicates: RdbPredicates): Promise\<number>;|@ohos.data.relationalStore.d.ts|
388|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<number>): void;|@ohos.data.relationalStore.d.ts|
389|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise\<number>;|@ohos.data.relationalStore.d.ts|
390|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: delete(predicates: RdbPredicates, callback: AsyncCallback\<number>): void;|@ohos.data.relationalStore.d.ts|
391|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: delete(predicates: RdbPredicates): Promise\<number>;|@ohos.data.relationalStore.d.ts|
392|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: delete(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<number>): void;|@ohos.data.relationalStore.d.ts|
393|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise\<number>;|@ohos.data.relationalStore.d.ts|
394|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: query(predicates: RdbPredicates, columns: Array\<string>, callback: AsyncCallback\<ResultSet>): void;|@ohos.data.relationalStore.d.ts|
395|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: query(predicates: RdbPredicates, columns ?: Array\<string>): Promise\<ResultSet>;|@ohos.data.relationalStore.d.ts|
396|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns: Array\<string>, callback: AsyncCallback\<ResultSet>): void;|@ohos.data.relationalStore.d.ts|
397|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns ?: Array\<string>): Promise\<ResultSet>;|@ohos.data.relationalStore.d.ts|
398|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: querySql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<ResultSet>): void;|@ohos.data.relationalStore.d.ts|
399|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: querySql(sql: string, bindArgs ?: Array\<ValueType>): Promise\<ResultSet>;|@ohos.data.relationalStore.d.ts|
400|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: executeSql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<void>): void;|@ohos.data.relationalStore.d.ts|
401|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: executeSql(sql: string, bindArgs ?: Array\<ValueType>): Promise\<void>;|@ohos.data.relationalStore.d.ts|
402|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: beginTransaction(): void;|@ohos.data.relationalStore.d.ts|
403|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: commit(): void;|@ohos.data.relationalStore.d.ts|
404|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: rollBack(): void;|@ohos.data.relationalStore.d.ts|
405|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: backup(destName: string, callback: AsyncCallback\<void>): void;|@ohos.data.relationalStore.d.ts|
406|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: backup(destName: string): Promise\<void>;|@ohos.data.relationalStore.d.ts|
407|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: restore(srcName: string, callback: AsyncCallback\<void>): void;|@ohos.data.relationalStore.d.ts|
408|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: restore(srcName: string): Promise\<void>;|@ohos.data.relationalStore.d.ts|
409|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: setDistributedTables(tables: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.data.relationalStore.d.ts|
410|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: setDistributedTables(tables: Array\<string>): Promise\<void>;|@ohos.data.relationalStore.d.ts|
411|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: obtainDistributedTableName(device: string, table: string, callback: AsyncCallback\<string>): void;|@ohos.data.relationalStore.d.ts|
412|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: obtainDistributedTableName(device: string, table: string): Promise\<string>;|@ohos.data.relationalStore.d.ts|
413|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: sync(mode: SyncMode, predicates: RdbPredicates, callback: AsyncCallback\<Array\<[ string, number ]>>): void;|@ohos.data.relationalStore.d.ts|
414|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: sync(mode: SyncMode, predicates: RdbPredicates): Promise\<Array\<[ string, number ]>>;|@ohos.data.relationalStore.d.ts|
415|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: remoteQuery(device: string, table: string, predicates: RdbPredicates, columns: Array\<string>, callback: AsyncCallback\<ResultSet>): void;|@ohos.data.relationalStore.d.ts|
416|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: remoteQuery(device: string, table: string, predicates: RdbPredicates, columns: Array\<string>): Promise\<ResultSet>;|@ohos.data.relationalStore.d.ts|
417|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: on(event: 'dataChange', type: SubscribeType, observer: Callback\<Array\<string>>): void;|@ohos.data.relationalStore.d.ts|
418|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbStore<br>方法 or 属性: off(event: 'dataChange', type: SubscribeType, observer: Callback\<Array\<string>>): void;|@ohos.data.relationalStore.d.ts|
419|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbPredicates|@ohos.data.relationalStore.d.ts|
420|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbPredicates<br>方法 or 属性: constructor(name: string)|@ohos.data.relationalStore.d.ts|
421|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbPredicates<br>方法 or 属性: inDevices(devices: Array\<string>): RdbPredicates;|@ohos.data.relationalStore.d.ts|
422|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbPredicates<br>方法 or 属性: inAllDevices(): RdbPredicates;|@ohos.data.relationalStore.d.ts|
423|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbPredicates<br>方法 or 属性: equalTo(field: string, value: ValueType): RdbPredicates;|@ohos.data.relationalStore.d.ts|
424|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbPredicates<br>方法 or 属性: notEqualTo(field: string, value: ValueType): RdbPredicates;|@ohos.data.relationalStore.d.ts|
425|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbPredicates<br>方法 or 属性: beginWrap(): RdbPredicates;|@ohos.data.relationalStore.d.ts|
426|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbPredicates<br>方法 or 属性: endWrap(): RdbPredicates;|@ohos.data.relationalStore.d.ts|
427|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbPredicates<br>方法 or 属性: or(): RdbPredicates;|@ohos.data.relationalStore.d.ts|
428|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbPredicates<br>方法 or 属性: and(): RdbPredicates;|@ohos.data.relationalStore.d.ts|
429|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbPredicates<br>方法 or 属性: contains(field: string, value: string): RdbPredicates;|@ohos.data.relationalStore.d.ts|
430|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbPredicates<br>方法 or 属性: beginsWith(field: string, value: string): RdbPredicates;|@ohos.data.relationalStore.d.ts|
431|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbPredicates<br>方法 or 属性: endsWith(field: string, value: string): RdbPredicates;|@ohos.data.relationalStore.d.ts|
432|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbPredicates<br>方法 or 属性: isNull(field: string): RdbPredicates;|@ohos.data.relationalStore.d.ts|
433|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbPredicates<br>方法 or 属性: isNotNull(field: string): RdbPredicates;|@ohos.data.relationalStore.d.ts|
434|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbPredicates<br>方法 or 属性: like(field: string, value: string): RdbPredicates;|@ohos.data.relationalStore.d.ts|
435|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbPredicates<br>方法 or 属性: glob(field: string, value: string): RdbPredicates;|@ohos.data.relationalStore.d.ts|
436|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbPredicates<br>方法 or 属性: between(field: string, low: ValueType, high: ValueType): RdbPredicates;|@ohos.data.relationalStore.d.ts|
437|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbPredicates<br>方法 or 属性: notBetween(field: string, low: ValueType, high: ValueType): RdbPredicates;|@ohos.data.relationalStore.d.ts|
438|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbPredicates<br>方法 or 属性: greaterThan(field: string, value: ValueType): RdbPredicates;|@ohos.data.relationalStore.d.ts|
439|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbPredicates<br>方法 or 属性: lessThan(field: string, value: ValueType): RdbPredicates;|@ohos.data.relationalStore.d.ts|
440|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbPredicates<br>方法 or 属性: greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicates;|@ohos.data.relationalStore.d.ts|
441|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbPredicates<br>方法 or 属性: lessThanOrEqualTo(field: string, value: ValueType): RdbPredicates;|@ohos.data.relationalStore.d.ts|
442|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbPredicates<br>方法 or 属性: orderByAsc(field: string): RdbPredicates;|@ohos.data.relationalStore.d.ts|
443|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbPredicates<br>方法 or 属性: orderByDesc(field: string): RdbPredicates;|@ohos.data.relationalStore.d.ts|
444|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbPredicates<br>方法 or 属性: distinct(): RdbPredicates;|@ohos.data.relationalStore.d.ts|
445|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbPredicates<br>方法 or 属性: limitAs(value: number): RdbPredicates;|@ohos.data.relationalStore.d.ts|
446|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbPredicates<br>方法 or 属性: offsetAs(rowOffset: number): RdbPredicates;|@ohos.data.relationalStore.d.ts|
447|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbPredicates<br>方法 or 属性: groupBy(fields: Array\<string>): RdbPredicates;|@ohos.data.relationalStore.d.ts|
448|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbPredicates<br>方法 or 属性: indexedBy(field: string): RdbPredicates;|@ohos.data.relationalStore.d.ts|
449|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbPredicates<br>方法 or 属性: in(field: string, value: Array\<ValueType>): RdbPredicates;|@ohos.data.relationalStore.d.ts|
450|新增|NA|模块名: ohos.data.relationalStore<br>类名: RdbPredicates<br>方法 or 属性: notIn(field: string, value: Array\<ValueType>): RdbPredicates;|@ohos.data.relationalStore.d.ts|
451|新增|NA|模块名: ohos.data.relationalStore<br>类名: ResultSet|@ohos.data.relationalStore.d.ts|
452|新增|NA|模块名: ohos.data.relationalStore<br>类名: ResultSet<br>方法 or 属性: columnNames: Array\<string>;|@ohos.data.relationalStore.d.ts|
453|新增|NA|模块名: ohos.data.relationalStore<br>类名: ResultSet<br>方法 or 属性: columnCount: number;|@ohos.data.relationalStore.d.ts|
454|新增|NA|模块名: ohos.data.relationalStore<br>类名: ResultSet<br>方法 or 属性: rowCount: number;|@ohos.data.relationalStore.d.ts|
455|新增|NA|模块名: ohos.data.relationalStore<br>类名: ResultSet<br>方法 or 属性: rowIndex: number;|@ohos.data.relationalStore.d.ts|
456|新增|NA|模块名: ohos.data.relationalStore<br>类名: ResultSet<br>方法 or 属性: isAtFirstRow: boolean;|@ohos.data.relationalStore.d.ts|
457|新增|NA|模块名: ohos.data.relationalStore<br>类名: ResultSet<br>方法 or 属性: isAtLastRow: boolean;|@ohos.data.relationalStore.d.ts|
458|新增|NA|模块名: ohos.data.relationalStore<br>类名: ResultSet<br>方法 or 属性: isEnded: boolean;|@ohos.data.relationalStore.d.ts|
459|新增|NA|模块名: ohos.data.relationalStore<br>类名: ResultSet<br>方法 or 属性: isStarted: boolean;|@ohos.data.relationalStore.d.ts|
460|新增|NA|模块名: ohos.data.relationalStore<br>类名: ResultSet<br>方法 or 属性: isClosed: boolean;|@ohos.data.relationalStore.d.ts|
461|新增|NA|模块名: ohos.data.relationalStore<br>类名: ResultSet<br>方法 or 属性: getColumnIndex(columnName: string): number;|@ohos.data.relationalStore.d.ts|
462|新增|NA|模块名: ohos.data.relationalStore<br>类名: ResultSet<br>方法 or 属性: getColumnName(columnIndex: number): string;|@ohos.data.relationalStore.d.ts|
463|新增|NA|模块名: ohos.data.relationalStore<br>类名: ResultSet<br>方法 or 属性: goTo(offset: number): boolean;|@ohos.data.relationalStore.d.ts|
464|新增|NA|模块名: ohos.data.relationalStore<br>类名: ResultSet<br>方法 or 属性: goToRow(position: number): boolean;|@ohos.data.relationalStore.d.ts|
465|新增|NA|模块名: ohos.data.relationalStore<br>类名: ResultSet<br>方法 or 属性: goToFirstRow(): boolean;|@ohos.data.relationalStore.d.ts|
466|新增|NA|模块名: ohos.data.relationalStore<br>类名: ResultSet<br>方法 or 属性: goToLastRow(): boolean;|@ohos.data.relationalStore.d.ts|
467|新增|NA|模块名: ohos.data.relationalStore<br>类名: ResultSet<br>方法 or 属性: goToNextRow(): boolean;|@ohos.data.relationalStore.d.ts|
468|新增|NA|模块名: ohos.data.relationalStore<br>类名: ResultSet<br>方法 or 属性: goToPreviousRow(): boolean;|@ohos.data.relationalStore.d.ts|
469|新增|NA|模块名: ohos.data.relationalStore<br>类名: ResultSet<br>方法 or 属性: getBlob(columnIndex: number): Uint8Array;|@ohos.data.relationalStore.d.ts|
470|新增|NA|模块名: ohos.data.relationalStore<br>类名: ResultSet<br>方法 or 属性: getString(columnIndex: number): string;|@ohos.data.relationalStore.d.ts|
471|新增|NA|模块名: ohos.data.relationalStore<br>类名: ResultSet<br>方法 or 属性: getLong(columnIndex: number): number;|@ohos.data.relationalStore.d.ts|
472|新增|NA|模块名: ohos.data.relationalStore<br>类名: ResultSet<br>方法 or 属性: getDouble(columnIndex: number): number;|@ohos.data.relationalStore.d.ts|
473|新增|NA|模块名: ohos.data.relationalStore<br>类名: ResultSet<br>方法 or 属性: isColumnNull(columnIndex: number): boolean;|@ohos.data.relationalStore.d.ts|
474|新增|NA|模块名: ohos.data.relationalStore<br>类名: ResultSet<br>方法 or 属性: close(): void;|@ohos.data.relationalStore.d.ts|
475|model有变化|类名:GetStorageOptions<br>model:N/A|类名:GetStorageOptions<br>model:@FAModelOnly|@system.storage.d.ts|
476|model有变化|类名:GetStorageOptions<br>方法 or 属性:key: string;<br>model:N/A|类名:GetStorageOptions<br>方法 or 属性:key: string;<br>model:@FAModelOnly|@system.storage.d.ts|
477|model有变化|类名:GetStorageOptions<br>方法 or 属性:default?: string;<br>model:N/A|类名:GetStorageOptions<br>方法 or 属性:default?: string;<br>model:@FAModelOnly|@system.storage.d.ts|
478|model有变化|类名:GetStorageOptions<br>方法 or 属性:success?: (data: any) => void;<br>model:N/A|类名:GetStorageOptions<br>方法 or 属性:success?: (data: any) => void;<br>model:@FAModelOnly|@system.storage.d.ts|
479|model有变化|类名:GetStorageOptions<br>方法 or 属性:fail?: (data: string, code: number) => void;<br>model:N/A|类名:GetStorageOptions<br>方法 or 属性:fail?: (data: string, code: number) => void;<br>model:@FAModelOnly|@system.storage.d.ts|
480|model有变化|类名:GetStorageOptions<br>方法 or 属性:complete?: () => void;<br>model:N/A|类名:GetStorageOptions<br>方法 or 属性:complete?: () => void;<br>model:@FAModelOnly|@system.storage.d.ts|
481|model有变化|类名:SetStorageOptions<br>model:N/A|类名:SetStorageOptions<br>model:@FAModelOnly|@system.storage.d.ts|
482|model有变化|类名:SetStorageOptions<br>方法 or 属性:key: string;<br>model:N/A|类名:SetStorageOptions<br>方法 or 属性:key: string;<br>model:@FAModelOnly|@system.storage.d.ts|
483|model有变化|类名:SetStorageOptions<br>方法 or 属性:value: string;<br>model:N/A|类名:SetStorageOptions<br>方法 or 属性:value: string;<br>model:@FAModelOnly|@system.storage.d.ts|
484|model有变化|类名:SetStorageOptions<br>方法 or 属性:success?: () => void;<br>model:N/A|类名:SetStorageOptions<br>方法 or 属性:success?: () => void;<br>model:@FAModelOnly|@system.storage.d.ts|
485|model有变化|类名:SetStorageOptions<br>方法 or 属性:fail?: (data: string, code: number) => void;<br>model:N/A|类名:SetStorageOptions<br>方法 or 属性:fail?: (data: string, code: number) => void;<br>model:@FAModelOnly|@system.storage.d.ts|
486|model有变化|类名:SetStorageOptions<br>方法 or 属性:complete?: () => void;<br>model:N/A|类名:SetStorageOptions<br>方法 or 属性:complete?: () => void;<br>model:@FAModelOnly|@system.storage.d.ts|
487|model有变化|类名:ClearStorageOptions<br>model:N/A|类名:ClearStorageOptions<br>model:@FAModelOnly|@system.storage.d.ts|
488|model有变化|类名:ClearStorageOptions<br>方法 or 属性:success?: () => void;<br>model:N/A|类名:ClearStorageOptions<br>方法 or 属性:success?: () => void;<br>model:@FAModelOnly|@system.storage.d.ts|
489|model有变化|类名:ClearStorageOptions<br>方法 or 属性:fail?: (data: string, code: number) => void;<br>model:N/A|类名:ClearStorageOptions<br>方法 or 属性:fail?: (data: string, code: number) => void;<br>model:@FAModelOnly|@system.storage.d.ts|
490|model有变化|类名:ClearStorageOptions<br>方法 or 属性:complete?: () => void;<br>model:N/A|类名:ClearStorageOptions<br>方法 or 属性:complete?: () => void;<br>model:@FAModelOnly|@system.storage.d.ts|
491|model有变化|类名:DeleteStorageOptions<br>model:N/A|类名:DeleteStorageOptions<br>model:@FAModelOnly|@system.storage.d.ts|
492|model有变化|类名:DeleteStorageOptions<br>方法 or 属性:key: string;<br>model:N/A|类名:DeleteStorageOptions<br>方法 or 属性:key: string;<br>model:@FAModelOnly|@system.storage.d.ts|
493|model有变化|类名:DeleteStorageOptions<br>方法 or 属性:success?: () => void;<br>model:N/A|类名:DeleteStorageOptions<br>方法 or 属性:success?: () => void;<br>model:@FAModelOnly|@system.storage.d.ts|
494|model有变化|类名:DeleteStorageOptions<br>方法 or 属性:fail?: (data: string, code: number) => void;<br>model:N/A|类名:DeleteStorageOptions<br>方法 or 属性:fail?: (data: string, code: number) => void;<br>model:@FAModelOnly|@system.storage.d.ts|
495|model有变化|类名:DeleteStorageOptions<br>方法 or 属性:complete?: () => void;<br>model:N/A|类名:DeleteStorageOptions<br>方法 or 属性:complete?: () => void;<br>model:@FAModelOnly|@system.storage.d.ts|
496|model有变化|类名:Storage<br>model:N/A|类名:Storage<br>model:@FAModelOnly|@system.storage.d.ts|
497|model有变化|类名:Storage<br>方法 or 属性:static get(options: GetStorageOptions): void;<br>model:N/A|类名:Storage<br>方法 or 属性:static get(options: GetStorageOptions): void;<br>model:@FAModelOnly|@system.storage.d.ts|
498|model有变化|类名:Storage<br>方法 or 属性:static set(options: SetStorageOptions): void;<br>model:N/A|类名:Storage<br>方法 or 属性:static set(options: SetStorageOptions): void;<br>model:@FAModelOnly|@system.storage.d.ts|
499|model有变化|类名:Storage<br>方法 or 属性:static clear(options?: ClearStorageOptions): void;<br>model:N/A|类名:Storage<br>方法 or 属性:static clear(options?: ClearStorageOptions): void;<br>model:@FAModelOnly|@system.storage.d.ts|
500|model有变化|类名:Storage<br>方法 or 属性:static delete(options: DeleteStorageOptions): void;<br>model:N/A|类名:Storage<br>方法 or 属性:static delete(options: DeleteStorageOptions): void;<br>model:@FAModelOnly|@system.storage.d.ts|
501|废弃版本有变化|类名:distributedData<br>废弃版本:N/A|类名:distributedData<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore |@ohos.data.distributedData.d.ts|
502|废弃版本有变化|类名:KVManagerConfig<br>废弃版本:N/A|类名:KVManagerConfig<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.KVManagerConfig     |@ohos.data.distributedData.d.ts|
503|废弃版本有变化|类名:KVManagerConfig<br>方法 or 属性:userInfo: UserInfo;<br>废弃版本:N/A|类名:KVManagerConfig<br>方法 or 属性:userInfo: UserInfo;<br>废弃版本:9<br>代替接口:N/A|@ohos.data.distributedData.d.ts|
504|废弃版本有变化|类名:KVManagerConfig<br>方法 or 属性:bundleName: string;<br>废弃版本:N/A|类名:KVManagerConfig<br>方法 or 属性:bundleName: string;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.KVManagerConfig|@ohos.data.distributedData.d.ts|
505|废弃版本有变化|类名:UserInfo<br>废弃版本:N/A|类名:UserInfo<br>废弃版本:9<br>代替接口:N/A|@ohos.data.distributedData.d.ts|
506|废弃版本有变化|类名:UserInfo<br>方法 or 属性:userId?: string;<br>废弃版本:N/A|类名:UserInfo<br>方法 or 属性:userId?: string;<br>废弃版本:9<br>代替接口:N/A|@ohos.data.distributedData.d.ts|
507|废弃版本有变化|类名:UserInfo<br>方法 or 属性:userType?: UserType;<br>废弃版本:N/A|类名:UserInfo<br>方法 or 属性:userType?: UserType;<br>废弃版本:9<br>代替接口:N/A|@ohos.data.distributedData.d.ts|
508|废弃版本有变化|类名:UserType<br>废弃版本:N/A|类名:UserType<br>废弃版本:9<br>代替接口:N/A|@ohos.data.distributedData.d.ts|
509|废弃版本有变化|类名:UserType<br>方法 or 属性:SAME_USER_ID = 0<br>废弃版本:N/A|类名:UserType<br>方法 or 属性:SAME_USER_ID = 0<br>废弃版本:9<br>代替接口:N/A|@ohos.data.distributedData.d.ts|
510|废弃版本有变化|类名:Constants<br>废弃版本:N/A|类名:Constants<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Constants     |@ohos.data.distributedData.d.ts|
511|废弃版本有变化|类名:Constants<br>方法 or 属性:const MAX_KEY_LENGTH = 1024;<br>废弃版本:N/A|类名:Constants<br>方法 or 属性:const MAX_KEY_LENGTH = 1024;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Constants|@ohos.data.distributedData.d.ts|
512|废弃版本有变化|类名:Constants<br>方法 or 属性:const MAX_VALUE_LENGTH = 4194303;<br>废弃版本:N/A|类名:Constants<br>方法 or 属性:const MAX_VALUE_LENGTH = 4194303;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Constants|@ohos.data.distributedData.d.ts|
513|废弃版本有变化|类名:Constants<br>方法 or 属性:const MAX_KEY_LENGTH_DEVICE = 896;<br>废弃版本:N/A|类名:Constants<br>方法 or 属性:const MAX_KEY_LENGTH_DEVICE = 896;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Constants|@ohos.data.distributedData.d.ts|
514|废弃版本有变化|类名:Constants<br>方法 or 属性:const MAX_STORE_ID_LENGTH = 128;<br>废弃版本:N/A|类名:Constants<br>方法 or 属性:const MAX_STORE_ID_LENGTH = 128;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Constants|@ohos.data.distributedData.d.ts|
515|废弃版本有变化|类名:Constants<br>方法 or 属性:const MAX_QUERY_LENGTH = 512000;<br>废弃版本:N/A|类名:Constants<br>方法 or 属性:const MAX_QUERY_LENGTH = 512000;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Constants|@ohos.data.distributedData.d.ts|
516|废弃版本有变化|类名:Constants<br>方法 or 属性:const MAX_BATCH_SIZE = 128;<br>废弃版本:N/A|类名:Constants<br>方法 or 属性:const MAX_BATCH_SIZE = 128;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Constants|@ohos.data.distributedData.d.ts|
517|废弃版本有变化|类名:ValueType<br>废弃版本:N/A|类名:ValueType<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.ValueType     |@ohos.data.distributedData.d.ts|
518|废弃版本有变化|类名:ValueType<br>方法 or 属性:STRING = 0<br>废弃版本:N/A|类名:ValueType<br>方法 or 属性:STRING = 0<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.ValueType|@ohos.data.distributedData.d.ts|
519|废弃版本有变化|类名:ValueType<br>方法 or 属性:INTEGER = 1<br>废弃版本:N/A|类名:ValueType<br>方法 or 属性:INTEGER = 1<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.ValueType|@ohos.data.distributedData.d.ts|
520|废弃版本有变化|类名:ValueType<br>方法 or 属性:FLOAT = 2<br>废弃版本:N/A|类名:ValueType<br>方法 or 属性:FLOAT = 2<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.ValueType|@ohos.data.distributedData.d.ts|
521|废弃版本有变化|类名:ValueType<br>方法 or 属性:BYTE_ARRAY = 3<br>废弃版本:N/A|类名:ValueType<br>方法 or 属性:BYTE_ARRAY = 3<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.ValueType|@ohos.data.distributedData.d.ts|
522|废弃版本有变化|类名:ValueType<br>方法 or 属性:BOOLEAN = 4<br>废弃版本:N/A|类名:ValueType<br>方法 or 属性:BOOLEAN = 4<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.ValueType|@ohos.data.distributedData.d.ts|
523|废弃版本有变化|类名:ValueType<br>方法 or 属性:DOUBLE = 5<br>废弃版本:N/A|类名:ValueType<br>方法 or 属性:DOUBLE = 5<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.ValueType|@ohos.data.distributedData.d.ts|
524|废弃版本有变化|类名:Value<br>废弃版本:N/A|类名:Value<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Value     |@ohos.data.distributedData.d.ts|
525|废弃版本有变化|类名:Value<br>方法 or 属性:type: ValueType;<br>废弃版本:N/A|类名:Value<br>方法 or 属性:type: ValueType;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Value|@ohos.data.distributedData.d.ts|
526|废弃版本有变化|类名:Value<br>方法 or 属性:value: Uint8Array \| string \| number \| boolean;<br>废弃版本:N/A|类名:Value<br>方法 or 属性:value: Uint8Array \| string \| number \| boolean;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Value|@ohos.data.distributedData.d.ts|
527|废弃版本有变化|类名:Entry<br>废弃版本:N/A|类名:Entry<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Entry     |@ohos.data.distributedData.d.ts|
528|废弃版本有变化|类名:Entry<br>方法 or 属性:key: string;<br>废弃版本:N/A|类名:Entry<br>方法 or 属性:key: string;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Entry|@ohos.data.distributedData.d.ts|
529|废弃版本有变化|类名:Entry<br>方法 or 属性:value: Value;<br>废弃版本:N/A|类名:Entry<br>方法 or 属性:value: Value;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Entry|@ohos.data.distributedData.d.ts|
530|废弃版本有变化|类名:ChangeNotification<br>废弃版本:N/A|类名:ChangeNotification<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.ChangeNotification     |@ohos.data.distributedData.d.ts|
531|废弃版本有变化|类名:ChangeNotification<br>方法 or 属性:insertEntries: Entry[];<br>废弃版本:N/A|类名:ChangeNotification<br>方法 or 属性:insertEntries: Entry[];<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.ChangeNotification|@ohos.data.distributedData.d.ts|
532|废弃版本有变化|类名:ChangeNotification<br>方法 or 属性:updateEntries: Entry[];<br>废弃版本:N/A|类名:ChangeNotification<br>方法 or 属性:updateEntries: Entry[];<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.ChangeNotification|@ohos.data.distributedData.d.ts|
533|废弃版本有变化|类名:ChangeNotification<br>方法 or 属性:deleteEntries: Entry[];<br>废弃版本:N/A|类名:ChangeNotification<br>方法 or 属性:deleteEntries: Entry[];<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.ChangeNotification|@ohos.data.distributedData.d.ts|
534|废弃版本有变化|类名:ChangeNotification<br>方法 or 属性:deviceId: string;<br>废弃版本:N/A|类名:ChangeNotification<br>方法 or 属性:deviceId: string;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.ChangeNotification|@ohos.data.distributedData.d.ts|
535|废弃版本有变化|类名:SyncMode<br>废弃版本:N/A|类名:SyncMode<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SyncMode     |@ohos.data.distributedData.d.ts|
536|废弃版本有变化|类名:SyncMode<br>方法 or 属性:PULL_ONLY = 0<br>废弃版本:N/A|类名:SyncMode<br>方法 or 属性:PULL_ONLY = 0<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SyncMode|@ohos.data.distributedData.d.ts|
537|废弃版本有变化|类名:SyncMode<br>方法 or 属性:PUSH_ONLY = 1<br>废弃版本:N/A|类名:SyncMode<br>方法 or 属性:PUSH_ONLY = 1<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SyncMode|@ohos.data.distributedData.d.ts|
538|废弃版本有变化|类名:SyncMode<br>方法 or 属性:PUSH_PULL = 2<br>废弃版本:N/A|类名:SyncMode<br>方法 or 属性:PUSH_PULL = 2<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SyncMode|@ohos.data.distributedData.d.ts|
539|废弃版本有变化|类名:SubscribeType<br>废弃版本:N/A|类名:SubscribeType<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SubscribeType     |@ohos.data.distributedData.d.ts|
540|废弃版本有变化|类名:SubscribeType<br>方法 or 属性:SUBSCRIBE_TYPE_LOCAL = 0<br>废弃版本:N/A|类名:SubscribeType<br>方法 or 属性:SUBSCRIBE_TYPE_LOCAL = 0<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SubscribeType|@ohos.data.distributedData.d.ts|
541|废弃版本有变化|类名:SubscribeType<br>方法 or 属性:SUBSCRIBE_TYPE_REMOTE = 1<br>废弃版本:N/A|类名:SubscribeType<br>方法 or 属性:SUBSCRIBE_TYPE_REMOTE = 1<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SubscribeType|@ohos.data.distributedData.d.ts|
542|废弃版本有变化|类名:SubscribeType<br>方法 or 属性:SUBSCRIBE_TYPE_ALL = 2<br>废弃版本:N/A|类名:SubscribeType<br>方法 or 属性:SUBSCRIBE_TYPE_ALL = 2<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SubscribeType|@ohos.data.distributedData.d.ts|
543|废弃版本有变化|类名:KVStoreType<br>废弃版本:N/A|类名:KVStoreType<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.KVStoreType     |@ohos.data.distributedData.d.ts|
544|废弃版本有变化|类名:KVStoreType<br>方法 or 属性:DEVICE_COLLABORATION = 0<br>废弃版本:N/A|类名:KVStoreType<br>方法 or 属性:DEVICE_COLLABORATION = 0<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.KVStoreType|@ohos.data.distributedData.d.ts|
545|废弃版本有变化|类名:KVStoreType<br>方法 or 属性:SINGLE_VERSION = 1<br>废弃版本:N/A|类名:KVStoreType<br>方法 or 属性:SINGLE_VERSION = 1<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.KVStoreType|@ohos.data.distributedData.d.ts|
546|废弃版本有变化|类名:KVStoreType<br>方法 or 属性:MULTI_VERSION = 2<br>废弃版本:N/A|类名:KVStoreType<br>方法 or 属性:MULTI_VERSION = 2<br>废弃版本:9<br>代替接口:N/A|@ohos.data.distributedData.d.ts|
547|废弃版本有变化|类名:SecurityLevel<br>废弃版本:N/A|类名:SecurityLevel<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SecurityLevel     |@ohos.data.distributedData.d.ts|
548|废弃版本有变化|类名:SecurityLevel<br>方法 or 属性:NO_LEVEL = 0<br>废弃版本:N/A|类名:SecurityLevel<br>方法 or 属性:NO_LEVEL = 0<br>废弃版本:9<br>代替接口:N/A|@ohos.data.distributedData.d.ts|
549|废弃版本有变化|类名:SecurityLevel<br>方法 or 属性:S0 = 1<br>废弃版本:N/A|类名:SecurityLevel<br>方法 or 属性:S0 = 1<br>废弃版本:9<br>代替接口:N/A|@ohos.data.distributedData.d.ts|
550|废弃版本有变化|类名:SecurityLevel<br>方法 or 属性:S1 = 2<br>废弃版本:N/A|类名:SecurityLevel<br>方法 or 属性:S1 = 2<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SecurityLevel|@ohos.data.distributedData.d.ts|
551|废弃版本有变化|类名:SecurityLevel<br>方法 or 属性:S2 = 3<br>废弃版本:N/A|类名:SecurityLevel<br>方法 or 属性:S2 = 3<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SecurityLevel|@ohos.data.distributedData.d.ts|
552|废弃版本有变化|类名:SecurityLevel<br>方法 or 属性:S3 = 5<br>废弃版本:N/A|类名:SecurityLevel<br>方法 or 属性:S3 = 5<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SecurityLevel|@ohos.data.distributedData.d.ts|
553|废弃版本有变化|类名:SecurityLevel<br>方法 or 属性:S4 = 6<br>废弃版本:N/A|类名:SecurityLevel<br>方法 or 属性:S4 = 6<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SecurityLevel|@ohos.data.distributedData.d.ts|
554|废弃版本有变化|类名:Options<br>废弃版本:N/A|类名:Options<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Options     |@ohos.data.distributedData.d.ts|
555|废弃版本有变化|类名:Options<br>方法 or 属性:createIfMissing?: boolean;<br>废弃版本:N/A|类名:Options<br>方法 or 属性:createIfMissing?: boolean;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Options|@ohos.data.distributedData.d.ts|
556|废弃版本有变化|类名:Options<br>方法 or 属性:encrypt?: boolean;<br>废弃版本:N/A|类名:Options<br>方法 or 属性:encrypt?: boolean;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Options|@ohos.data.distributedData.d.ts|
557|废弃版本有变化|类名:Options<br>方法 or 属性:backup?: boolean;<br>废弃版本:N/A|类名:Options<br>方法 or 属性:backup?: boolean;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Options|@ohos.data.distributedData.d.ts|
558|废弃版本有变化|类名:Options<br>方法 or 属性:autoSync?: boolean;<br>废弃版本:N/A|类名:Options<br>方法 or 属性:autoSync?: boolean;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Options|@ohos.data.distributedData.d.ts|
559|废弃版本有变化|类名:Options<br>方法 or 属性:kvStoreType?: KVStoreType;<br>废弃版本:N/A|类名:Options<br>方法 or 属性:kvStoreType?: KVStoreType;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Options|@ohos.data.distributedData.d.ts|
560|废弃版本有变化|类名:Options<br>方法 or 属性:securityLevel?: SecurityLevel;<br>废弃版本:N/A|类名:Options<br>方法 or 属性:securityLevel?: SecurityLevel;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Options|@ohos.data.distributedData.d.ts|
561|废弃版本有变化|类名:Options<br>方法 or 属性:schema?: Schema;<br>废弃版本:N/A|类名:Options<br>方法 or 属性:schema?: Schema;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Options|@ohos.data.distributedData.d.ts|
562|废弃版本有变化|类名:Schema<br>废弃版本:N/A|类名:Schema<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Schema     |@ohos.data.distributedData.d.ts|
563|废弃版本有变化|类名:Schema<br>方法 or 属性:constructor()<br>废弃版本:N/A|类名:Schema<br>方法 or 属性:constructor()<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Schema|@ohos.data.distributedData.d.ts|
564|废弃版本有变化|类名:Schema<br>方法 or 属性:root: FieldNode;<br>废弃版本:N/A|类名:Schema<br>方法 or 属性:root: FieldNode;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Schema|@ohos.data.distributedData.d.ts|
565|废弃版本有变化|类名:Schema<br>方法 or 属性:indexes: Array\<string>;<br>废弃版本:N/A|类名:Schema<br>方法 or 属性:indexes: Array\<string>;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Schema|@ohos.data.distributedData.d.ts|
566|废弃版本有变化|类名:Schema<br>方法 or 属性:mode: number;<br>废弃版本:N/A|类名:Schema<br>方法 or 属性:mode: number;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Schema|@ohos.data.distributedData.d.ts|
567|废弃版本有变化|类名:Schema<br>方法 or 属性:skip: number;<br>废弃版本:N/A|类名:Schema<br>方法 or 属性:skip: number;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Schema|@ohos.data.distributedData.d.ts|
568|废弃版本有变化|类名:FieldNode<br>废弃版本:N/A|类名:FieldNode<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.FieldNode     |@ohos.data.distributedData.d.ts|
569|废弃版本有变化|类名:FieldNode<br>方法 or 属性:constructor(name: string)<br>废弃版本:N/A|类名:FieldNode<br>方法 or 属性:constructor(name: string)<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.FieldNode|@ohos.data.distributedData.d.ts|
570|废弃版本有变化|类名:FieldNode<br>方法 or 属性:appendChild(child: FieldNode): boolean;<br>废弃版本:N/A|类名:FieldNode<br>方法 or 属性:appendChild(child: FieldNode): boolean;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.FieldNode|@ohos.data.distributedData.d.ts|
571|废弃版本有变化|类名:FieldNode<br>方法 or 属性:default: string;<br>废弃版本:N/A|类名:FieldNode<br>方法 or 属性:default: string;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.FieldNode|@ohos.data.distributedData.d.ts|
572|废弃版本有变化|类名:FieldNode<br>方法 or 属性:nullable: boolean;<br>废弃版本:N/A|类名:FieldNode<br>方法 or 属性:nullable: boolean;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.FieldNode|@ohos.data.distributedData.d.ts|
573|废弃版本有变化|类名:FieldNode<br>方法 or 属性:type: number;<br>废弃版本:N/A|类名:FieldNode<br>方法 or 属性:type: number;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.FieldNode|@ohos.data.distributedData.d.ts|
574|废弃版本有变化|类名:KvStoreResultSet<br>废弃版本:N/A|类名:KvStoreResultSet<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.KVStoreResultSet     |@ohos.data.distributedData.d.ts|
575|废弃版本有变化|类名:KvStoreResultSet<br>方法 or 属性:getCount(): number;<br>废弃版本:N/A|类名:KvStoreResultSet<br>方法 or 属性:getCount(): number;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.KVStoreResultSet|@ohos.data.distributedData.d.ts|
576|废弃版本有变化|类名:KvStoreResultSet<br>方法 or 属性:getPosition(): number;<br>废弃版本:N/A|类名:KvStoreResultSet<br>方法 or 属性:getPosition(): number;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.KVStoreResultSet|@ohos.data.distributedData.d.ts|
577|废弃版本有变化|类名:KvStoreResultSet<br>方法 or 属性:moveToFirst(): boolean;<br>废弃版本:N/A|类名:KvStoreResultSet<br>方法 or 属性:moveToFirst(): boolean;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.KVStoreResultSet|@ohos.data.distributedData.d.ts|
578|废弃版本有变化|类名:KvStoreResultSet<br>方法 or 属性:moveToLast(): boolean;<br>废弃版本:N/A|类名:KvStoreResultSet<br>方法 or 属性:moveToLast(): boolean;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.KVStoreResultSet|@ohos.data.distributedData.d.ts|
579|废弃版本有变化|类名:KvStoreResultSet<br>方法 or 属性:moveToNext(): boolean;<br>废弃版本:N/A|类名:KvStoreResultSet<br>方法 or 属性:moveToNext(): boolean;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.KVStoreResultSet|@ohos.data.distributedData.d.ts|
580|废弃版本有变化|类名:KvStoreResultSet<br>方法 or 属性:moveToPrevious(): boolean;<br>废弃版本:N/A|类名:KvStoreResultSet<br>方法 or 属性:moveToPrevious(): boolean;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.KVStoreResultSet|@ohos.data.distributedData.d.ts|
581|废弃版本有变化|类名:KvStoreResultSet<br>方法 or 属性:move(offset: number): boolean;<br>废弃版本:N/A|类名:KvStoreResultSet<br>方法 or 属性:move(offset: number): boolean;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.KVStoreResultSet|@ohos.data.distributedData.d.ts|
582|废弃版本有变化|类名:KvStoreResultSet<br>方法 or 属性:moveToPosition(position: number): boolean;<br>废弃版本:N/A|类名:KvStoreResultSet<br>方法 or 属性:moveToPosition(position: number): boolean;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.KVStoreResultSet|@ohos.data.distributedData.d.ts|
583|废弃版本有变化|类名:KvStoreResultSet<br>方法 or 属性:isFirst(): boolean;<br>废弃版本:N/A|类名:KvStoreResultSet<br>方法 or 属性:isFirst(): boolean;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.KVStoreResultSet|@ohos.data.distributedData.d.ts|
584|废弃版本有变化|类名:KvStoreResultSet<br>方法 or 属性:isLast(): boolean;<br>废弃版本:N/A|类名:KvStoreResultSet<br>方法 or 属性:isLast(): boolean;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.KVStoreResultSet|@ohos.data.distributedData.d.ts|
585|废弃版本有变化|类名:KvStoreResultSet<br>方法 or 属性:isBeforeFirst(): boolean;<br>废弃版本:N/A|类名:KvStoreResultSet<br>方法 or 属性:isBeforeFirst(): boolean;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.KVStoreResultSet|@ohos.data.distributedData.d.ts|
586|废弃版本有变化|类名:KvStoreResultSet<br>方法 or 属性:isAfterLast(): boolean;<br>废弃版本:N/A|类名:KvStoreResultSet<br>方法 or 属性:isAfterLast(): boolean;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.KVStoreResultSet|@ohos.data.distributedData.d.ts|
587|废弃版本有变化|类名:KvStoreResultSet<br>方法 or 属性:getEntry(): Entry;<br>废弃版本:N/A|类名:KvStoreResultSet<br>方法 or 属性:getEntry(): Entry;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.KVStoreResultSet|@ohos.data.distributedData.d.ts|
588|废弃版本有变化|类名:Query<br>废弃版本:N/A|类名:Query<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Query     |@ohos.data.distributedData.d.ts|
589|废弃版本有变化|类名:Query<br>方法 or 属性:constructor()<br>废弃版本:N/A|类名:Query<br>方法 or 属性:constructor()<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts|
590|废弃版本有变化|类名:Query<br>方法 or 属性:reset(): Query;<br>废弃版本:N/A|类名:Query<br>方法 or 属性:reset(): Query;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts|
591|废弃版本有变化|类名:Query<br>方法 or 属性:isNull(field: string): Query;<br>废弃版本:N/A|类名:Query<br>方法 or 属性:isNull(field: string): Query;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts|
592|废弃版本有变化|类名:Query<br>方法 or 属性:inNumber(field: string, valueList: number[]): Query;<br>废弃版本:N/A|类名:Query<br>方法 or 属性:inNumber(field: string, valueList: number[]): Query;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts|
593|废弃版本有变化|类名:Query<br>方法 or 属性:inString(field: string, valueList: string[]): Query;<br>废弃版本:N/A|类名:Query<br>方法 or 属性:inString(field: string, valueList: string[]): Query;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts|
594|废弃版本有变化|类名:Query<br>方法 or 属性:notInNumber(field: string, valueList: number[]): Query;<br>废弃版本:N/A|类名:Query<br>方法 or 属性:notInNumber(field: string, valueList: number[]): Query;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts|
595|废弃版本有变化|类名:Query<br>方法 or 属性:notInString(field: string, valueList: string[]): Query;<br>废弃版本:N/A|类名:Query<br>方法 or 属性:notInString(field: string, valueList: string[]): Query;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts|
596|废弃版本有变化|类名:Query<br>方法 or 属性:like(field: string, value: string): Query;<br>废弃版本:N/A|类名:Query<br>方法 or 属性:like(field: string, value: string): Query;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts|
597|废弃版本有变化|类名:Query<br>方法 or 属性:unlike(field: string, value: string): Query;<br>废弃版本:N/A|类名:Query<br>方法 or 属性:unlike(field: string, value: string): Query;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts|
598|废弃版本有变化|类名:Query<br>方法 or 属性:and(): Query;<br>废弃版本:N/A|类名:Query<br>方法 or 属性:and(): Query;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts|
599|废弃版本有变化|类名:Query<br>方法 or 属性:or(): Query;<br>废弃版本:N/A|类名:Query<br>方法 or 属性:or(): Query;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts|
600|废弃版本有变化|类名:Query<br>方法 or 属性:orderByAsc(field: string): Query;<br>废弃版本:N/A|类名:Query<br>方法 or 属性:orderByAsc(field: string): Query;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts|
601|废弃版本有变化|类名:Query<br>方法 or 属性:orderByDesc(field: string): Query;<br>废弃版本:N/A|类名:Query<br>方法 or 属性:orderByDesc(field: string): Query;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts|
602|废弃版本有变化|类名:Query<br>方法 or 属性:limit(total: number, offset: number): Query;<br>废弃版本:N/A|类名:Query<br>方法 or 属性:limit(total: number, offset: number): Query;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts|
603|废弃版本有变化|类名:Query<br>方法 or 属性:isNotNull(field: string): Query;<br>废弃版本:N/A|类名:Query<br>方法 or 属性:isNotNull(field: string): Query;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts|
604|废弃版本有变化|类名:Query<br>方法 or 属性:beginGroup(): Query;<br>废弃版本:N/A|类名:Query<br>方法 or 属性:beginGroup(): Query;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts|
605|废弃版本有变化|类名:Query<br>方法 or 属性:endGroup(): Query;<br>废弃版本:N/A|类名:Query<br>方法 or 属性:endGroup(): Query;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts|
606|废弃版本有变化|类名:Query<br>方法 or 属性:prefixKey(prefix: string): Query;<br>废弃版本:N/A|类名:Query<br>方法 or 属性:prefixKey(prefix: string): Query;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts|
607|废弃版本有变化|类名:Query<br>方法 or 属性:setSuggestIndex(index: string): Query;<br>废弃版本:N/A|类名:Query<br>方法 or 属性:setSuggestIndex(index: string): Query;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.Query|@ohos.data.distributedData.d.ts|
608|废弃版本有变化|类名:KVStore<br>废弃版本:N/A|类名:KVStore<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore     |@ohos.data.distributedData.d.ts|
609|废弃版本有变化|类名:KVStore<br>方法 or 属性:put(key: string, value: Uint8Array \| string \| number \| boolean, callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:KVStore<br>方法 or 属性:put(key: string, value: Uint8Array \| string \| number \| boolean, callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
610|废弃版本有变化|类名:KVStore<br>方法 or 属性:put(key: string, value: Uint8Array \| string \| number \| boolean): Promise\<void>;<br>废弃版本:N/A|类名:KVStore<br>方法 or 属性:put(key: string, value: Uint8Array \| string \| number \| boolean): Promise\<void>;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
611|废弃版本有变化|类名:KVStore<br>方法 or 属性:delete(key: string, callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:KVStore<br>方法 or 属性:delete(key: string, callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
612|废弃版本有变化|类名:KVStore<br>方法 or 属性:delete(key: string): Promise\<void>;<br>废弃版本:N/A|类名:KVStore<br>方法 or 属性:delete(key: string): Promise\<void>;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
613|废弃版本有变化|类名:KVStore<br>方法 or 属性:on(event: 'syncComplete', syncCallback: Callback\<Array\<[string, number]>>): void;<br>废弃版本:N/A|类名:KVStore<br>方法 or 属性:on(event: 'syncComplete', syncCallback: Callback\<Array\<[string, number]>>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
614|废弃版本有变化|类名:KVStore<br>方法 or 属性:putBatch(entries: Entry[], callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:KVStore<br>方法 or 属性:putBatch(entries: Entry[], callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
615|废弃版本有变化|类名:KVStore<br>方法 or 属性:putBatch(entries: Entry[]): Promise\<void>;<br>废弃版本:N/A|类名:KVStore<br>方法 or 属性:putBatch(entries: Entry[]): Promise\<void>;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
616|废弃版本有变化|类名:KVStore<br>方法 or 属性:deleteBatch(keys: string[], callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:KVStore<br>方法 or 属性:deleteBatch(keys: string[], callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
617|废弃版本有变化|类名:KVStore<br>方法 or 属性:deleteBatch(keys: string[]): Promise\<void>;<br>废弃版本:N/A|类名:KVStore<br>方法 or 属性:deleteBatch(keys: string[]): Promise\<void>;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
618|废弃版本有变化|类名:KVStore<br>方法 or 属性:startTransaction(callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:KVStore<br>方法 or 属性:startTransaction(callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
619|废弃版本有变化|类名:KVStore<br>方法 or 属性:startTransaction(): Promise\<void>;<br>废弃版本:N/A|类名:KVStore<br>方法 or 属性:startTransaction(): Promise\<void>;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
620|废弃版本有变化|类名:KVStore<br>方法 or 属性:commit(callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:KVStore<br>方法 or 属性:commit(callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
621|废弃版本有变化|类名:KVStore<br>方法 or 属性:commit(): Promise\<void>;<br>废弃版本:N/A|类名:KVStore<br>方法 or 属性:commit(): Promise\<void>;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
622|废弃版本有变化|类名:KVStore<br>方法 or 属性:rollback(callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:KVStore<br>方法 or 属性:rollback(callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
623|废弃版本有变化|类名:KVStore<br>方法 or 属性:rollback(): Promise\<void>;<br>废弃版本:N/A|类名:KVStore<br>方法 or 属性:rollback(): Promise\<void>;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
624|废弃版本有变化|类名:KVStore<br>方法 or 属性:enableSync(enabled: boolean, callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:KVStore<br>方法 or 属性:enableSync(enabled: boolean, callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
625|废弃版本有变化|类名:KVStore<br>方法 or 属性:enableSync(enabled: boolean): Promise\<void>;<br>废弃版本:N/A|类名:KVStore<br>方法 or 属性:enableSync(enabled: boolean): Promise\<void>;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
626|废弃版本有变化|类名:KVStore<br>方法 or 属性:setSyncRange(localLabels: string[], remoteSupportLabels: string[], callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:KVStore<br>方法 or 属性:setSyncRange(localLabels: string[], remoteSupportLabels: string[], callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
627|废弃版本有变化|类名:KVStore<br>方法 or 属性:setSyncRange(localLabels: string[], remoteSupportLabels: string[]): Promise\<void>;<br>废弃版本:N/A|类名:KVStore<br>方法 or 属性:setSyncRange(localLabels: string[], remoteSupportLabels: string[]): Promise\<void>;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
628|废弃版本有变化|类名:SingleKVStore<br>废弃版本:N/A|类名:SingleKVStore<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore     |@ohos.data.distributedData.d.ts|
629|废弃版本有变化|类名:SingleKVStore<br>方法 or 属性:get(key: string, callback: AsyncCallback\<Uint8Array \| string \| boolean \| number>): void;<br>废弃版本:N/A|类名:SingleKVStore<br>方法 or 属性:get(key: string, callback: AsyncCallback\<Uint8Array \| string \| boolean \| number>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
630|废弃版本有变化|类名:SingleKVStore<br>方法 or 属性:get(key: string): Promise\<Uint8Array \| string \| boolean \| number>;<br>废弃版本:N/A|类名:SingleKVStore<br>方法 or 属性:get(key: string): Promise\<Uint8Array \| string \| boolean \| number>;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
631|废弃版本有变化|类名:SingleKVStore<br>方法 or 属性:getEntries(keyPrefix: string, callback: AsyncCallback\<Entry[]>): void;<br>废弃版本:N/A|类名:SingleKVStore<br>方法 or 属性:getEntries(keyPrefix: string, callback: AsyncCallback\<Entry[]>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
632|废弃版本有变化|类名:SingleKVStore<br>方法 or 属性:getEntries(keyPrefix: string): Promise\<Entry[]>;<br>废弃版本:N/A|类名:SingleKVStore<br>方法 or 属性:getEntries(keyPrefix: string): Promise\<Entry[]>;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
633|废弃版本有变化|类名:SingleKVStore<br>方法 or 属性:getEntries(query: Query, callback: AsyncCallback\<Entry[]>): void;<br>废弃版本:N/A|类名:SingleKVStore<br>方法 or 属性:getEntries(query: Query, callback: AsyncCallback\<Entry[]>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
634|废弃版本有变化|类名:SingleKVStore<br>方法 or 属性:getEntries(query: Query): Promise\<Entry[]>;<br>废弃版本:N/A|类名:SingleKVStore<br>方法 or 属性:getEntries(query: Query): Promise\<Entry[]>;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
635|废弃版本有变化|类名:SingleKVStore<br>方法 or 属性:getResultSet(keyPrefix: string, callback: AsyncCallback\<KvStoreResultSet>): void;<br>废弃版本:N/A|类名:SingleKVStore<br>方法 or 属性:getResultSet(keyPrefix: string, callback: AsyncCallback\<KvStoreResultSet>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
636|废弃版本有变化|类名:SingleKVStore<br>方法 or 属性:getResultSet(keyPrefix: string): Promise\<KvStoreResultSet>;<br>废弃版本:N/A|类名:SingleKVStore<br>方法 or 属性:getResultSet(keyPrefix: string): Promise\<KvStoreResultSet>;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
637|废弃版本有变化|类名:SingleKVStore<br>方法 or 属性:getResultSet(query: Query, callback: AsyncCallback\<KvStoreResultSet>): void;<br>废弃版本:N/A|类名:SingleKVStore<br>方法 or 属性:getResultSet(query: Query, callback: AsyncCallback\<KvStoreResultSet>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
638|废弃版本有变化|类名:SingleKVStore<br>方法 or 属性:getResultSet(query: Query): Promise\<KvStoreResultSet>;<br>废弃版本:N/A|类名:SingleKVStore<br>方法 or 属性:getResultSet(query: Query): Promise\<KvStoreResultSet>;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
639|废弃版本有变化|类名:SingleKVStore<br>方法 or 属性:closeResultSet(resultSet: KvStoreResultSet, callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:SingleKVStore<br>方法 or 属性:closeResultSet(resultSet: KvStoreResultSet, callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
640|废弃版本有变化|类名:SingleKVStore<br>方法 or 属性:closeResultSet(resultSet: KvStoreResultSet): Promise\<void>;<br>废弃版本:N/A|类名:SingleKVStore<br>方法 or 属性:closeResultSet(resultSet: KvStoreResultSet): Promise\<void>;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
641|废弃版本有变化|类名:SingleKVStore<br>方法 or 属性:getResultSize(query: Query, callback: AsyncCallback\<number>): void;<br>废弃版本:N/A|类名:SingleKVStore<br>方法 or 属性:getResultSize(query: Query, callback: AsyncCallback\<number>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
642|废弃版本有变化|类名:SingleKVStore<br>方法 or 属性:getResultSize(query: Query): Promise\<number>;<br>废弃版本:N/A|类名:SingleKVStore<br>方法 or 属性:getResultSize(query: Query): Promise\<number>;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
643|废弃版本有变化|类名:SingleKVStore<br>方法 or 属性:removeDeviceData(deviceId: string, callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:SingleKVStore<br>方法 or 属性:removeDeviceData(deviceId: string, callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
644|废弃版本有变化|类名:SingleKVStore<br>方法 or 属性:removeDeviceData(deviceId: string): Promise\<void>;<br>废弃版本:N/A|类名:SingleKVStore<br>方法 or 属性:removeDeviceData(deviceId: string): Promise\<void>;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
645|废弃版本有变化|类名:SingleKVStore<br>方法 or 属性:on(event: 'syncComplete', syncCallback: Callback\<Array\<[string, number]>>): void;<br>废弃版本:N/A|类名:SingleKVStore<br>方法 or 属性:on(event: 'syncComplete', syncCallback: Callback\<Array\<[string, number]>>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
646|废弃版本有变化|类名:SingleKVStore<br>方法 or 属性:off(event: 'syncComplete', syncCallback?: Callback\<Array\<[string, number]>>): void;<br>废弃版本:N/A|类名:SingleKVStore<br>方法 or 属性:off(event: 'syncComplete', syncCallback?: Callback\<Array\<[string, number]>>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
647|废弃版本有变化|类名:SingleKVStore<br>方法 or 属性:setSyncParam(defaultAllowedDelayMs: number, callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:SingleKVStore<br>方法 or 属性:setSyncParam(defaultAllowedDelayMs: number, callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
648|废弃版本有变化|类名:SingleKVStore<br>方法 or 属性:setSyncParam(defaultAllowedDelayMs: number): Promise\<void>;<br>废弃版本:N/A|类名:SingleKVStore<br>方法 or 属性:setSyncParam(defaultAllowedDelayMs: number): Promise\<void>;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
649|废弃版本有变化|类名:SingleKVStore<br>方法 or 属性:getSecurityLevel(callback: AsyncCallback\<SecurityLevel>): void;<br>废弃版本:N/A|类名:SingleKVStore<br>方法 or 属性:getSecurityLevel(callback: AsyncCallback\<SecurityLevel>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
650|废弃版本有变化|类名:SingleKVStore<br>方法 or 属性:getSecurityLevel(): Promise\<SecurityLevel>;<br>废弃版本:N/A|类名:SingleKVStore<br>方法 or 属性:getSecurityLevel(): Promise\<SecurityLevel>;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.SingleKVStore|@ohos.data.distributedData.d.ts|
651|废弃版本有变化|类名:DeviceKVStore<br>废弃版本:N/A|类名:DeviceKVStore<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.DeviceKVStore     |@ohos.data.distributedData.d.ts|
652|废弃版本有变化|类名:DeviceKVStore<br>方法 or 属性:getEntries(deviceId: string, keyPrefix: string, callback: AsyncCallback\<Entry[]>): void;<br>废弃版本:N/A|类名:DeviceKVStore<br>方法 or 属性:getEntries(deviceId: string, keyPrefix: string, callback: AsyncCallback\<Entry[]>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts|
653|废弃版本有变化|类名:DeviceKVStore<br>方法 or 属性:getEntries(deviceId: string, keyPrefix: string): Promise\<Entry[]>;<br>废弃版本:N/A|类名:DeviceKVStore<br>方法 or 属性:getEntries(deviceId: string, keyPrefix: string): Promise\<Entry[]>;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts|
654|废弃版本有变化|类名:DeviceKVStore<br>方法 or 属性:getEntries(query: Query, callback: AsyncCallback\<Entry[]>): void;<br>废弃版本:N/A|类名:DeviceKVStore<br>方法 or 属性:getEntries(query: Query, callback: AsyncCallback\<Entry[]>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts|
655|废弃版本有变化|类名:DeviceKVStore<br>方法 or 属性:getEntries(query: Query): Promise\<Entry[]>;<br>废弃版本:N/A|类名:DeviceKVStore<br>方法 or 属性:getEntries(query: Query): Promise\<Entry[]>;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts|
656|废弃版本有变化|类名:DeviceKVStore<br>方法 or 属性:getEntries(deviceId: string, query: Query, callback: AsyncCallback\<Entry[]>): void;<br>废弃版本:N/A|类名:DeviceKVStore<br>方法 or 属性:getEntries(deviceId: string, query: Query, callback: AsyncCallback\<Entry[]>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts|
657|废弃版本有变化|类名:DeviceKVStore<br>方法 or 属性:getEntries(deviceId: string, query: Query): Promise\<Entry[]>;<br>废弃版本:N/A|类名:DeviceKVStore<br>方法 or 属性:getEntries(deviceId: string, query: Query): Promise\<Entry[]>;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts|
658|废弃版本有变化|类名:DeviceKVStore<br>方法 or 属性:getResultSet(deviceId: string, keyPrefix: string, callback: AsyncCallback\<KvStoreResultSet>): void;<br>废弃版本:N/A|类名:DeviceKVStore<br>方法 or 属性:getResultSet(deviceId: string, keyPrefix: string, callback: AsyncCallback\<KvStoreResultSet>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts|
659|废弃版本有变化|类名:DeviceKVStore<br>方法 or 属性:getResultSet(deviceId: string, keyPrefix: string): Promise\<KvStoreResultSet>;<br>废弃版本:N/A|类名:DeviceKVStore<br>方法 or 属性:getResultSet(deviceId: string, keyPrefix: string): Promise\<KvStoreResultSet>;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts|
660|废弃版本有变化|类名:DeviceKVStore<br>方法 or 属性:getResultSet(query: Query, callback: AsyncCallback\<KvStoreResultSet>): void;<br>废弃版本:N/A|类名:DeviceKVStore<br>方法 or 属性:getResultSet(query: Query, callback: AsyncCallback\<KvStoreResultSet>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts|
661|废弃版本有变化|类名:DeviceKVStore<br>方法 or 属性:getResultSet(query: Query): Promise\<KvStoreResultSet>;<br>废弃版本:N/A|类名:DeviceKVStore<br>方法 or 属性:getResultSet(query: Query): Promise\<KvStoreResultSet>;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts|
662|废弃版本有变化|类名:DeviceKVStore<br>方法 or 属性:getResultSet(deviceId: string, query: Query, callback: AsyncCallback\<KvStoreResultSet>): void;<br>废弃版本:N/A|类名:DeviceKVStore<br>方法 or 属性:getResultSet(deviceId: string, query: Query, callback: AsyncCallback\<KvStoreResultSet>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts|
663|废弃版本有变化|类名:DeviceKVStore<br>方法 or 属性:getResultSet(deviceId: string, query: Query): Promise\<KvStoreResultSet>;<br>废弃版本:N/A|类名:DeviceKVStore<br>方法 or 属性:getResultSet(deviceId: string, query: Query): Promise\<KvStoreResultSet>;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts|
664|废弃版本有变化|类名:DeviceKVStore<br>方法 or 属性:closeResultSet(resultSet: KvStoreResultSet, callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:DeviceKVStore<br>方法 or 属性:closeResultSet(resultSet: KvStoreResultSet, callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts|
665|废弃版本有变化|类名:DeviceKVStore<br>方法 or 属性:closeResultSet(resultSet: KvStoreResultSet): Promise\<void>;<br>废弃版本:N/A|类名:DeviceKVStore<br>方法 or 属性:closeResultSet(resultSet: KvStoreResultSet): Promise\<void>;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts|
666|废弃版本有变化|类名:DeviceKVStore<br>方法 or 属性:getResultSize(query: Query, callback: AsyncCallback\<number>): void;<br>废弃版本:N/A|类名:DeviceKVStore<br>方法 or 属性:getResultSize(query: Query, callback: AsyncCallback\<number>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts|
667|废弃版本有变化|类名:DeviceKVStore<br>方法 or 属性:getResultSize(query: Query): Promise\<number>;<br>废弃版本:N/A|类名:DeviceKVStore<br>方法 or 属性:getResultSize(query: Query): Promise\<number>;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts|
668|废弃版本有变化|类名:DeviceKVStore<br>方法 or 属性:getResultSize(deviceId: string, query: Query, callback: AsyncCallback\<number>): void;<br>废弃版本:N/A|类名:DeviceKVStore<br>方法 or 属性:getResultSize(deviceId: string, query: Query, callback: AsyncCallback\<number>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts|
669|废弃版本有变化|类名:DeviceKVStore<br>方法 or 属性:getResultSize(deviceId: string, query: Query): Promise\<number>;<br>废弃版本:N/A|类名:DeviceKVStore<br>方法 or 属性:getResultSize(deviceId: string, query: Query): Promise\<number>;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts|
670|废弃版本有变化|类名:DeviceKVStore<br>方法 or 属性:removeDeviceData(deviceId: string, callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:DeviceKVStore<br>方法 or 属性:removeDeviceData(deviceId: string, callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts|
671|废弃版本有变化|类名:DeviceKVStore<br>方法 or 属性:removeDeviceData(deviceId: string): Promise\<void>;<br>废弃版本:N/A|类名:DeviceKVStore<br>方法 or 属性:removeDeviceData(deviceId: string): Promise\<void>;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts|
672|废弃版本有变化|类名:DeviceKVStore<br>方法 or 属性:on(event: 'syncComplete', syncCallback: Callback\<Array\<[string, number]>>): void;<br>废弃版本:N/A|类名:DeviceKVStore<br>方法 or 属性:on(event: 'syncComplete', syncCallback: Callback\<Array\<[string, number]>>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts|
673|废弃版本有变化|类名:DeviceKVStore<br>方法 or 属性:off(event: 'syncComplete', syncCallback?: Callback\<Array\<[string, number]>>): void;<br>废弃版本:N/A|类名:DeviceKVStore<br>方法 or 属性:off(event: 'syncComplete', syncCallback?: Callback\<Array\<[string, number]>>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.DeviceKVStore|@ohos.data.distributedData.d.ts|
674|废弃版本有变化|类名:distributedData<br>方法 or 属性:function createKVManager(config: KVManagerConfig, callback: AsyncCallback\<KVManager>): void;<br>废弃版本:N/A|类名:distributedData<br>方法 or 属性:function createKVManager(config: KVManagerConfig, callback: AsyncCallback\<KVManager>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore|@ohos.data.distributedData.d.ts|
675|废弃版本有变化|类名:distributedData<br>方法 or 属性:function createKVManager(config: KVManagerConfig): Promise\<KVManager>;<br>废弃版本:N/A|类名:distributedData<br>方法 or 属性:function createKVManager(config: KVManagerConfig): Promise\<KVManager>;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore|@ohos.data.distributedData.d.ts|
676|废弃版本有变化|类名:KVManager<br>废弃版本:N/A|类名:KVManager<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.KVManager     |@ohos.data.distributedData.d.ts|
677|废弃版本有变化|类名:KVManager<br>方法 or 属性:getKVStore\<T extends KVStore>(storeId: string, options: Options): Promise\<T>;<br>废弃版本:N/A|类名:KVManager<br>方法 or 属性:getKVStore\<T extends KVStore>(storeId: string, options: Options): Promise\<T>;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.KVManager|@ohos.data.distributedData.d.ts|
678|废弃版本有变化|类名:KVManager<br>方法 or 属性:getKVStore\<T extends KVStore>(storeId: string, options: Options, callback: AsyncCallback\<T>): void;<br>废弃版本:N/A|类名:KVManager<br>方法 or 属性:getKVStore\<T extends KVStore>(storeId: string, options: Options, callback: AsyncCallback\<T>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.KVManager|@ohos.data.distributedData.d.ts|
679|废弃版本有变化|类名:KVManager<br>方法 or 属性:closeKVStore(appId: string, storeId: string, kvStore: KVStore, callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:KVManager<br>方法 or 属性:closeKVStore(appId: string, storeId: string, kvStore: KVStore, callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.KVManager|@ohos.data.distributedData.d.ts|
680|废弃版本有变化|类名:KVManager<br>方法 or 属性:closeKVStore(appId: string, storeId: string, kvStore: KVStore): Promise\<void>;<br>废弃版本:N/A|类名:KVManager<br>方法 or 属性:closeKVStore(appId: string, storeId: string, kvStore: KVStore): Promise\<void>;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.KVManager|@ohos.data.distributedData.d.ts|
681|废弃版本有变化|类名:KVManager<br>方法 or 属性:deleteKVStore(appId: string, storeId: string, callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:KVManager<br>方法 or 属性:deleteKVStore(appId: string, storeId: string, callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.KVManager|@ohos.data.distributedData.d.ts|
682|废弃版本有变化|类名:KVManager<br>方法 or 属性:deleteKVStore(appId: string, storeId: string): Promise\<void>;<br>废弃版本:N/A|类名:KVManager<br>方法 or 属性:deleteKVStore(appId: string, storeId: string): Promise\<void>;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.KVManager|@ohos.data.distributedData.d.ts|
683|废弃版本有变化|类名:KVManager<br>方法 or 属性:getAllKVStoreId(appId: string, callback: AsyncCallback\<string[]>): void;<br>废弃版本:N/A|类名:KVManager<br>方法 or 属性:getAllKVStoreId(appId: string, callback: AsyncCallback\<string[]>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.KVManager|@ohos.data.distributedData.d.ts|
684|废弃版本有变化|类名:KVManager<br>方法 or 属性:getAllKVStoreId(appId: string): Promise\<string[]>;<br>废弃版本:N/A|类名:KVManager<br>方法 or 属性:getAllKVStoreId(appId: string): Promise\<string[]>;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.KVManager|@ohos.data.distributedData.d.ts|
685|废弃版本有变化|类名:KVManager<br>方法 or 属性:on(event: 'distributedDataServiceDie', deathCallback: Callback\<void>): void;<br>废弃版本:N/A|类名:KVManager<br>方法 or 属性:on(event: 'distributedDataServiceDie', deathCallback: Callback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.KVManager|@ohos.data.distributedData.d.ts|
686|废弃版本有变化|类名:KVManager<br>方法 or 属性:off(event: 'distributedDataServiceDie', deathCallback?: Callback\<void>): void;<br>废弃版本:N/A|类名:KVManager<br>方法 or 属性:off(event: 'distributedDataServiceDie', deathCallback?: Callback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.data.distributedKVStore.KVManager|@ohos.data.distributedData.d.ts|
687|废弃版本有变化|类名:distributedDataObject<br>方法 or 属性:function createDistributedObject(source: object): DistributedObject;<br>废弃版本:N/A|类名:distributedDataObject<br>方法 or 属性:function createDistributedObject(source: object): DistributedObject;<br>废弃版本:9<br>代替接口:ohos.distributedDataObject.create     |@ohos.data.distributedDataObject.d.ts|
688|废弃版本有变化|类名:DistributedObject<br>废弃版本:N/A|类名:DistributedObject<br>废弃版本:9<br>代替接口:ohos.distributedDataObject.DataObject     |@ohos.data.distributedDataObject.d.ts|
689|废弃版本有变化|类名:DistributedObject<br>方法 or 属性:setSessionId(sessionId?: string): boolean;<br>废弃版本:N/A|类名:DistributedObject<br>方法 or 属性:setSessionId(sessionId?: string): boolean;<br>废弃版本:9<br>代替接口:ohos.distributedDataObject.DataObject.setSessionId         |@ohos.data.distributedDataObject.d.ts|
690|废弃版本有变化|类名:DistributedObject<br>方法 or 属性:on(type: 'change', callback: Callback\<{ sessionId: string, fields: Array\<string> }>): void;<br>废弃版本:N/A|类名:DistributedObject<br>方法 or 属性:on(type: 'change', callback: Callback\<{ sessionId: string, fields: Array\<string> }>): void;<br>废弃版本:9<br>代替接口:ohos.distributedDataObject.DataObject.on         |@ohos.data.distributedDataObject.d.ts|
691|废弃版本有变化|类名:DistributedObject<br>方法 or 属性:off(type: 'change', callback?: Callback\<{ sessionId: string, fields: Array\<string> }>): void;<br>废弃版本:N/A|类名:DistributedObject<br>方法 or 属性:off(type: 'change', callback?: Callback\<{ sessionId: string, fields: Array\<string> }>): void;<br>废弃版本:9<br>代替接口:ohos.distributedDataObject.DataObject.off         |@ohos.data.distributedDataObject.d.ts|
692|废弃版本有变化|类名:rdb<br>废弃版本:N/A|类名:rdb<br>废弃版本:9<br>代替接口:ohos.data.relationalStore |@ohos.data.rdb.d.ts|
693|废弃版本有变化|类名:rdb<br>方法 or 属性:function getRdbStore(context: Context, config: StoreConfig, version: number, callback: AsyncCallback\<RdbStore>): void;<br>废弃版本:N/A|类名:rdb<br>方法 or 属性:function getRdbStore(context: Context, config: StoreConfig, version: number, callback: AsyncCallback\<RdbStore>): void;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.getRdbStore     |@ohos.data.rdb.d.ts|
694|废弃版本有变化|类名:rdb<br>方法 or 属性:function getRdbStore(context: Context, config: StoreConfig, version: number): Promise\<RdbStore>;<br>废弃版本:N/A|类名:rdb<br>方法 or 属性:function getRdbStore(context: Context, config: StoreConfig, version: number): Promise\<RdbStore>;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.getRdbStore     |@ohos.data.rdb.d.ts|
695|废弃版本有变化|类名:rdb<br>方法 or 属性:function deleteRdbStore(context: Context, name: string, callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:rdb<br>方法 or 属性:function deleteRdbStore(context: Context, name: string, callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.deleteRdbStore     |@ohos.data.rdb.d.ts|
696|废弃版本有变化|类名:rdb<br>方法 or 属性:function deleteRdbStore(context: Context, name: string): Promise\<void>;<br>废弃版本:N/A|类名:rdb<br>方法 or 属性:function deleteRdbStore(context: Context, name: string): Promise\<void>;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.deleteRdbStore     |@ohos.data.rdb.d.ts|
697|废弃版本有变化|类名:SyncMode<br>废弃版本:N/A|类名:SyncMode<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.SyncMode     |@ohos.data.rdb.d.ts|
698|废弃版本有变化|类名:SyncMode<br>方法 or 属性:SYNC_MODE_PUSH = 0<br>废弃版本:N/A|类名:SyncMode<br>方法 or 属性:SYNC_MODE_PUSH = 0<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.SyncMode.SYNC_MODE_PUSH         |@ohos.data.rdb.d.ts|
699|废弃版本有变化|类名:SyncMode<br>方法 or 属性:SYNC_MODE_PULL = 1<br>废弃版本:N/A|类名:SyncMode<br>方法 or 属性:SYNC_MODE_PULL = 1<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.SyncMode.SYNC_MODE_PULL         |@ohos.data.rdb.d.ts|
700|废弃版本有变化|类名:SubscribeType<br>废弃版本:N/A|类名:SubscribeType<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.SubscribeType     |@ohos.data.rdb.d.ts|
701|废弃版本有变化|类名:SubscribeType<br>方法 or 属性:SUBSCRIBE_TYPE_REMOTE = 0<br>废弃版本:N/A|类名:SubscribeType<br>方法 or 属性:SUBSCRIBE_TYPE_REMOTE = 0<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.SubscribeType.SUBSCRIBE_TYPE_REMOTE         |@ohos.data.rdb.d.ts|
702|废弃版本有变化|类名:RdbStore<br>废弃版本:N/A|类名:RdbStore<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbStore     |@ohos.data.rdb.d.ts|
703|废弃版本有变化|类名:RdbStore<br>方法 or 属性:querySql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<ResultSet>): void;<br>废弃版本:N/A|类名:RdbStore<br>方法 or 属性:querySql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<ResultSet>): void;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbStore.querySql         |@ohos.data.rdb.d.ts|
704|废弃版本有变化|类名:RdbStore<br>方法 or 属性:executeSql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:RdbStore<br>方法 or 属性:executeSql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbStore.executeSql         |@ohos.data.rdb.d.ts|
705|废弃版本有变化|类名:RdbStore<br>方法 or 属性:setDistributedTables(tables: Array\<string>, callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:RdbStore<br>方法 or 属性:setDistributedTables(tables: Array\<string>, callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbStore.setDistributedTables         |@ohos.data.rdb.d.ts|
706|废弃版本有变化|类名:RdbStore<br>方法 or 属性:setDistributedTables(tables: Array\<string>): Promise\<void>;<br>废弃版本:N/A|类名:RdbStore<br>方法 or 属性:setDistributedTables(tables: Array\<string>): Promise\<void>;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbStore.setDistributedTables         |@ohos.data.rdb.d.ts|
707|废弃版本有变化|类名:RdbStore<br>方法 or 属性:obtainDistributedTableName(device: string, table: string, callback: AsyncCallback\<string>): void;<br>废弃版本:N/A|类名:RdbStore<br>方法 or 属性:obtainDistributedTableName(device: string, table: string, callback: AsyncCallback\<string>): void;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbStore.obtainDistributedTableName         |@ohos.data.rdb.d.ts|
708|废弃版本有变化|类名:RdbStore<br>方法 or 属性:obtainDistributedTableName(device: string, table: string): Promise\<string>;<br>废弃版本:N/A|类名:RdbStore<br>方法 or 属性:obtainDistributedTableName(device: string, table: string): Promise\<string>;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbStore.obtainDistributedTableName         |@ohos.data.rdb.d.ts|
709|废弃版本有变化|类名:RdbStore<br>方法 or 属性:on(event: 'dataChange', type: SubscribeType, observer: Callback\<Array\<string>>): void;<br>废弃版本:N/A|类名:RdbStore<br>方法 or 属性:on(event: 'dataChange', type: SubscribeType, observer: Callback\<Array\<string>>): void;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbStore.on        |@ohos.data.rdb.d.ts|
710|废弃版本有变化|类名:StoreConfig<br>废弃版本:N/A|类名:StoreConfig<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.StoreConfig |@ohos.data.rdb.d.ts|
711|废弃版本有变化|类名:RdbPredicates<br>废弃版本:N/A|类名:RdbPredicates<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates |@ohos.data.rdb.d.ts|
712|废弃版本有变化|类名:RdbPredicates<br>方法 or 属性:constructor(name: string)<br>废弃版本:N/A|类名:RdbPredicates<br>方法 or 属性:constructor(name: string)<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.constructor     |@ohos.data.rdb.d.ts|
713|废弃版本有变化|类名:RdbPredicates<br>方法 or 属性:inDevices(devices: Array\<string>): RdbPredicates;<br>废弃版本:N/A|类名:RdbPredicates<br>方法 or 属性:inDevices(devices: Array\<string>): RdbPredicates;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.inDevices     |@ohos.data.rdb.d.ts|
714|废弃版本有变化|类名:RdbPredicates<br>方法 or 属性:inAllDevices(): RdbPredicates;<br>废弃版本:N/A|类名:RdbPredicates<br>方法 or 属性:inAllDevices(): RdbPredicates;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.inAllDevices     |@ohos.data.rdb.d.ts|
715|废弃版本有变化|类名:RdbPredicates<br>方法 or 属性:equalTo(field: string, value: ValueType): RdbPredicates;<br>废弃版本:N/A|类名:RdbPredicates<br>方法 or 属性:equalTo(field: string, value: ValueType): RdbPredicates;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.equalTo     |@ohos.data.rdb.d.ts|
716|废弃版本有变化|类名:RdbPredicates<br>方法 or 属性:notEqualTo(field: string, value: ValueType): RdbPredicates;<br>废弃版本:N/A|类名:RdbPredicates<br>方法 or 属性:notEqualTo(field: string, value: ValueType): RdbPredicates;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.notEqualTo     |@ohos.data.rdb.d.ts|
717|废弃版本有变化|类名:RdbPredicates<br>方法 or 属性:beginWrap(): RdbPredicates;<br>废弃版本:N/A|类名:RdbPredicates<br>方法 or 属性:beginWrap(): RdbPredicates;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.beginWrap     |@ohos.data.rdb.d.ts|
718|废弃版本有变化|类名:RdbPredicates<br>方法 or 属性:endWrap(): RdbPredicates;<br>废弃版本:N/A|类名:RdbPredicates<br>方法 or 属性:endWrap(): RdbPredicates;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.endWrap     |@ohos.data.rdb.d.ts|
719|废弃版本有变化|类名:RdbPredicates<br>方法 or 属性:or(): RdbPredicates;<br>废弃版本:N/A|类名:RdbPredicates<br>方法 or 属性:or(): RdbPredicates;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.or     |@ohos.data.rdb.d.ts|
720|废弃版本有变化|类名:RdbPredicates<br>方法 or 属性:and(): RdbPredicates;<br>废弃版本:N/A|类名:RdbPredicates<br>方法 or 属性:and(): RdbPredicates;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.and     |@ohos.data.rdb.d.ts|
721|废弃版本有变化|类名:RdbPredicates<br>方法 or 属性:contains(field: string, value: string): RdbPredicates;<br>废弃版本:N/A|类名:RdbPredicates<br>方法 or 属性:contains(field: string, value: string): RdbPredicates;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.contains     |@ohos.data.rdb.d.ts|
722|废弃版本有变化|类名:RdbPredicates<br>方法 or 属性:beginsWith(field: string, value: string): RdbPredicates;<br>废弃版本:N/A|类名:RdbPredicates<br>方法 or 属性:beginsWith(field: string, value: string): RdbPredicates;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.beginsWith     |@ohos.data.rdb.d.ts|
723|废弃版本有变化|类名:RdbPredicates<br>方法 or 属性:endsWith(field: string, value: string): RdbPredicates;<br>废弃版本:N/A|类名:RdbPredicates<br>方法 or 属性:endsWith(field: string, value: string): RdbPredicates;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.endsWith     |@ohos.data.rdb.d.ts|
724|废弃版本有变化|类名:RdbPredicates<br>方法 or 属性:isNull(field: string): RdbPredicates;<br>废弃版本:N/A|类名:RdbPredicates<br>方法 or 属性:isNull(field: string): RdbPredicates;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.isNull     |@ohos.data.rdb.d.ts|
725|废弃版本有变化|类名:RdbPredicates<br>方法 or 属性:isNotNull(field: string): RdbPredicates;<br>废弃版本:N/A|类名:RdbPredicates<br>方法 or 属性:isNotNull(field: string): RdbPredicates;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.isNotNull     |@ohos.data.rdb.d.ts|
726|废弃版本有变化|类名:RdbPredicates<br>方法 or 属性:like(field: string, value: string): RdbPredicates;<br>废弃版本:N/A|类名:RdbPredicates<br>方法 or 属性:like(field: string, value: string): RdbPredicates;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.like     |@ohos.data.rdb.d.ts|
727|废弃版本有变化|类名:RdbPredicates<br>方法 or 属性:glob(field: string, value: string): RdbPredicates;<br>废弃版本:N/A|类名:RdbPredicates<br>方法 or 属性:glob(field: string, value: string): RdbPredicates;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.glob     |@ohos.data.rdb.d.ts|
728|废弃版本有变化|类名:RdbPredicates<br>方法 or 属性:between(field: string, low: ValueType, high: ValueType): RdbPredicates;<br>废弃版本:N/A|类名:RdbPredicates<br>方法 or 属性:between(field: string, low: ValueType, high: ValueType): RdbPredicates;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.between     |@ohos.data.rdb.d.ts|
729|废弃版本有变化|类名:RdbPredicates<br>方法 or 属性:notBetween(field: string, low: ValueType, high: ValueType): RdbPredicates;<br>废弃版本:N/A|类名:RdbPredicates<br>方法 or 属性:notBetween(field: string, low: ValueType, high: ValueType): RdbPredicates;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.notBetween     |@ohos.data.rdb.d.ts|
730|废弃版本有变化|类名:RdbPredicates<br>方法 or 属性:greaterThan(field: string, value: ValueType): RdbPredicates;<br>废弃版本:N/A|类名:RdbPredicates<br>方法 or 属性:greaterThan(field: string, value: ValueType): RdbPredicates;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.greaterThan     |@ohos.data.rdb.d.ts|
731|废弃版本有变化|类名:RdbPredicates<br>方法 or 属性:lessThan(field: string, value: ValueType): RdbPredicates;<br>废弃版本:N/A|类名:RdbPredicates<br>方法 or 属性:lessThan(field: string, value: ValueType): RdbPredicates;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.lessThan     |@ohos.data.rdb.d.ts|
732|废弃版本有变化|类名:RdbPredicates<br>方法 or 属性:greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicates;<br>废弃版本:N/A|类名:RdbPredicates<br>方法 or 属性:greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicates;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.greaterThanOrEqualTo     |@ohos.data.rdb.d.ts|
733|废弃版本有变化|类名:RdbPredicates<br>方法 or 属性:lessThanOrEqualTo(field: string, value: ValueType): RdbPredicates;<br>废弃版本:N/A|类名:RdbPredicates<br>方法 or 属性:lessThanOrEqualTo(field: string, value: ValueType): RdbPredicates;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.lessThanOrEqualTo     |@ohos.data.rdb.d.ts|
734|废弃版本有变化|类名:RdbPredicates<br>方法 or 属性:orderByAsc(field: string): RdbPredicates;<br>废弃版本:N/A|类名:RdbPredicates<br>方法 or 属性:orderByAsc(field: string): RdbPredicates;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.orderByAsc     |@ohos.data.rdb.d.ts|
735|废弃版本有变化|类名:RdbPredicates<br>方法 or 属性:orderByDesc(field: string): RdbPredicates;<br>废弃版本:N/A|类名:RdbPredicates<br>方法 or 属性:orderByDesc(field: string): RdbPredicates;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.orderByDesc     |@ohos.data.rdb.d.ts|
736|废弃版本有变化|类名:RdbPredicates<br>方法 or 属性:distinct(): RdbPredicates;<br>废弃版本:N/A|类名:RdbPredicates<br>方法 or 属性:distinct(): RdbPredicates;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.distinct     |@ohos.data.rdb.d.ts|
737|废弃版本有变化|类名:RdbPredicates<br>方法 or 属性:limitAs(value: number): RdbPredicates;<br>废弃版本:N/A|类名:RdbPredicates<br>方法 or 属性:limitAs(value: number): RdbPredicates;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.limitAs     |@ohos.data.rdb.d.ts|
738|废弃版本有变化|类名:RdbPredicates<br>方法 or 属性:offsetAs(rowOffset: number): RdbPredicates;<br>废弃版本:N/A|类名:RdbPredicates<br>方法 or 属性:offsetAs(rowOffset: number): RdbPredicates;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.offsetAs     |@ohos.data.rdb.d.ts|
739|废弃版本有变化|类名:RdbPredicates<br>方法 or 属性:groupBy(fields: Array\<string>): RdbPredicates;<br>废弃版本:N/A|类名:RdbPredicates<br>方法 or 属性:groupBy(fields: Array\<string>): RdbPredicates;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.groupBy     |@ohos.data.rdb.d.ts|
740|废弃版本有变化|类名:RdbPredicates<br>方法 or 属性:indexedBy(field: string): RdbPredicates;<br>废弃版本:N/A|类名:RdbPredicates<br>方法 or 属性:indexedBy(field: string): RdbPredicates;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.indexedBy     |@ohos.data.rdb.d.ts|
741|废弃版本有变化|类名:RdbPredicates<br>方法 or 属性:in(field: string, value: Array\<ValueType>): RdbPredicates;<br>废弃版本:N/A|类名:RdbPredicates<br>方法 or 属性:in(field: string, value: Array\<ValueType>): RdbPredicates;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.in     |@ohos.data.rdb.d.ts|
742|废弃版本有变化|类名:RdbPredicates<br>方法 or 属性:notIn(field: string, value: Array\<ValueType>): RdbPredicates;<br>废弃版本:N/A|类名:RdbPredicates<br>方法 or 属性:notIn(field: string, value: Array\<ValueType>): RdbPredicates;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.RdbPredicates.notIn     |@ohos.data.rdb.d.ts|
743|废弃版本有变化|类名:storage<br>废弃版本:N/A|类名:storage<br>废弃版本:9<br>代替接口:ohos.preferences.preferences |@ohos.data.storage.d.ts|
744|废弃版本有变化|类名:storage<br>方法 or 属性:function getStorageSync(path: string): Storage;<br>废弃版本:N/A|类名:storage<br>方法 or 属性:function getStorageSync(path: string): Storage;<br>废弃版本:9<br>代替接口:ohos.preferences.preferences.getPreferences     |@ohos.data.storage.d.ts|
745|废弃版本有变化|类名:storage<br>方法 or 属性:function deleteStorageSync(path: string): void;<br>废弃版本:N/A|类名:storage<br>方法 or 属性:function deleteStorageSync(path: string): void;<br>废弃版本:9<br>代替接口:ohos.preferences.preferences.deletePreferences     |@ohos.data.storage.d.ts|
746|废弃版本有变化|类名:storage<br>方法 or 属性:function removeStorageFromCacheSync(path: string): void;<br>废弃版本:N/A|类名:storage<br>方法 or 属性:function removeStorageFromCacheSync(path: string): void;<br>废弃版本:9<br>代替接口:ohos.preferences.preferences.removePreferencesFromCache     |@ohos.data.storage.d.ts|
747|废弃版本有变化|类名:Storage<br>废弃版本:N/A|类名:Storage<br>废弃版本:9<br>代替接口:ohos.preferences.preferences     |@ohos.data.storage.d.ts|
748|废弃版本有变化|类名:Storage<br>方法 or 属性:getSync(key: string, defValue: ValueType): ValueType;<br>废弃版本:N/A|类名:Storage<br>方法 or 属性:getSync(key: string, defValue: ValueType): ValueType;<br>废弃版本:9<br>代替接口:ohos.preferences.preferences.get        |@ohos.data.storage.d.ts|
749|废弃版本有变化|类名:Storage<br>方法 or 属性:hasSync(key: string): boolean;<br>废弃版本:N/A|类名:Storage<br>方法 or 属性:hasSync(key: string): boolean;<br>废弃版本:9<br>代替接口:ohos.preferences.preferences.has         |@ohos.data.storage.d.ts|
750|废弃版本有变化|类名:Storage<br>方法 or 属性:putSync(key: string, value: ValueType): void;<br>废弃版本:N/A|类名:Storage<br>方法 or 属性:putSync(key: string, value: ValueType): void;<br>废弃版本:9<br>代替接口:ohos.preferences.preferences.put         |@ohos.data.storage.d.ts|
751|废弃版本有变化|类名:Storage<br>方法 or 属性:deleteSync(key: string): void;<br>废弃版本:N/A|类名:Storage<br>方法 or 属性:deleteSync(key: string): void;<br>废弃版本:9<br>代替接口:ohos.preferences.preferences.delete         |@ohos.data.storage.d.ts|
752|废弃版本有变化|类名:Storage<br>方法 or 属性:clearSync(): void;<br>废弃版本:N/A|类名:Storage<br>方法 or 属性:clearSync(): void;<br>废弃版本:9<br>代替接口:ohos.preferences.preferences.clear         |@ohos.data.storage.d.ts|
753|废弃版本有变化|类名:Storage<br>方法 or 属性:flushSync(): void;<br>废弃版本:N/A|类名:Storage<br>方法 or 属性:flushSync(): void;<br>废弃版本:9<br>代替接口:ohos.preferences.preferences.flush         |@ohos.data.storage.d.ts|
754|废弃版本有变化|类名:Storage<br>方法 or 属性:on(type: 'change', callback: Callback\<StorageObserver>): void;<br>废弃版本:N/A|类名:Storage<br>方法 or 属性:on(type: 'change', callback: Callback\<StorageObserver>): void;<br>废弃版本:9<br>代替接口:ohos.preferences.preferences.on         |@ohos.data.storage.d.ts|
755|废弃版本有变化|类名:Storage<br>方法 or 属性:off(type: 'change', callback: Callback\<StorageObserver>): void;<br>废弃版本:N/A|类名:Storage<br>方法 or 属性:off(type: 'change', callback: Callback\<StorageObserver>): void;<br>废弃版本:9<br>代替接口:ohos.preferences.preferences.off         |@ohos.data.storage.d.ts|
756|废弃版本有变化|类名:StorageObserver<br>废弃版本:N/A|类名:StorageObserver<br>废弃版本:9<br>代替接口:N/A|@ohos.data.storage.d.ts|
757|废弃版本有变化|类名:GetStorageOptions<br>废弃版本:N/A|类名:GetStorageOptions<br>废弃版本:6<br>代替接口:N/A|@system.storage.d.ts|
758|废弃版本有变化|类名:GetStorageOptions<br>方法 or 属性:key: string;<br>废弃版本:N/A|类名:GetStorageOptions<br>方法 or 属性:key: string;<br>废弃版本:6<br>代替接口:N/A|@system.storage.d.ts|
759|废弃版本有变化|类名:GetStorageOptions<br>方法 or 属性:default?: string;<br>废弃版本:N/A|类名:GetStorageOptions<br>方法 or 属性:default?: string;<br>废弃版本:6<br>代替接口:N/A|@system.storage.d.ts|
760|废弃版本有变化|类名:GetStorageOptions<br>方法 or 属性:success?: (data: any) => void;<br>废弃版本:N/A|类名:GetStorageOptions<br>方法 or 属性:success?: (data: any) => void;<br>废弃版本:6<br>代替接口:N/A|@system.storage.d.ts|
761|废弃版本有变化|类名:GetStorageOptions<br>方法 or 属性:fail?: (data: string, code: number) => void;<br>废弃版本:N/A|类名:GetStorageOptions<br>方法 or 属性:fail?: (data: string, code: number) => void;<br>废弃版本:6<br>代替接口:N/A|@system.storage.d.ts|
762|废弃版本有变化|类名:GetStorageOptions<br>方法 or 属性:complete?: () => void;<br>废弃版本:N/A|类名:GetStorageOptions<br>方法 or 属性:complete?: () => void;<br>废弃版本:6<br>代替接口:N/A|@system.storage.d.ts|
763|废弃版本有变化|类名:SetStorageOptions<br>废弃版本:N/A|类名:SetStorageOptions<br>废弃版本:6<br>代替接口:N/A|@system.storage.d.ts|
764|废弃版本有变化|类名:SetStorageOptions<br>方法 or 属性:key: string;<br>废弃版本:N/A|类名:SetStorageOptions<br>方法 or 属性:key: string;<br>废弃版本:6<br>代替接口:N/A|@system.storage.d.ts|
765|废弃版本有变化|类名:SetStorageOptions<br>方法 or 属性:value: string;<br>废弃版本:N/A|类名:SetStorageOptions<br>方法 or 属性:value: string;<br>废弃版本:6<br>代替接口:N/A|@system.storage.d.ts|
766|废弃版本有变化|类名:SetStorageOptions<br>方法 or 属性:success?: () => void;<br>废弃版本:N/A|类名:SetStorageOptions<br>方法 or 属性:success?: () => void;<br>废弃版本:6<br>代替接口:N/A|@system.storage.d.ts|
767|废弃版本有变化|类名:SetStorageOptions<br>方法 or 属性:fail?: (data: string, code: number) => void;<br>废弃版本:N/A|类名:SetStorageOptions<br>方法 or 属性:fail?: (data: string, code: number) => void;<br>废弃版本:6<br>代替接口:N/A|@system.storage.d.ts|
768|废弃版本有变化|类名:SetStorageOptions<br>方法 or 属性:complete?: () => void;<br>废弃版本:N/A|类名:SetStorageOptions<br>方法 or 属性:complete?: () => void;<br>废弃版本:6<br>代替接口:N/A|@system.storage.d.ts|
769|废弃版本有变化|类名:ClearStorageOptions<br>废弃版本:N/A|类名:ClearStorageOptions<br>废弃版本:6<br>代替接口:N/A|@system.storage.d.ts|
770|废弃版本有变化|类名:ClearStorageOptions<br>方法 or 属性:success?: () => void;<br>废弃版本:N/A|类名:ClearStorageOptions<br>方法 or 属性:success?: () => void;<br>废弃版本:6<br>代替接口:N/A|@system.storage.d.ts|
771|废弃版本有变化|类名:ClearStorageOptions<br>方法 or 属性:fail?: (data: string, code: number) => void;<br>废弃版本:N/A|类名:ClearStorageOptions<br>方法 or 属性:fail?: (data: string, code: number) => void;<br>废弃版本:6<br>代替接口:N/A|@system.storage.d.ts|
772|废弃版本有变化|类名:ClearStorageOptions<br>方法 or 属性:complete?: () => void;<br>废弃版本:N/A|类名:ClearStorageOptions<br>方法 or 属性:complete?: () => void;<br>废弃版本:6<br>代替接口:N/A|@system.storage.d.ts|
773|废弃版本有变化|类名:DeleteStorageOptions<br>废弃版本:N/A|类名:DeleteStorageOptions<br>废弃版本:6<br>代替接口:N/A|@system.storage.d.ts|
774|废弃版本有变化|类名:DeleteStorageOptions<br>方法 or 属性:key: string;<br>废弃版本:N/A|类名:DeleteStorageOptions<br>方法 or 属性:key: string;<br>废弃版本:6<br>代替接口:N/A|@system.storage.d.ts|
775|废弃版本有变化|类名:DeleteStorageOptions<br>方法 or 属性:success?: () => void;<br>废弃版本:N/A|类名:DeleteStorageOptions<br>方法 or 属性:success?: () => void;<br>废弃版本:6<br>代替接口:N/A|@system.storage.d.ts|
776|废弃版本有变化|类名:DeleteStorageOptions<br>方法 or 属性:fail?: (data: string, code: number) => void;<br>废弃版本:N/A|类名:DeleteStorageOptions<br>方法 or 属性:fail?: (data: string, code: number) => void;<br>废弃版本:6<br>代替接口:N/A|@system.storage.d.ts|
777|废弃版本有变化|类名:DeleteStorageOptions<br>方法 or 属性:complete?: () => void;<br>废弃版本:N/A|类名:DeleteStorageOptions<br>方法 or 属性:complete?: () => void;<br>废弃版本:6<br>代替接口:N/A|@system.storage.d.ts|
778|废弃版本有变化|类名:Storage<br>废弃版本:N/A|类名:Storage<br>废弃版本:6<br>代替接口:N/A|@system.storage.d.ts|
779|废弃版本有变化|类名:Storage<br>方法 or 属性:static get(options: GetStorageOptions): void;<br>废弃版本:N/A|类名:Storage<br>方法 or 属性:static get(options: GetStorageOptions): void;<br>废弃版本:6<br>代替接口:ohos.preferences.preferences.get   |@system.storage.d.ts|
780|废弃版本有变化|类名:Storage<br>方法 or 属性:static set(options: SetStorageOptions): void;<br>废弃版本:N/A|类名:Storage<br>方法 or 属性:static set(options: SetStorageOptions): void;<br>废弃版本:6<br>代替接口:N/A|@system.storage.d.ts|
781|废弃版本有变化|类名:Storage<br>方法 or 属性:static clear(options?: ClearStorageOptions): void;<br>废弃版本:N/A|类名:Storage<br>方法 or 属性:static clear(options?: ClearStorageOptions): void;<br>废弃版本:6<br>代替接口:ohos.preferences.preferences.clear   |@system.storage.d.ts|
782|废弃版本有变化|类名:Storage<br>方法 or 属性:static delete(options: DeleteStorageOptions): void;<br>废弃版本:N/A|类名:Storage<br>方法 or 属性:static delete(options: DeleteStorageOptions): void;<br>废弃版本:6<br>代替接口:ohos.preferences.preferences.delete   |@system.storage.d.ts|
783|废弃版本有变化|类名:ResultSet<br>废弃版本:N/A|类名:ResultSet<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet |resultSet.d.ts|
784|废弃版本有变化|类名:ResultSet<br>方法 or 属性:columnNames: Array\<string>;<br>废弃版本:N/A|类名:ResultSet<br>方法 or 属性:columnNames: Array\<string>;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.columnNames     |resultSet.d.ts|
785|废弃版本有变化|类名:ResultSet<br>方法 or 属性:columnCount: number;<br>废弃版本:N/A|类名:ResultSet<br>方法 or 属性:columnCount: number;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.columnCount     |resultSet.d.ts|
786|废弃版本有变化|类名:ResultSet<br>方法 or 属性:rowCount: number;<br>废弃版本:N/A|类名:ResultSet<br>方法 or 属性:rowCount: number;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.rowCount     |resultSet.d.ts|
787|废弃版本有变化|类名:ResultSet<br>方法 or 属性:rowIndex: number;<br>废弃版本:N/A|类名:ResultSet<br>方法 or 属性:rowIndex: number;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.rowIndex     |resultSet.d.ts|
788|废弃版本有变化|类名:ResultSet<br>方法 or 属性:isAtFirstRow: boolean;<br>废弃版本:N/A|类名:ResultSet<br>方法 or 属性:isAtFirstRow: boolean;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.isAtFirstRow     |resultSet.d.ts|
789|废弃版本有变化|类名:ResultSet<br>方法 or 属性:isAtLastRow: boolean;<br>废弃版本:N/A|类名:ResultSet<br>方法 or 属性:isAtLastRow: boolean;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.isAtLastRow     |resultSet.d.ts|
790|废弃版本有变化|类名:ResultSet<br>方法 or 属性:isEnded: boolean;<br>废弃版本:N/A|类名:ResultSet<br>方法 or 属性:isEnded: boolean;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.isEnded     |resultSet.d.ts|
791|废弃版本有变化|类名:ResultSet<br>方法 or 属性:isStarted: boolean;<br>废弃版本:N/A|类名:ResultSet<br>方法 or 属性:isStarted: boolean;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.isStarted     |resultSet.d.ts|
792|废弃版本有变化|类名:ResultSet<br>方法 or 属性:isClosed: boolean;<br>废弃版本:N/A|类名:ResultSet<br>方法 or 属性:isClosed: boolean;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.isClosed     |resultSet.d.ts|
793|废弃版本有变化|类名:ResultSet<br>方法 or 属性:getColumnIndex(columnName: string): number;<br>废弃版本:N/A|类名:ResultSet<br>方法 or 属性:getColumnIndex(columnName: string): number;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.getColumnIndex     |resultSet.d.ts|
794|废弃版本有变化|类名:ResultSet<br>方法 or 属性:getColumnName(columnIndex: number): string;<br>废弃版本:N/A|类名:ResultSet<br>方法 or 属性:getColumnName(columnIndex: number): string;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.getColumnName     |resultSet.d.ts|
795|废弃版本有变化|类名:ResultSet<br>方法 or 属性:goTo(offset: number): boolean;<br>废弃版本:N/A|类名:ResultSet<br>方法 or 属性:goTo(offset: number): boolean;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.goTo     |resultSet.d.ts|
796|废弃版本有变化|类名:ResultSet<br>方法 or 属性:goToRow(position: number): boolean;<br>废弃版本:N/A|类名:ResultSet<br>方法 or 属性:goToRow(position: number): boolean;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.goToRow     |resultSet.d.ts|
797|废弃版本有变化|类名:ResultSet<br>方法 or 属性:goToFirstRow(): boolean;<br>废弃版本:N/A|类名:ResultSet<br>方法 or 属性:goToFirstRow(): boolean;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.goToFirstRow     |resultSet.d.ts|
798|废弃版本有变化|类名:ResultSet<br>方法 or 属性:goToLastRow(): boolean;<br>废弃版本:N/A|类名:ResultSet<br>方法 or 属性:goToLastRow(): boolean;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.goToLastRow     |resultSet.d.ts|
799|废弃版本有变化|类名:ResultSet<br>方法 or 属性:goToNextRow(): boolean;<br>废弃版本:N/A|类名:ResultSet<br>方法 or 属性:goToNextRow(): boolean;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.goToNextRow     |resultSet.d.ts|
800|废弃版本有变化|类名:ResultSet<br>方法 or 属性:goToPreviousRow(): boolean;<br>废弃版本:N/A|类名:ResultSet<br>方法 or 属性:goToPreviousRow(): boolean;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.goToPreviousRow     |resultSet.d.ts|
801|废弃版本有变化|类名:ResultSet<br>方法 or 属性:getBlob(columnIndex: number): Uint8Array;<br>废弃版本:N/A|类名:ResultSet<br>方法 or 属性:getBlob(columnIndex: number): Uint8Array;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.getBlob     |resultSet.d.ts|
802|废弃版本有变化|类名:ResultSet<br>方法 or 属性:getString(columnIndex: number): string;<br>废弃版本:N/A|类名:ResultSet<br>方法 or 属性:getString(columnIndex: number): string;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.getString     |resultSet.d.ts|
803|废弃版本有变化|类名:ResultSet<br>方法 or 属性:getLong(columnIndex: number): number;<br>废弃版本:N/A|类名:ResultSet<br>方法 or 属性:getLong(columnIndex: number): number;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.getLong     |resultSet.d.ts|
804|废弃版本有变化|类名:ResultSet<br>方法 or 属性:getDouble(columnIndex: number): number;<br>废弃版本:N/A|类名:ResultSet<br>方法 or 属性:getDouble(columnIndex: number): number;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.getDouble     |resultSet.d.ts|
805|废弃版本有变化|类名:ResultSet<br>方法 or 属性:isColumnNull(columnIndex: number): boolean;<br>废弃版本:N/A|类名:ResultSet<br>方法 or 属性:isColumnNull(columnIndex: number): boolean;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.isColumnNull     |resultSet.d.ts|
806|废弃版本有变化|类名:ResultSet<br>方法 or 属性:close(): void;<br>废弃版本:N/A|类名:ResultSet<br>方法 or 属性:close(): void;<br>废弃版本:9<br>代替接口:ohos.data.relationalStore.ResultSet.close     |resultSet.d.ts|
807|起始版本有变化|类名:RdbStore<br>方法 or 属性:executeSql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<void>): void;<br>起始版本:7|类名:RdbStore<br>方法 or 属性:executeSql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<void>): void;<br>起始版本:8|@ohos.data.rdb.d.ts|
808|新增(错误码)|NA|类名:RdbPredicates<br>方法 or 属性:isNotNull(field: string): RdbPredicates;<br>错误码内容: 401|@ohos.data.rdb.d.ts|
809|新增(权限)|类名:DistributedObject<br>方法 or 属性:setSessionId(sessionId?: string): boolean;<br>权限:N/A|类名:DistributedObject<br>方法 or 属性:setSessionId(sessionId?: string): boolean;<br>权限:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.data.distributedDataObject.d.ts|
810|新增(权限)|类名:SubscribeType<br>权限:N/A|类名:SubscribeType<br>权限:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.data.rdb.d.ts|
811|新增(权限)|类名:RdbStore<br>方法 or 属性:setDistributedTables(tables: Array\<string>, callback: AsyncCallback\<void>): void;<br>权限:N/A|类名:RdbStore<br>方法 or 属性:setDistributedTables(tables: Array\<string>, callback: AsyncCallback\<void>): void;<br>权限:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.data.rdb.d.ts|
812|新增(权限)|类名:RdbStore<br>方法 or 属性:setDistributedTables(tables: Array\<string>): Promise\<void>;<br>权限:N/A|类名:RdbStore<br>方法 or 属性:setDistributedTables(tables: Array\<string>): Promise\<void>;<br>权限:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.data.rdb.d.ts|
813|新增(权限)|类名:RdbStore<br>方法 or 属性:obtainDistributedTableName(device: string, table: string, callback: AsyncCallback\<string>): void;<br>权限:N/A|类名:RdbStore<br>方法 or 属性:obtainDistributedTableName(device: string, table: string, callback: AsyncCallback\<string>): void;<br>权限:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.data.rdb.d.ts|
814|新增(权限)|类名:RdbStore<br>方法 or 属性:obtainDistributedTableName(device: string, table: string): Promise\<string>;<br>权限:N/A|类名:RdbStore<br>方法 or 属性:obtainDistributedTableName(device: string, table: string): Promise\<string>;<br>权限:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.data.rdb.d.ts|
815|函数有变化|类名:KVStore<br>方法 or 属性:on(event: 'dataChange', type: SubscribeType, observer: Callback\<ChangeNotification>): void;<br>|类名:KVStore<br>方法 or 属性:on(event: 'dataChange', type: SubscribeType, listener: Callback\<ChangeNotification>): void;<br>|@ohos.data.distributedData.d.ts|
816|函数有变化|类名:KVStore<br>方法 or 属性:off(event:'dataChange', observer?: Callback\<ChangeNotification>): void;<br>|类名:KVStore<br>方法 or 属性:off(event: 'dataChange', listener?: Callback\<ChangeNotification>): void;<br>|@ohos.data.distributedData.d.ts|
817|函数有变化|类名:SingleKVStore<br>方法 or 属性:sync(deviceIdList: string[], mode: SyncMode, allowedDelayMs?: number): void;<br>|类名:SingleKVStore<br>方法 or 属性:sync(deviceIds: string[], mode: SyncMode, delayMs?: number): void;<br>|@ohos.data.distributedData.d.ts|
818|函数有变化|类名:DeviceKVStore<br>方法 or 属性:sync(deviceIdList: string[], mode: SyncMode, allowedDelayMs?: number): void;<br>|类名:DeviceKVStore<br>方法 or 属性:sync(deviceIds: string[], mode: SyncMode, delayMs?: number): void;<br>|@ohos.data.distributedData.d.ts|
819|函数有变化|类名:RdbStore<br>方法 or 属性:insert(name: string, values: ValuesBucket, callback: AsyncCallback\<number>): void;<br>|类名:RdbStore<br>方法 or 属性:insert(table: string, values: ValuesBucket, callback: AsyncCallback\<number>): void;<br>|@ohos.data.rdb.d.ts|
820|函数有变化|类名:RdbStore<br>方法 or 属性:insert(name: string, values: ValuesBucket): Promise\<number>;<br>|类名:RdbStore<br>方法 or 属性:insert(table: string, values: ValuesBucket): Promise\<number>;<br>|@ohos.data.rdb.d.ts|
821|函数有变化|类名:RdbStore<br>方法 or 属性:update(values: ValuesBucket, rdbPredicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>|类名:RdbStore<br>方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>|@ohos.data.rdb.d.ts|
822|函数有变化|类名:RdbStore<br>方法 or 属性:update(values: ValuesBucket, rdbPredicates: RdbPredicates): Promise\<number>;<br>|类名:RdbStore<br>方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates): Promise\<number>;<br>|@ohos.data.rdb.d.ts|
823|函数有变化|类名:RdbStore<br>方法 or 属性:delete(rdbPredicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>|类名:RdbStore<br>方法 or 属性:delete(predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>|@ohos.data.rdb.d.ts|
824|函数有变化|类名:RdbStore<br>方法 or 属性:delete(rdbPredicates: RdbPredicates): Promise\<number>;<br>|类名:RdbStore<br>方法 or 属性:delete(predicates: RdbPredicates): Promise\<number>;<br>|@ohos.data.rdb.d.ts|
825|函数有变化|类名:RdbStore<br>方法 or 属性:query(rdbPredicates: RdbPredicates, columns: Array\<string>, callback: AsyncCallback\<ResultSet>): void;<br>|类名:RdbStore<br>方法 or 属性:query(predicates: RdbPredicates, columns: Array\<string>, callback: AsyncCallback\<ResultSet>): void;<br>|@ohos.data.rdb.d.ts|
826|函数有变化|类名:RdbStore<br>方法 or 属性:query(rdbPredicates: RdbPredicates, columns?: Array\<string>): Promise\<ResultSet>;<br>|类名:RdbStore<br>方法 or 属性:query(predicates: RdbPredicates, columns ?: Array\<string>): Promise\<ResultSet>;<br>|@ohos.data.rdb.d.ts|
827