• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1| Change Type | Old Version | New Version | d.ts File |
2| ---- | ------ | ------ | -------- |
3|Added|NA|Module name: ohos.data.distributedDataObject<br>Class name: DataObject|@ohos.data.distributedDataObject.d.ts|
4|Added|NA|Class name: DataObject<br>Method or attribute name: |@ohos.data.distributedDataObject.d.ts|
5|Added|NA|Module name: ohos.data.distributedDataObject<br>Class name: DataObject<br>Method or attribute name: setSessionId(sessionId: string, callback: AsyncCallback\<void>): void;|@ohos.data.distributedDataObject.d.ts|
6|Added|NA|Class name: DataObject<br>Method or attribute name: setSessionId(sessionId: string, callback: AsyncCallback\<void>): void;|@ohos.data.distributedDataObject.d.ts|
7|Added|NA|Module name: ohos.data.distributedDataObject<br>Class name: DataObject<br>Method or attribute name: setSessionId(callback: AsyncCallback\<void>): void;|@ohos.data.distributedDataObject.d.ts|
8|Added|NA|Class name: DataObject<br>Method or attribute name: setSessionId(callback: AsyncCallback\<void>): void;|@ohos.data.distributedDataObject.d.ts|
9|Added|NA|Module name: ohos.data.distributedDataObject<br>Class name: DataObject<br>Method or attribute name: setSessionId(sessionId?: string): Promise\<void>;|@ohos.data.distributedDataObject.d.ts|
10|Added|NA|Class name: DataObject<br>Method or attribute name: setSessionId(sessionId?: string): Promise\<void>;|@ohos.data.distributedDataObject.d.ts|
11|Added|NA|Module name: ohos.data.distributedDataObject<br>Class name: DataObject<br>Method or attribute name: on(type: 'change', callback: Callback\<{ sessionId: string, fields: Array\<string> }>): void;|@ohos.data.distributedDataObject.d.ts|
12|Added|NA|Class name: DataObject<br>Method or attribute name: on(type: 'change', callback: Callback\<{ sessionId: string, fields: Array\<string> }>): void;|@ohos.data.distributedDataObject.d.ts|
13|Added|NA|Module name: ohos.data.distributedDataObject<br>Class name: DataObject<br>Method or attribute name: off(type: 'change', callback?: Callback\<{ sessionId: string, fields: Array\<string> }>): void;|@ohos.data.distributedDataObject.d.ts|
14|Added|NA|Class name: DataObject<br>Method or attribute name: off(type: 'change', callback?: Callback\<{ sessionId: string, fields: Array\<string> }>): void;|@ohos.data.distributedDataObject.d.ts|
15|Added|NA|Module name: ohos.data.distributedDataObject<br>Class name: DataObject<br>Method or attribute name: on(type: 'status',<br><br>           callback: Callback\<{ sessionId: string, networkId: string, status: 'online' \| 'offline' }>): void;|@ohos.data.distributedDataObject.d.ts|
16|Added|NA|Class name: DataObject<br>Method or attribute name: on(type: 'status',<br><br>           callback: Callback\<{ sessionId: string, networkId: string, status: 'online' \| 'offline' }>): void;|@ohos.data.distributedDataObject.d.ts|
17|Added|NA|Module name: ohos.data.distributedDataObject<br>Class name: DataObject<br>Method or attribute name: off(type: 'status',<br><br>            callback?: Callback\<{ sessionId: string, deviceId: string, status: 'online' \| 'offline' }>): void;|@ohos.data.distributedDataObject.d.ts|
18|Added|NA|Class name: DataObject<br>Method or attribute name: off(type: 'status',<br><br>            callback?: Callback\<{ sessionId: string, deviceId: string, status: 'online' \| 'offline' }>): void;|@ohos.data.distributedDataObject.d.ts|
19|Added|NA|Module name: ohos.data.distributedDataObject<br>Class name: DataObject<br>Method or attribute name: save(deviceId: string, callback: AsyncCallback\<SaveSuccessResponse>): void;|@ohos.data.distributedDataObject.d.ts|
20|Added|NA|Class name: DataObject<br>Method or attribute name: save(deviceId: string, callback: AsyncCallback\<SaveSuccessResponse>): void;|@ohos.data.distributedDataObject.d.ts|
21|Added|NA|Module name: ohos.data.distributedDataObject<br>Class name: DataObject<br>Method or attribute name: save(deviceId: string): Promise\<SaveSuccessResponse>;|@ohos.data.distributedDataObject.d.ts|
22|Added|NA|Class name: DataObject<br>Method or attribute name: save(deviceId: string): Promise\<SaveSuccessResponse>;|@ohos.data.distributedDataObject.d.ts|
23|Added|NA|Module name: ohos.data.distributedDataObject<br>Class name: DataObject<br>Method or attribute name: revokeSave(callback: AsyncCallback\<RevokeSaveSuccessResponse>): void;|@ohos.data.distributedDataObject.d.ts|
24|Added|NA|Class name: DataObject<br>Method or attribute name: revokeSave(callback: AsyncCallback\<RevokeSaveSuccessResponse>): void;|@ohos.data.distributedDataObject.d.ts|
25|Added|NA|Module name: ohos.data.distributedDataObject<br>Class name: DataObject<br>Method or attribute name: revokeSave(): Promise\<RevokeSaveSuccessResponse>;|@ohos.data.distributedDataObject.d.ts|
26|Added|NA|Class name: DataObject<br>Method or attribute name: revokeSave(): Promise\<RevokeSaveSuccessResponse>;|@ohos.data.distributedDataObject.d.ts|
27|Added|NA|Class name: Constants<br>Method or attribute name: readonly MAX_KEY_LENGTH: number;|@ohos.data.distributedKVStore.d.ts|
28|Added|NA|Class name: Constants<br>Method or attribute name: readonly MAX_VALUE_LENGTH: number;|@ohos.data.distributedKVStore.d.ts|
29|Added|NA|Class name: Constants<br>Method or attribute name: readonly MAX_KEY_LENGTH_DEVICE: number;|@ohos.data.distributedKVStore.d.ts|
30|Added|NA|Class name: Constants<br>Method or attribute name: readonly MAX_STORE_ID_LENGTH: number;|@ohos.data.distributedKVStore.d.ts|
31|Added|NA|Class name: Constants<br>Method or attribute name: readonly MAX_QUERY_LENGTH: number;|@ohos.data.distributedKVStore.d.ts|
32|Added|NA|Class name: Constants<br>Method or attribute name: readonly MAX_BATCH_SIZE: number;|@ohos.data.distributedKVStore.d.ts|
33|Deleted|Module name: ohos.data.distributedDataObject<br>Class name: DistributedObjectV9|NA|@ohos.data.distributedDataObject.d.ts|
34|Deleted|Module name: ohos.data.distributedDataObject<br>Class name: DistributedObjectV9<br>Method or attribute name: setSessionId(sessionId: string, callback: AsyncCallback\<void>): void;|NA|@ohos.data.distributedDataObject.d.ts|
35|Deleted|Module name: ohos.data.distributedDataObject<br>Class name: DistributedObjectV9<br>Method or attribute name: setSessionId(callback: AsyncCallback\<void>): void;|NA|@ohos.data.distributedDataObject.d.ts|
36|Deleted|Module name: ohos.data.distributedDataObject<br>Class name: DistributedObjectV9<br>Method or attribute name: setSessionId(sessionId?: string): Promise\<void>;|NA|@ohos.data.distributedDataObject.d.ts|
37|Deleted|Module name: ohos.data.distributedDataObject<br>Class name: DistributedObjectV9<br>Method or attribute name: on(type: 'change', callback: Callback\<{ sessionId: string, fields: Array\<string> }>): void;|NA|@ohos.data.distributedDataObject.d.ts|
38|Deleted|Module name: ohos.data.distributedDataObject<br>Class name: DistributedObjectV9<br>Method or attribute name: off(type: 'change', callback?: Callback\<{ sessionId: string, fields: Array\<string> }>): void;|NA|@ohos.data.distributedDataObject.d.ts|
39|Deleted|Module name: ohos.data.distributedDataObject<br>Class name: DistributedObjectV9<br>Method or attribute name: on(type: 'status',<br><br>           callback: Callback\<{ sessionId: string, networkId: string, status: 'online' \| 'offline' }>): void;|NA|@ohos.data.distributedDataObject.d.ts|
40|Deleted|Module name: ohos.data.distributedDataObject<br>Class name: DistributedObjectV9<br>Method or attribute name: off(type: 'status',<br><br>            callback?: Callback\<{ sessionId: string, deviceId: string, status: 'online' \| 'offline' }>): void;|NA|@ohos.data.distributedDataObject.d.ts|
41|Deleted|Module name: ohos.data.distributedDataObject<br>Class name: DistributedObjectV9<br>Method or attribute name: save(deviceId: string, callback: AsyncCallback\<SaveSuccessResponse>): void;|NA|@ohos.data.distributedDataObject.d.ts|
42|Deleted|Module name: ohos.data.distributedDataObject<br>Class name: DistributedObjectV9<br>Method or attribute name: save(deviceId: string): Promise\<SaveSuccessResponse>;|NA|@ohos.data.distributedDataObject.d.ts|
43|Deleted|Module name: ohos.data.distributedDataObject<br>Class name: DistributedObjectV9<br>Method or attribute name: revokeSave(callback: AsyncCallback\<RevokeSaveSuccessResponse>): void;|NA|@ohos.data.distributedDataObject.d.ts|
44|Deleted|Module name: ohos.data.distributedDataObject<br>Class name: DistributedObjectV9<br>Method or attribute name: revokeSave(): Promise\<RevokeSaveSuccessResponse>;|NA|@ohos.data.distributedDataObject.d.ts|
45|Deleted|Module name: ohos.data.distributedKVStore<br>Class name: Constants|NA|@ohos.data.distributedKVStore.d.ts|
46|Deleted|Module name: ohos.data.distributedKVStore<br>Class name: Constants<br>Method or attribute name: const MAX_KEY_LENGTH = 1024;|NA|@ohos.data.distributedKVStore.d.ts|
47|Deleted|Module name: ohos.data.distributedKVStore<br>Class name: Constants<br>Method or attribute name: const MAX_VALUE_LENGTH = 4194303;|NA|@ohos.data.distributedKVStore.d.ts|
48|Deleted|Module name: ohos.data.distributedKVStore<br>Class name: Constants<br>Method or attribute name: const MAX_KEY_LENGTH_DEVICE = 896;|NA|@ohos.data.distributedKVStore.d.ts|
49|Deleted|Module name: ohos.data.distributedKVStore<br>Class name: Constants<br>Method or attribute name: const MAX_STORE_ID_LENGTH = 128;|NA|@ohos.data.distributedKVStore.d.ts|
50|Deleted|Module name: ohos.data.distributedKVStore<br>Class name: Constants<br>Method or attribute name: const MAX_QUERY_LENGTH = 512000;|NA|@ohos.data.distributedKVStore.d.ts|
51|Deleted|Module name: ohos.data.distributedKVStore<br>Class name: Constants<br>Method or attribute name: const MAX_BATCH_SIZE = 128;|NA|@ohos.data.distributedKVStore.d.ts|
52|Deleted|Module name: ohos.data.rdb<br>Class name: rdb<br>Method or attribute name: function getRdbStoreV9(context: Context, config: StoreConfigV9, version: number, callback: AsyncCallback\<RdbStoreV9>): void;|NA|@ohos.data.rdb.d.ts|
53|Deleted|Module name: ohos.data.rdb<br>Class name: rdb<br>Method or attribute name: function getRdbStoreV9(context: Context, config: StoreConfigV9, version: number): Promise\<RdbStoreV9>;|NA|@ohos.data.rdb.d.ts|
54|Deleted|Module name: ohos.data.rdb<br>Class name: rdb<br>Method or attribute name: function deleteRdbStoreV9(context: Context, name: string, callback: AsyncCallback\<void>): void;|NA|@ohos.data.rdb.d.ts|
55|Deleted|Module name: ohos.data.rdb<br>Class name: rdb<br>Method or attribute name: function deleteRdbStoreV9(context: Context, name: string): Promise\<void>;|NA|@ohos.data.rdb.d.ts|
56|Deleted|Module name: ohos.data.rdb<br>Class name: SecurityLevel|NA|@ohos.data.rdb.d.ts|
57|Deleted|Module name: ohos.data.rdb<br>Class name: SecurityLevel<br>Method or attribute name: S1 = 1|NA|@ohos.data.rdb.d.ts|
58|Deleted|Module name: ohos.data.rdb<br>Class name: SecurityLevel<br>Method or attribute name: S2 = 2|NA|@ohos.data.rdb.d.ts|
59|Deleted|Module name: ohos.data.rdb<br>Class name: SecurityLevel<br>Method or attribute name: S3 = 3|NA|@ohos.data.rdb.d.ts|
60|Deleted|Module name: ohos.data.rdb<br>Class name: SecurityLevel<br>Method or attribute name: S4 = 4|NA|@ohos.data.rdb.d.ts|
61|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9|NA|@ohos.data.rdb.d.ts|
62|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: insert(table: string, values: ValuesBucket, callback: AsyncCallback\<number>): void;|NA|@ohos.data.rdb.d.ts|
63|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: insert(table: string, values: ValuesBucket): Promise\<number>;|NA|@ohos.data.rdb.d.ts|
64|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: batchInsert(table: string, values: Array\<ValuesBucket>, callback: AsyncCallback\<number>): void;|NA|@ohos.data.rdb.d.ts|
65|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: batchInsert(table: string, values: Array\<ValuesBucket>): Promise\<number>;|NA|@ohos.data.rdb.d.ts|
66|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicatesV9, callback: AsyncCallback\<number>): void;|NA|@ohos.data.rdb.d.ts|
67|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicatesV9): Promise\<number>;|NA|@ohos.data.rdb.d.ts|
68|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<number>): void;|NA|@ohos.data.rdb.d.ts|
69|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise\<number>;|NA|@ohos.data.rdb.d.ts|
70|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: delete(predicates: RdbPredicatesV9, callback: AsyncCallback\<number>): void;|NA|@ohos.data.rdb.d.ts|
71|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: delete(predicates: RdbPredicatesV9): Promise\<number>;|NA|@ohos.data.rdb.d.ts|
72|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<number>): void;|NA|@ohos.data.rdb.d.ts|
73|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise\<number>;|NA|@ohos.data.rdb.d.ts|
74|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: query(predicates: RdbPredicatesV9, columns: Array\<string>, callback: AsyncCallback\<ResultSetV9>): void;|NA|@ohos.data.rdb.d.ts|
75|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: query(predicates: RdbPredicatesV9, columns ?: Array\<string>): Promise\<ResultSetV9>;|NA|@ohos.data.rdb.d.ts|
76|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns: Array\<string>, callback: AsyncCallback\<ResultSetV9>): void;|NA|@ohos.data.rdb.d.ts|
77|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns ?: Array\<string>): Promise\<ResultSetV9>;|NA|@ohos.data.rdb.d.ts|
78|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: remoteQuery(device: string, table: string, predicates: RdbPredicatesV9, columns: Array\<string>, callback: AsyncCallback\<ResultSetV9>): void;|NA|@ohos.data.rdb.d.ts|
79|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: remoteQuery(device: string, table: string, predicates: RdbPredicatesV9, columns: Array\<string>): Promise\<ResultSetV9>;|NA|@ohos.data.rdb.d.ts|
80|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: querySql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<ResultSetV9>): void;|NA|@ohos.data.rdb.d.ts|
81|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: querySql(sql: string, bindArgs ?: Array\<ValueType>): Promise\<ResultSetV9>;|NA|@ohos.data.rdb.d.ts|
82|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: executeSql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<void>): void;|NA|@ohos.data.rdb.d.ts|
83|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: executeSql(sql: string, bindArgs ?: Array\<ValueType>): Promise\<void>;|NA|@ohos.data.rdb.d.ts|
84|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: beginTransaction(): void;|NA|@ohos.data.rdb.d.ts|
85|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: commit(): void;|NA|@ohos.data.rdb.d.ts|
86|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: rollBack(): void;|NA|@ohos.data.rdb.d.ts|
87|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: backup(destName: string, callback: AsyncCallback\<void>): void;|NA|@ohos.data.rdb.d.ts|
88|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: backup(destName: string): Promise\<void>;|NA|@ohos.data.rdb.d.ts|
89|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: restore(srcName: string, callback: AsyncCallback\<void>): void;|NA|@ohos.data.rdb.d.ts|
90|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: restore(srcName: string): Promise\<void>;|NA|@ohos.data.rdb.d.ts|
91|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: setDistributedTables(tables: Array\<string>, callback: AsyncCallback\<void>): void;|NA|@ohos.data.rdb.d.ts|
92|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: setDistributedTables(tables: Array\<string>): Promise\<void>;|NA|@ohos.data.rdb.d.ts|
93|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: obtainDistributedTableName(device: string, table: string, callback: AsyncCallback\<string>): void;|NA|@ohos.data.rdb.d.ts|
94|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: obtainDistributedTableName(device: string, table: string): Promise\<string>;|NA|@ohos.data.rdb.d.ts|
95|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: sync(mode: SyncMode, predicates: RdbPredicatesV9, callback: AsyncCallback\<Array\<[ string, number ]>>): void;|NA|@ohos.data.rdb.d.ts|
96|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: sync(mode: SyncMode, predicates: RdbPredicatesV9): Promise\<Array\<[ string, number ]>>;|NA|@ohos.data.rdb.d.ts|
97|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: on(event: 'dataChange', type: SubscribeType, observer: Callback\<Array\<string>>): void;|NA|@ohos.data.rdb.d.ts|
98|Deleted|Module name: ohos.data.rdb<br>Class name: RdbStoreV9<br>Method or attribute name: off(event: 'dataChange', type: SubscribeType, observer: Callback\<Array\<string>>): void;|NA|@ohos.data.rdb.d.ts|
99|Deleted|Module name: ohos.data.rdb<br>Class name: StoreConfigV9|NA|@ohos.data.rdb.d.ts|
100|Deleted|Module name: ohos.data.rdb<br>Class name: StoreConfigV9<br>Method or attribute name: name: string;|NA|@ohos.data.rdb.d.ts|
101|Deleted|Module name: ohos.data.rdb<br>Class name: StoreConfigV9<br>Method or attribute name: securityLevel: SecurityLevel;|NA|@ohos.data.rdb.d.ts|
102|Deleted|Module name: ohos.data.rdb<br>Class name: StoreConfigV9<br>Method or attribute name: encrypt ?: boolean;|NA|@ohos.data.rdb.d.ts|
103|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9|NA|@ohos.data.rdb.d.ts|
104|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: constructor(name: string)|NA|@ohos.data.rdb.d.ts|
105|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: inDevices(devices: Array\<string>): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
106|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: inAllDevices(): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
107|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: equalTo(field: string, value: ValueType): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
108|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: notEqualTo(field: string, value: ValueType): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
109|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: beginWrap(): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
110|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: endWrap(): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
111|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: or(): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
112|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: and(): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
113|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: contains(field: string, value: string): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
114|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: beginsWith(field: string, value: string): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
115|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: endsWith(field: string, value: string): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
116|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: isNull(field: string): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
117|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: isNotNull(field: string): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
118|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: like(field: string, value: string): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
119|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: glob(field: string, value: string): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
120|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: between(field: string, low: ValueType, high: ValueType): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
121|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: notBetween(field: string, low: ValueType, high: ValueType): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
122|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: greaterThan(field: string, value: ValueType): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
123|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: lessThan(field: string, value: ValueType): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
124|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
125|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: lessThanOrEqualTo(field: string, value: ValueType): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
126|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: orderByAsc(field: string): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
127|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: orderByDesc(field: string): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
128|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: distinct(): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
129|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: limitAs(value: number): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
130|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: offsetAs(rowOffset: number): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
131|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: groupBy(fields: Array\<string>): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
132|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: indexedBy(field: string): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
133|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: in(field: string, value: Array\<ValueType>): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
134|Deleted|Module name: ohos.data.rdb<br>Class name: RdbPredicatesV9<br>Method or attribute name: notIn(field: string, value: Array\<ValueType>): RdbPredicatesV9;|NA|@ohos.data.rdb.d.ts|
135|Deleted|Module name: resultSet<br>Class name: ResultSetV9|NA|resultSet.d.ts|
136|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: columnNames: Array\<string>;|NA|resultSet.d.ts|
137|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: columnCount: number;|NA|resultSet.d.ts|
138|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: rowCount: number;|NA|resultSet.d.ts|
139|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: rowIndex: number;|NA|resultSet.d.ts|
140|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: isAtFirstRow: boolean;|NA|resultSet.d.ts|
141|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: isAtLastRow: boolean;|NA|resultSet.d.ts|
142|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: isEnded: boolean;|NA|resultSet.d.ts|
143|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: isStarted: boolean;|NA|resultSet.d.ts|
144|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: isClosed: boolean;|NA|resultSet.d.ts|
145|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: getColumnIndex(columnName: string): number;|NA|resultSet.d.ts|
146|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: getColumnName(columnIndex: number): string;|NA|resultSet.d.ts|
147|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: goTo(offset: number): boolean;|NA|resultSet.d.ts|
148|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: goToRow(position: number): boolean;|NA|resultSet.d.ts|
149|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: goToFirstRow(): boolean;|NA|resultSet.d.ts|
150|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: goToLastRow(): boolean;|NA|resultSet.d.ts|
151|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: goToNextRow(): boolean;|NA|resultSet.d.ts|
152|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: goToPreviousRow(): boolean;|NA|resultSet.d.ts|
153|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: getBlob(columnIndex: number): Uint8Array;|NA|resultSet.d.ts|
154|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: getString(columnIndex: number): string;|NA|resultSet.d.ts|
155|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: getLong(columnIndex: number): number;|NA|resultSet.d.ts|
156|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: getDouble(columnIndex: number): number;|NA|resultSet.d.ts|
157|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: isColumnNull(columnIndex: number): boolean;|NA|resultSet.d.ts|
158|Deleted|Module name: resultSet<br>Class name: ResultSetV9<br>Method or attribute name: close(): void;|NA|resultSet.d.ts|
159|Deprecated version changed|Class name: rdb<br>Deprecated version: N/A|Class name: rdb<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore |@ohos.data.rdb.d.ts|
160|Permission added|Class name: SubscribeType<br>Permission: N/A|Class name: SubscribeType<br>Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.data.rdb.d.ts|
161|Permission added|Class name: SubscribeType<br>Permission: N/A|Class name: SubscribeType<br>Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.data.relationalStore.d.ts|
162|Function changed|Class name: distributedDataObject<br>Method or attribute name: function create(context: Context, source: object): DistributedObjectV9;<br>|Class name: distributedDataObject<br>Method or attribute name: function create(context: Context, source: object): DataObject;<br>|@ohos.data.distributedDataObject.d.ts|
163