1| Change Type | Old Version | New Version | d.ts File | 2| ---- | ------ | ------ | -------- | 3|Added|NA|Class name: distributedKVStore<br>Method or attribute name: function createKVManager(config: KVManagerConfig): KVManager;|@ohos.data.distributedKVStore.d.ts| 4|Added|NA|Module name: ohos.data.relationalStore<br>Class name: relationalStore|@ohos.data.relationalStore.d.ts| 5|Added|NA|Module name: ohos.data.relationalStore<br>Class name: relationalStore<br>Method or attribute name: type ValuesBucket = { [key:string]: ValueType \| Uint8Array \| null;}|@ohos.data.relationalStore.d.ts| 6|Added|NA|Module name: ohos.data.relationalStore<br>Class name: relationalStore<br>Method or attribute name: function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback<RdbStore>): void;|@ohos.data.relationalStore.d.ts| 7|Added|NA|Module name: ohos.data.relationalStore<br>Class name: relationalStore<br>Method or attribute name: function getRdbStore(context: Context, config: StoreConfig): Promise<RdbStore>;|@ohos.data.relationalStore.d.ts| 8|Added|NA|Module name: ohos.data.relationalStore<br>Class name: relationalStore<br>Method or attribute name: function deleteRdbStore(context: Context, name: string, callback: AsyncCallback<void>): void;|@ohos.data.relationalStore.d.ts| 9|Added|NA|Module name: ohos.data.relationalStore<br>Class name: relationalStore<br>Method or attribute name: function deleteRdbStore(context: Context, name: string): Promise<void>;|@ohos.data.relationalStore.d.ts| 10|Added|NA|Module name: ohos.data.relationalStore<br>Class name: SyncMode|@ohos.data.relationalStore.d.ts| 11|Added|NA|Module name: ohos.data.relationalStore<br>Class name: SyncMode<br>Method or attribute name: SYNC_MODE_PUSH = 0|@ohos.data.relationalStore.d.ts| 12|Added|NA|Module name: ohos.data.relationalStore<br>Class name: SyncMode<br>Method or attribute name: SYNC_MODE_PULL = 1|@ohos.data.relationalStore.d.ts| 13|Added|NA|Module name: ohos.data.relationalStore<br>Class name: SubscribeType|@ohos.data.relationalStore.d.ts| 14|Added|NA|Module name: ohos.data.relationalStore<br>Class name: SubscribeType<br>Method or attribute name: SUBSCRIBE_TYPE_REMOTE = 0|@ohos.data.relationalStore.d.ts| 15|Added|NA|Module name: ohos.data.relationalStore<br>Class name: SecurityLevel|@ohos.data.relationalStore.d.ts| 16|Added|NA|Module name: ohos.data.relationalStore<br>Class name: SecurityLevel<br>Method or attribute name: S1 = 1|@ohos.data.relationalStore.d.ts| 17|Added|NA|Module name: ohos.data.relationalStore<br>Class name: SecurityLevel<br>Method or attribute name: S2 = 2|@ohos.data.relationalStore.d.ts| 18|Added|NA|Module name: ohos.data.relationalStore<br>Class name: SecurityLevel<br>Method or attribute name: S3 = 3|@ohos.data.relationalStore.d.ts| 19|Added|NA|Module name: ohos.data.relationalStore<br>Class name: SecurityLevel<br>Method or attribute name: S4 = 4|@ohos.data.relationalStore.d.ts| 20|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore|@ohos.data.relationalStore.d.ts| 21|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: insert(table: string, values: ValuesBucket, callback: AsyncCallback<number>): void;|@ohos.data.relationalStore.d.ts| 22|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: insert(table: string, values: ValuesBucket): Promise<number>;|@ohos.data.relationalStore.d.ts| 23|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: batchInsert(table: string, values: Array<ValuesBucket>, callback: AsyncCallback<number>): void;|@ohos.data.relationalStore.d.ts| 24|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: batchInsert(table: string, values: Array<ValuesBucket>): Promise<number>;|@ohos.data.relationalStore.d.ts| 25|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback<number>): void;|@ohos.data.relationalStore.d.ts| 26|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates): Promise<number>;|@ohos.data.relationalStore.d.ts| 27|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback<number>): void;|@ohos.data.relationalStore.d.ts| 28|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise<number>;|@ohos.data.relationalStore.d.ts| 29|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: delete(predicates: RdbPredicates, callback: AsyncCallback<number>): void;|@ohos.data.relationalStore.d.ts| 30|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: delete(predicates: RdbPredicates): Promise<number>;|@ohos.data.relationalStore.d.ts| 31|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback<number>): void;|@ohos.data.relationalStore.d.ts| 32|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise<number>;|@ohos.data.relationalStore.d.ts| 33|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: query(predicates: RdbPredicates, columns: Array<string>, callback: AsyncCallback<ResultSet>): void;|@ohos.data.relationalStore.d.ts| 34|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: query(predicates: RdbPredicates, columns ?: Array<string>): Promise<ResultSet>;|@ohos.data.relationalStore.d.ts| 35|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns: Array<string>, callback: AsyncCallback<ResultSet>): void;|@ohos.data.relationalStore.d.ts| 36|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns ?: Array<string>): Promise<ResultSet>;|@ohos.data.relationalStore.d.ts| 37|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: remoteQuery(device: string, table: string, predicates: RdbPredicates, columns: Array<string>, callback: AsyncCallback<ResultSet>): void;|@ohos.data.relationalStore.d.ts| 38|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: remoteQuery(device: string, table: string, predicates: RdbPredicates, columns: Array<string>): Promise<ResultSet>;|@ohos.data.relationalStore.d.ts| 39|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: querySql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<ResultSet>): void;|@ohos.data.relationalStore.d.ts| 40|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: querySql(sql: string, bindArgs ?: Array<ValueType>): Promise<ResultSet>;|@ohos.data.relationalStore.d.ts| 41|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: executeSql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<void>): void;|@ohos.data.relationalStore.d.ts| 42|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: executeSql(sql: string, bindArgs ?: Array<ValueType>): Promise<void>;|@ohos.data.relationalStore.d.ts| 43|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: beginTransaction(): void;|@ohos.data.relationalStore.d.ts| 44|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: commit(): void;|@ohos.data.relationalStore.d.ts| 45|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: rollBack(): void;|@ohos.data.relationalStore.d.ts| 46|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: backup(destName: string, callback: AsyncCallback<void>): void;|@ohos.data.relationalStore.d.ts| 47|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: backup(destName: string): Promise<void>;|@ohos.data.relationalStore.d.ts| 48|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: restore(srcName: string, callback: AsyncCallback<void>): void;|@ohos.data.relationalStore.d.ts| 49|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: restore(srcName: string): Promise<void>;|@ohos.data.relationalStore.d.ts| 50|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: setDistributedTables(tables: Array<string>, callback: AsyncCallback<void>): void;|@ohos.data.relationalStore.d.ts| 51|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: setDistributedTables(tables: Array<string>): Promise<void>;|@ohos.data.relationalStore.d.ts| 52|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: obtainDistributedTableName(device: string, table: string, callback: AsyncCallback<string>): void;|@ohos.data.relationalStore.d.ts| 53|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: obtainDistributedTableName(device: string, table: string): Promise<string>;|@ohos.data.relationalStore.d.ts| 54|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: sync(mode: SyncMode, predicates: RdbPredicates, callback: AsyncCallback<Array<[ string, number ]>>): void;|@ohos.data.relationalStore.d.ts| 55|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: sync(mode: SyncMode, predicates: RdbPredicates): Promise<Array<[ string, number ]>>;|@ohos.data.relationalStore.d.ts| 56|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: on(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void;|@ohos.data.relationalStore.d.ts| 57|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbStore<br>Method or attribute name: off(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void;|@ohos.data.relationalStore.d.ts| 58|Added|NA|Module name: ohos.data.relationalStore<br>Class name: StoreConfig|@ohos.data.relationalStore.d.ts| 59|Added|NA|Module name: ohos.data.relationalStore<br>Class name: StoreConfig<br>Method or attribute name: name: string;|@ohos.data.relationalStore.d.ts| 60|Added|NA|Module name: ohos.data.relationalStore<br>Class name: StoreConfig<br>Method or attribute name: securityLevel: SecurityLevel;|@ohos.data.relationalStore.d.ts| 61|Added|NA|Module name: ohos.data.relationalStore<br>Class name: StoreConfig<br>Method or attribute name: encrypt ?: boolean;|@ohos.data.relationalStore.d.ts| 62|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbPredicates|@ohos.data.relationalStore.d.ts| 63|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbPredicates<br>Method or attribute name: constructor(name: string)|@ohos.data.relationalStore.d.ts| 64|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbPredicates<br>Method or attribute name: inDevices(devices: Array<string>): RdbPredicates;|@ohos.data.relationalStore.d.ts| 65|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbPredicates<br>Method or attribute name: inAllDevices(): RdbPredicates;|@ohos.data.relationalStore.d.ts| 66|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbPredicates<br>Method or attribute name: equalTo(field: string, value: ValueType): RdbPredicates;|@ohos.data.relationalStore.d.ts| 67|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbPredicates<br>Method or attribute name: notEqualTo(field: string, value: ValueType): RdbPredicates;|@ohos.data.relationalStore.d.ts| 68|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbPredicates<br>Method or attribute name: beginWrap(): RdbPredicates;|@ohos.data.relationalStore.d.ts| 69|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbPredicates<br>Method or attribute name: endWrap(): RdbPredicates;|@ohos.data.relationalStore.d.ts| 70|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbPredicates<br>Method or attribute name: or(): RdbPredicates;|@ohos.data.relationalStore.d.ts| 71|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbPredicates<br>Method or attribute name: and(): RdbPredicates;|@ohos.data.relationalStore.d.ts| 72|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbPredicates<br>Method or attribute name: contains(field: string, value: string): RdbPredicates;|@ohos.data.relationalStore.d.ts| 73|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbPredicates<br>Method or attribute name: beginsWith(field: string, value: string): RdbPredicates;|@ohos.data.relationalStore.d.ts| 74|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbPredicates<br>Method or attribute name: endsWith(field: string, value: string): RdbPredicates;|@ohos.data.relationalStore.d.ts| 75|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbPredicates<br>Method or attribute name: isNull(field: string): RdbPredicates;|@ohos.data.relationalStore.d.ts| 76|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbPredicates<br>Method or attribute name: isNotNull(field: string): RdbPredicates;|@ohos.data.relationalStore.d.ts| 77|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbPredicates<br>Method or attribute name: like(field: string, value: string): RdbPredicates;|@ohos.data.relationalStore.d.ts| 78|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbPredicates<br>Method or attribute name: glob(field: string, value: string): RdbPredicates;|@ohos.data.relationalStore.d.ts| 79|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbPredicates<br>Method or attribute name: between(field: string, low: ValueType, high: ValueType): RdbPredicates;|@ohos.data.relationalStore.d.ts| 80|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbPredicates<br>Method or attribute name: notBetween(field: string, low: ValueType, high: ValueType): RdbPredicates;|@ohos.data.relationalStore.d.ts| 81|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbPredicates<br>Method or attribute name: greaterThan(field: string, value: ValueType): RdbPredicates;|@ohos.data.relationalStore.d.ts| 82|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbPredicates<br>Method or attribute name: lessThan(field: string, value: ValueType): RdbPredicates;|@ohos.data.relationalStore.d.ts| 83|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbPredicates<br>Method or attribute name: greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicates;|@ohos.data.relationalStore.d.ts| 84|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbPredicates<br>Method or attribute name: lessThanOrEqualTo(field: string, value: ValueType): RdbPredicates;|@ohos.data.relationalStore.d.ts| 85|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbPredicates<br>Method or attribute name: orderByAsc(field: string): RdbPredicates;|@ohos.data.relationalStore.d.ts| 86|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbPredicates<br>Method or attribute name: orderByDesc(field: string): RdbPredicates;|@ohos.data.relationalStore.d.ts| 87|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbPredicates<br>Method or attribute name: distinct(): RdbPredicates;|@ohos.data.relationalStore.d.ts| 88|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbPredicates<br>Method or attribute name: limitAs(value: number): RdbPredicates;|@ohos.data.relationalStore.d.ts| 89|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbPredicates<br>Method or attribute name: offsetAs(rowOffset: number): RdbPredicates;|@ohos.data.relationalStore.d.ts| 90|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbPredicates<br>Method or attribute name: groupBy(fields: Array<string>): RdbPredicates;|@ohos.data.relationalStore.d.ts| 91|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbPredicates<br>Method or attribute name: indexedBy(field: string): RdbPredicates;|@ohos.data.relationalStore.d.ts| 92|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbPredicates<br>Method or attribute name: in(field: string, value: Array<ValueType>): RdbPredicates;|@ohos.data.relationalStore.d.ts| 93|Added|NA|Module name: ohos.data.relationalStore<br>Class name: RdbPredicates<br>Method or attribute name: notIn(field: string, value: Array<ValueType>): RdbPredicates;|@ohos.data.relationalStore.d.ts| 94|Added|NA|Module name: ohos.data.relationalStore<br>Class name: ResultSet|@ohos.data.relationalStore.d.ts| 95|Added|NA|Module name: ohos.data.relationalStore<br>Class name: ResultSet<br>Method or attribute name: columnNames: Array<string>;|@ohos.data.relationalStore.d.ts| 96|Added|NA|Module name: ohos.data.relationalStore<br>Class name: ResultSet<br>Method or attribute name: columnCount: number;|@ohos.data.relationalStore.d.ts| 97|Added|NA|Module name: ohos.data.relationalStore<br>Class name: ResultSet<br>Method or attribute name: rowCount: number;|@ohos.data.relationalStore.d.ts| 98|Added|NA|Module name: ohos.data.relationalStore<br>Class name: ResultSet<br>Method or attribute name: rowIndex: number;|@ohos.data.relationalStore.d.ts| 99|Added|NA|Module name: ohos.data.relationalStore<br>Class name: ResultSet<br>Method or attribute name: isAtFirstRow: boolean;|@ohos.data.relationalStore.d.ts| 100|Added|NA|Module name: ohos.data.relationalStore<br>Class name: ResultSet<br>Method or attribute name: isAtLastRow: boolean;|@ohos.data.relationalStore.d.ts| 101|Added|NA|Module name: ohos.data.relationalStore<br>Class name: ResultSet<br>Method or attribute name: isEnded: boolean;|@ohos.data.relationalStore.d.ts| 102|Added|NA|Module name: ohos.data.relationalStore<br>Class name: ResultSet<br>Method or attribute name: isStarted: boolean;|@ohos.data.relationalStore.d.ts| 103|Added|NA|Module name: ohos.data.relationalStore<br>Class name: ResultSet<br>Method or attribute name: isClosed: boolean;|@ohos.data.relationalStore.d.ts| 104|Added|NA|Module name: ohos.data.relationalStore<br>Class name: ResultSet<br>Method or attribute name: getColumnIndex(columnName: string): number;|@ohos.data.relationalStore.d.ts| 105|Added|NA|Module name: ohos.data.relationalStore<br>Class name: ResultSet<br>Method or attribute name: getColumnName(columnIndex: number): string;|@ohos.data.relationalStore.d.ts| 106|Added|NA|Module name: ohos.data.relationalStore<br>Class name: ResultSet<br>Method or attribute name: goTo(offset: number): boolean;|@ohos.data.relationalStore.d.ts| 107|Added|NA|Module name: ohos.data.relationalStore<br>Class name: ResultSet<br>Method or attribute name: goToRow(position: number): boolean;|@ohos.data.relationalStore.d.ts| 108|Added|NA|Module name: ohos.data.relationalStore<br>Class name: ResultSet<br>Method or attribute name: goToFirstRow(): boolean;|@ohos.data.relationalStore.d.ts| 109|Added|NA|Module name: ohos.data.relationalStore<br>Class name: ResultSet<br>Method or attribute name: goToLastRow(): boolean;|@ohos.data.relationalStore.d.ts| 110|Added|NA|Module name: ohos.data.relationalStore<br>Class name: ResultSet<br>Method or attribute name: goToNextRow(): boolean;|@ohos.data.relationalStore.d.ts| 111|Added|NA|Module name: ohos.data.relationalStore<br>Class name: ResultSet<br>Method or attribute name: goToPreviousRow(): boolean;|@ohos.data.relationalStore.d.ts| 112|Added|NA|Module name: ohos.data.relationalStore<br>Class name: ResultSet<br>Method or attribute name: getBlob(columnIndex: number): Uint8Array;|@ohos.data.relationalStore.d.ts| 113|Added|NA|Module name: ohos.data.relationalStore<br>Class name: ResultSet<br>Method or attribute name: getString(columnIndex: number): string;|@ohos.data.relationalStore.d.ts| 114|Added|NA|Module name: ohos.data.relationalStore<br>Class name: ResultSet<br>Method or attribute name: getLong(columnIndex: number): number;|@ohos.data.relationalStore.d.ts| 115|Added|NA|Module name: ohos.data.relationalStore<br>Class name: ResultSet<br>Method or attribute name: getDouble(columnIndex: number): number;|@ohos.data.relationalStore.d.ts| 116|Added|NA|Module name: ohos.data.relationalStore<br>Class name: ResultSet<br>Method or attribute name: isColumnNull(columnIndex: number): boolean;|@ohos.data.relationalStore.d.ts| 117|Added|NA|Module name: ohos.data.relationalStore<br>Class name: ResultSet<br>Method or attribute name: close(): void;|@ohos.data.relationalStore.d.ts| 118|Model changed|Class name: dataSharePredicates<br>Model: N/A|Class name: dataSharePredicates<br>Model: @StageModelOnly|@ohos.data.dataSharePredicates.d.ts| 119|Model changed|Class name: DataSharePredicates<br>Model: N/A|Class name: DataSharePredicates<br>Model: @StageModelOnly|@ohos.data.dataSharePredicates.d.ts| 120|Model changed|Class name: DataSharePredicates<br>Method or attribute name: equalTo(field: string, value: ValueType): DataSharePredicates;<br>Model: N/A|Class name: DataSharePredicates<br>Method or attribute name: equalTo(field: string, value: ValueType): DataSharePredicates;<br>Model: @StageModelOnly|@ohos.data.dataSharePredicates.d.ts| 121|Model changed|Class name: DataSharePredicates<br>Method or attribute name: notEqualTo(field: string, value: ValueType): DataSharePredicates;<br>Model: N/A|Class name: DataSharePredicates<br>Method or attribute name: notEqualTo(field: string, value: ValueType): DataSharePredicates;<br>Model: @StageModelOnly|@ohos.data.dataSharePredicates.d.ts| 122|Model changed|Class name: DataSharePredicates<br>Method or attribute name: beginWrap(): DataSharePredicates;<br>Model: N/A|Class name: DataSharePredicates<br>Method or attribute name: beginWrap(): DataSharePredicates;<br>Model: @StageModelOnly|@ohos.data.dataSharePredicates.d.ts| 123|Model changed|Class name: DataSharePredicates<br>Method or attribute name: endWrap(): DataSharePredicates;<br>Model: N/A|Class name: DataSharePredicates<br>Method or attribute name: endWrap(): DataSharePredicates;<br>Model: @StageModelOnly|@ohos.data.dataSharePredicates.d.ts| 124|Model changed|Class name: DataSharePredicates<br>Method or attribute name: or(): DataSharePredicates;<br>Model: N/A|Class name: DataSharePredicates<br>Method or attribute name: or(): DataSharePredicates;<br>Model: @StageModelOnly|@ohos.data.dataSharePredicates.d.ts| 125|Model changed|Class name: DataSharePredicates<br>Method or attribute name: and(): DataSharePredicates;<br>Model: N/A|Class name: DataSharePredicates<br>Method or attribute name: and(): DataSharePredicates;<br>Model: @StageModelOnly|@ohos.data.dataSharePredicates.d.ts| 126|Model changed|Class name: DataSharePredicates<br>Method or attribute name: contains(field: string, value: string): DataSharePredicates;<br>Model: N/A|Class name: DataSharePredicates<br>Method or attribute name: contains(field: string, value: string): DataSharePredicates;<br>Model: @StageModelOnly|@ohos.data.dataSharePredicates.d.ts| 127|Model changed|Class name: DataSharePredicates<br>Method or attribute name: beginsWith(field: string, value: string): DataSharePredicates;<br>Model: N/A|Class name: DataSharePredicates<br>Method or attribute name: beginsWith(field: string, value: string): DataSharePredicates;<br>Model: @StageModelOnly|@ohos.data.dataSharePredicates.d.ts| 128|Model changed|Class name: DataSharePredicates<br>Method or attribute name: endsWith(field: string, value: string): DataSharePredicates;<br>Model: N/A|Class name: DataSharePredicates<br>Method or attribute name: endsWith(field: string, value: string): DataSharePredicates;<br>Model: @StageModelOnly|@ohos.data.dataSharePredicates.d.ts| 129|Model changed|Class name: DataSharePredicates<br>Method or attribute name: isNull(field: string): DataSharePredicates;<br>Model: N/A|Class name: DataSharePredicates<br>Method or attribute name: isNull(field: string): DataSharePredicates;<br>Model: @StageModelOnly|@ohos.data.dataSharePredicates.d.ts| 130|Model changed|Class name: DataSharePredicates<br>Method or attribute name: isNotNull(field: string): DataSharePredicates;<br>Model: N/A|Class name: DataSharePredicates<br>Method or attribute name: isNotNull(field: string): DataSharePredicates;<br>Model: @StageModelOnly|@ohos.data.dataSharePredicates.d.ts| 131|Model changed|Class name: DataSharePredicates<br>Method or attribute name: like(field: string, value: string): DataSharePredicates;<br>Model: N/A|Class name: DataSharePredicates<br>Method or attribute name: like(field: string, value: string): DataSharePredicates;<br>Model: @StageModelOnly|@ohos.data.dataSharePredicates.d.ts| 132|Model changed|Class name: DataSharePredicates<br>Method or attribute name: unlike(field: string, value: string): DataSharePredicates;<br>Model: N/A|Class name: DataSharePredicates<br>Method or attribute name: unlike(field: string, value: string): DataSharePredicates;<br>Model: @StageModelOnly|@ohos.data.dataSharePredicates.d.ts| 133|Model changed|Class name: DataSharePredicates<br>Method or attribute name: glob(field: string, value: string): DataSharePredicates;<br>Model: N/A|Class name: DataSharePredicates<br>Method or attribute name: glob(field: string, value: string): DataSharePredicates;<br>Model: @StageModelOnly|@ohos.data.dataSharePredicates.d.ts| 134|Model changed|Class name: DataSharePredicates<br>Method or attribute name: between(field: string, low: ValueType, high: ValueType): DataSharePredicates;<br>Model: N/A|Class name: DataSharePredicates<br>Method or attribute name: between(field: string, low: ValueType, high: ValueType): DataSharePredicates;<br>Model: @StageModelOnly|@ohos.data.dataSharePredicates.d.ts| 135|Model changed|Class name: DataSharePredicates<br>Method or attribute name: notBetween(field: string, low: ValueType, high: ValueType): DataSharePredicates;<br>Model: N/A|Class name: DataSharePredicates<br>Method or attribute name: notBetween(field: string, low: ValueType, high: ValueType): DataSharePredicates;<br>Model: @StageModelOnly|@ohos.data.dataSharePredicates.d.ts| 136|Model changed|Class name: DataSharePredicates<br>Method or attribute name: greaterThan(field: string, value: ValueType): DataSharePredicates;<br>Model: N/A|Class name: DataSharePredicates<br>Method or attribute name: greaterThan(field: string, value: ValueType): DataSharePredicates;<br>Model: @StageModelOnly|@ohos.data.dataSharePredicates.d.ts| 137|Model changed|Class name: DataSharePredicates<br>Method or attribute name: lessThan(field: string, value: ValueType): DataSharePredicates;<br>Model: N/A|Class name: DataSharePredicates<br>Method or attribute name: lessThan(field: string, value: ValueType): DataSharePredicates;<br>Model: @StageModelOnly|@ohos.data.dataSharePredicates.d.ts| 138|Model changed|Class name: DataSharePredicates<br>Method or attribute name: greaterThanOrEqualTo(field: string, value: ValueType): DataSharePredicates;<br>Model: N/A|Class name: DataSharePredicates<br>Method or attribute name: greaterThanOrEqualTo(field: string, value: ValueType): DataSharePredicates;<br>Model: @StageModelOnly|@ohos.data.dataSharePredicates.d.ts| 139|Model changed|Class name: DataSharePredicates<br>Method or attribute name: lessThanOrEqualTo(field: string, value: ValueType): DataSharePredicates;<br>Model: N/A|Class name: DataSharePredicates<br>Method or attribute name: lessThanOrEqualTo(field: string, value: ValueType): DataSharePredicates;<br>Model: @StageModelOnly|@ohos.data.dataSharePredicates.d.ts| 140|Model changed|Class name: DataSharePredicates<br>Method or attribute name: orderByAsc(field: string): DataSharePredicates;<br>Model: N/A|Class name: DataSharePredicates<br>Method or attribute name: orderByAsc(field: string): DataSharePredicates;<br>Model: @StageModelOnly|@ohos.data.dataSharePredicates.d.ts| 141|Model changed|Class name: DataSharePredicates<br>Method or attribute name: orderByDesc(field: string): DataSharePredicates;<br>Model: N/A|Class name: DataSharePredicates<br>Method or attribute name: orderByDesc(field: string): DataSharePredicates;<br>Model: @StageModelOnly|@ohos.data.dataSharePredicates.d.ts| 142|Model changed|Class name: DataSharePredicates<br>Method or attribute name: distinct(): DataSharePredicates;<br>Model: N/A|Class name: DataSharePredicates<br>Method or attribute name: distinct(): DataSharePredicates;<br>Model: @StageModelOnly|@ohos.data.dataSharePredicates.d.ts| 143|Model changed|Class name: DataSharePredicates<br>Method or attribute name: limit(total: number, offset: number): DataSharePredicates;<br>Model: N/A|Class name: DataSharePredicates<br>Method or attribute name: limit(total: number, offset: number): DataSharePredicates;<br>Model: @StageModelOnly|@ohos.data.dataSharePredicates.d.ts| 144|Model changed|Class name: DataSharePredicates<br>Method or attribute name: groupBy(fields: Array<string>): DataSharePredicates;<br>Model: N/A|Class name: DataSharePredicates<br>Method or attribute name: groupBy(fields: Array<string>): DataSharePredicates;<br>Model: @StageModelOnly|@ohos.data.dataSharePredicates.d.ts| 145|Model changed|Class name: DataSharePredicates<br>Method or attribute name: indexedBy(field: string): DataSharePredicates;<br>Model: N/A|Class name: DataSharePredicates<br>Method or attribute name: indexedBy(field: string): DataSharePredicates;<br>Model: @StageModelOnly|@ohos.data.dataSharePredicates.d.ts| 146|Model changed|Class name: DataSharePredicates<br>Method or attribute name: in(field: string, value: Array<ValueType>): DataSharePredicates;<br>Model: N/A|Class name: DataSharePredicates<br>Method or attribute name: in(field: string, value: Array<ValueType>): DataSharePredicates;<br>Model: @StageModelOnly|@ohos.data.dataSharePredicates.d.ts| 147|Model changed|Class name: DataSharePredicates<br>Method or attribute name: notIn(field: string, value: Array<ValueType>): DataSharePredicates;<br>Model: N/A|Class name: DataSharePredicates<br>Method or attribute name: notIn(field: string, value: Array<ValueType>): DataSharePredicates;<br>Model: @StageModelOnly|@ohos.data.dataSharePredicates.d.ts| 148|Model changed|Class name: DataSharePredicates<br>Method or attribute name: prefixKey(prefix: string): DataSharePredicates;<br>Model: N/A|Class name: DataSharePredicates<br>Method or attribute name: prefixKey(prefix: string): DataSharePredicates;<br>Model: @StageModelOnly|@ohos.data.dataSharePredicates.d.ts| 149|Model changed|Class name: DataSharePredicates<br>Method or attribute name: inKeys(keys: Array<string>): DataSharePredicates;<br>Model: N/A|Class name: DataSharePredicates<br>Method or attribute name: inKeys(keys: Array<string>): DataSharePredicates;<br>Model: @StageModelOnly|@ohos.data.dataSharePredicates.d.ts| 150|Model changed|Class name: DataType<br>Model: N/A|Class name: DataType<br>Model: @StageModelOnly|@ohos.data.DataShareResultSet.d.ts| 151|Model changed|Class name: DataType<br>Method or attribute name: TYPE_NULL = 0<br>Model: N/A|Class name: DataType<br>Method or attribute name: TYPE_NULL = 0<br>Model: @StageModelOnly|@ohos.data.DataShareResultSet.d.ts| 152|Model changed|Class name: DataType<br>Method or attribute name: TYPE_LONG = 1<br>Model: N/A|Class name: DataType<br>Method or attribute name: TYPE_LONG = 1<br>Model: @StageModelOnly|@ohos.data.DataShareResultSet.d.ts| 153|Model changed|Class name: DataType<br>Method or attribute name: TYPE_DOUBLE = 2<br>Model: N/A|Class name: DataType<br>Method or attribute name: TYPE_DOUBLE = 2<br>Model: @StageModelOnly|@ohos.data.DataShareResultSet.d.ts| 154|Model changed|Class name: DataType<br>Method or attribute name: TYPE_STRING = 3<br>Model: N/A|Class name: DataType<br>Method or attribute name: TYPE_STRING = 3<br>Model: @StageModelOnly|@ohos.data.DataShareResultSet.d.ts| 155|Model changed|Class name: DataType<br>Method or attribute name: TYPE_BLOB = 4<br>Model: N/A|Class name: DataType<br>Method or attribute name: TYPE_BLOB = 4<br>Model: @StageModelOnly|@ohos.data.DataShareResultSet.d.ts| 156|Model changed|Class name: DataShareResultSet<br>Model: N/A|Class name: DataShareResultSet<br>Model: @StageModelOnly|@ohos.data.DataShareResultSet.d.ts| 157|Model changed|Class name: DataShareResultSet<br>Method or attribute name: columnNames: Array<string>;<br>Model: N/A|Class name: DataShareResultSet<br>Method or attribute name: columnNames: Array<string>;<br>Model: @StageModelOnly|@ohos.data.DataShareResultSet.d.ts| 158|Model changed|Class name: DataShareResultSet<br>Method or attribute name: columnCount: number;<br>Model: N/A|Class name: DataShareResultSet<br>Method or attribute name: columnCount: number;<br>Model: @StageModelOnly|@ohos.data.DataShareResultSet.d.ts| 159|Model changed|Class name: DataShareResultSet<br>Method or attribute name: rowCount: number;<br>Model: N/A|Class name: DataShareResultSet<br>Method or attribute name: rowCount: number;<br>Model: @StageModelOnly|@ohos.data.DataShareResultSet.d.ts| 160|Model changed|Class name: DataShareResultSet<br>Method or attribute name: isClosed: boolean;<br>Model: N/A|Class name: DataShareResultSet<br>Method or attribute name: isClosed: boolean;<br>Model: @StageModelOnly|@ohos.data.DataShareResultSet.d.ts| 161|Model changed|Class name: DataShareResultSet<br>Method or attribute name: goToFirstRow(): boolean;<br>Model: N/A|Class name: DataShareResultSet<br>Method or attribute name: goToFirstRow(): boolean;<br>Model: @StageModelOnly|@ohos.data.DataShareResultSet.d.ts| 162|Model changed|Class name: DataShareResultSet<br>Method or attribute name: goToLastRow(): boolean;<br>Model: N/A|Class name: DataShareResultSet<br>Method or attribute name: goToLastRow(): boolean;<br>Model: @StageModelOnly|@ohos.data.DataShareResultSet.d.ts| 163|Model changed|Class name: DataShareResultSet<br>Method or attribute name: goToNextRow(): boolean;<br>Model: N/A|Class name: DataShareResultSet<br>Method or attribute name: goToNextRow(): boolean;<br>Model: @StageModelOnly|@ohos.data.DataShareResultSet.d.ts| 164|Model changed|Class name: DataShareResultSet<br>Method or attribute name: goToPreviousRow(): boolean;<br>Model: N/A|Class name: DataShareResultSet<br>Method or attribute name: goToPreviousRow(): boolean;<br>Model: @StageModelOnly|@ohos.data.DataShareResultSet.d.ts| 165|Model changed|Class name: DataShareResultSet<br>Method or attribute name: goTo(offset: number): boolean;<br>Model: N/A|Class name: DataShareResultSet<br>Method or attribute name: goTo(offset: number): boolean;<br>Model: @StageModelOnly|@ohos.data.DataShareResultSet.d.ts| 166|Model changed|Class name: DataShareResultSet<br>Method or attribute name: goToRow(position: number): boolean;<br>Model: N/A|Class name: DataShareResultSet<br>Method or attribute name: goToRow(position: number): boolean;<br>Model: @StageModelOnly|@ohos.data.DataShareResultSet.d.ts| 167|Model changed|Class name: DataShareResultSet<br>Method or attribute name: getBlob(columnIndex: number): Uint8Array;<br>Model: N/A|Class name: DataShareResultSet<br>Method or attribute name: getBlob(columnIndex: number): Uint8Array;<br>Model: @StageModelOnly|@ohos.data.DataShareResultSet.d.ts| 168|Model changed|Class name: DataShareResultSet<br>Method or attribute name: getString(columnIndex: number): string;<br>Model: N/A|Class name: DataShareResultSet<br>Method or attribute name: getString(columnIndex: number): string;<br>Model: @StageModelOnly|@ohos.data.DataShareResultSet.d.ts| 169|Model changed|Class name: DataShareResultSet<br>Method or attribute name: getLong(columnIndex: number): number;<br>Model: N/A|Class name: DataShareResultSet<br>Method or attribute name: getLong(columnIndex: number): number;<br>Model: @StageModelOnly|@ohos.data.DataShareResultSet.d.ts| 170|Model changed|Class name: DataShareResultSet<br>Method or attribute name: getDouble(columnIndex: number): number;<br>Model: N/A|Class name: DataShareResultSet<br>Method or attribute name: getDouble(columnIndex: number): number;<br>Model: @StageModelOnly|@ohos.data.DataShareResultSet.d.ts| 171|Model changed|Class name: DataShareResultSet<br>Method or attribute name: close(): void;<br>Model: N/A|Class name: DataShareResultSet<br>Method or attribute name: close(): void;<br>Model: @StageModelOnly|@ohos.data.DataShareResultSet.d.ts| 172|Model changed|Class name: DataShareResultSet<br>Method or attribute name: getColumnIndex(columnName: string): number;<br>Model: N/A|Class name: DataShareResultSet<br>Method or attribute name: getColumnIndex(columnName: string): number;<br>Model: @StageModelOnly|@ohos.data.DataShareResultSet.d.ts| 173|Model changed|Class name: DataShareResultSet<br>Method or attribute name: getColumnName(columnIndex: number): string;<br>Model: N/A|Class name: DataShareResultSet<br>Method or attribute name: getColumnName(columnIndex: number): string;<br>Model: @StageModelOnly|@ohos.data.DataShareResultSet.d.ts| 174|Model changed|Class name: DataShareResultSet<br>Method or attribute name: getDataType(columnIndex: number): DataType;<br>Model: N/A|Class name: DataShareResultSet<br>Method or attribute name: getDataType(columnIndex: number): DataType;<br>Model: @StageModelOnly|@ohos.data.DataShareResultSet.d.ts| 175|Model changed|Class name: SingleKVStore<br>Method or attribute name: putBatch(value: Array<ValuesBucket>, callback: AsyncCallback<void>): void;<br>Model: N/A|Class name: SingleKVStore<br>Method or attribute name: putBatch(value: Array<ValuesBucket>, callback: AsyncCallback<void>): void;<br>Model: @StageModelOnly|@ohos.data.distributedKVStore.d.ts| 176|Model changed|Class name: SingleKVStore<br>Method or attribute name: putBatch(value: Array<ValuesBucket>): Promise<void>;<br>Model: N/A|Class name: SingleKVStore<br>Method or attribute name: putBatch(value: Array<ValuesBucket>): Promise<void>;<br>Model: @StageModelOnly|@ohos.data.distributedKVStore.d.ts| 177|Model changed|Class name: SingleKVStore<br>Method or attribute name: delete(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback<void>);<br>Model: N/A|Class name: SingleKVStore<br>Method or attribute name: delete(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback<void>);<br>Model: @StageModelOnly|@ohos.data.distributedKVStore.d.ts| 178|Model changed|Class name: SingleKVStore<br>Method or attribute name: delete(predicates: dataSharePredicates.DataSharePredicates): Promise<void>;<br>Model: N/A|Class name: SingleKVStore<br>Method or attribute name: delete(predicates: dataSharePredicates.DataSharePredicates): Promise<void>;<br>Model: @StageModelOnly|@ohos.data.distributedKVStore.d.ts| 179|Model changed|Class name: SingleKVStore<br>Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback<KVStoreResultSet>): void;<br>Model: N/A|Class name: SingleKVStore<br>Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback<KVStoreResultSet>): void;<br>Model: @StageModelOnly|@ohos.data.distributedKVStore.d.ts| 180|Model changed|Class name: SingleKVStore<br>Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise<KVStoreResultSet>;<br>Model: N/A|Class name: SingleKVStore<br>Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise<KVStoreResultSet>;<br>Model: @StageModelOnly|@ohos.data.distributedKVStore.d.ts| 181|Model changed|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback<KVStoreResultSet>): void;<br>Model: N/A|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback<KVStoreResultSet>): void;<br>Model: @StageModelOnly|@ohos.data.distributedKVStore.d.ts| 182|Model changed|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise<KVStoreResultSet>;<br>Model: N/A|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise<KVStoreResultSet>;<br>Model: @StageModelOnly|@ohos.data.distributedKVStore.d.ts| 183|Model changed|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback<KVStoreResultSet>): void;<br>Model: N/A|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback<KVStoreResultSet>): void;<br>Model: @StageModelOnly|@ohos.data.distributedKVStore.d.ts| 184|Model changed|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates): Promise<KVStoreResultSet>;<br>Model: N/A|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates): Promise<KVStoreResultSet>;<br>Model: @StageModelOnly|@ohos.data.distributedKVStore.d.ts| 185|Access level changed|Class name: dataSharePredicates<br>Access level: public API|Class name: dataSharePredicates<br>Access level: system API|@ohos.data.dataSharePredicates.d.ts| 186|Deprecated version changed|Class name: rdb<br>Method or attribute name: type ValuesBucket = { [key:string]: ValueType \| Uint8Array \| null;<br>}<br>Deprecated version: N/A|Class name: rdb<br>Method or attribute name: type ValuesBucket = { [key:string]: ValueType \| Uint8Array \| null;<br>}<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.ValuesBucket |@ohos.data.rdb.d.ts| 187|Deprecated version changed|Class name: rdb<br>Method or attribute name: function getRdbStoreV9(context: Context, config: StoreConfigV9, version: number, callback: AsyncCallback<RdbStoreV9>): void;<br>Deprecated version: N/A|Class name: rdb<br>Method or attribute name: function getRdbStoreV9(context: Context, config: StoreConfigV9, version: number, callback: AsyncCallback<RdbStoreV9>): void;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.getRdbStore |@ohos.data.rdb.d.ts| 188|Deprecated version changed|Class name: rdb<br>Method or attribute name: function getRdbStoreV9(context: Context, config: StoreConfigV9, version: number): Promise<RdbStoreV9>;<br>Deprecated version: N/A|Class name: rdb<br>Method or attribute name: function getRdbStoreV9(context: Context, config: StoreConfigV9, version: number): Promise<RdbStoreV9>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.data.rdb.d.ts| 189|Deprecated version changed|Class name: rdb<br>Method or attribute name: function deleteRdbStoreV9(context: Context, name: string, callback: AsyncCallback<void>): void;<br>Deprecated version: N/A|Class name: rdb<br>Method or attribute name: function deleteRdbStoreV9(context: Context, name: string, callback: AsyncCallback<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.getRdbStore |@ohos.data.rdb.d.ts| 190|Deprecated version changed|Class name: rdb<br>Method or attribute name: function deleteRdbStoreV9(context: Context, name: string): Promise<void>;<br>Deprecated version: N/A|Class name: rdb<br>Method or attribute name: function deleteRdbStoreV9(context: Context, name: string): Promise<void>;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.getRdbStore |@ohos.data.rdb.d.ts| 191|Deprecated version changed|Class name: SyncMode<br>Deprecated version: N/A|Class name: SyncMode<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.SyncMode |@ohos.data.rdb.d.ts| 192|Deprecated version changed|Class name: SyncMode<br>Method or attribute name: SYNC_MODE_PUSH = 0<br>Deprecated version: N/A|Class name: SyncMode<br>Method or attribute name: SYNC_MODE_PUSH = 0<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.SyncMode.SYNC_MODE_PUSH |@ohos.data.rdb.d.ts| 193|Deprecated version changed|Class name: SyncMode<br>Method or attribute name: SYNC_MODE_PULL = 1<br>Deprecated version: N/A|Class name: SyncMode<br>Method or attribute name: SYNC_MODE_PULL = 1<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.SyncMode.SYNC_MODE_PULL |@ohos.data.rdb.d.ts| 194|Deprecated version changed|Class name: SubscribeType<br>Deprecated version: N/A|Class name: SubscribeType<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.SubscribeType |@ohos.data.rdb.d.ts| 195|Deprecated version changed|Class name: SubscribeType<br>Method or attribute name: SUBSCRIBE_TYPE_REMOTE = 0<br>Deprecated version: N/A|Class name: SubscribeType<br>Method or attribute name: SUBSCRIBE_TYPE_REMOTE = 0<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.SubscribeType.SUBSCRIBE_TYPE_REMOTE |@ohos.data.rdb.d.ts| 196|Deprecated version changed|Class name: SecurityLevel<br>Deprecated version: N/A|Class name: SecurityLevel<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.SecurityLevel |@ohos.data.rdb.d.ts| 197|Deprecated version changed|Class name: SecurityLevel<br>Method or attribute name: S1 = 1<br>Deprecated version: N/A|Class name: SecurityLevel<br>Method or attribute name: S1 = 1<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.SubscribeType.SecurityLevel.S1 |@ohos.data.rdb.d.ts| 198|Deprecated version changed|Class name: SecurityLevel<br>Method or attribute name: S2 = 2<br>Deprecated version: N/A|Class name: SecurityLevel<br>Method or attribute name: S2 = 2<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.SubscribeType.SecurityLevel.S2 |@ohos.data.rdb.d.ts| 199|Deprecated version changed|Class name: SecurityLevel<br>Method or attribute name: S3 = 3<br>Deprecated version: N/A|Class name: SecurityLevel<br>Method or attribute name: S3 = 3<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.SubscribeType.SecurityLevel.S3 |@ohos.data.rdb.d.ts| 200|Deprecated version changed|Class name: SecurityLevel<br>Method or attribute name: S4 = 4<br>Deprecated version: N/A|Class name: SecurityLevel<br>Method or attribute name: S4 = 4<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.SubscribeType.SecurityLevel.S4 |@ohos.data.rdb.d.ts| 201|Deprecated version changed|Class name: RdbStoreV9<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore |@ohos.data.rdb.d.ts| 202|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: insert(table: string, values: ValuesBucket, callback: AsyncCallback<number>): void;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: insert(table: string, values: ValuesBucket, callback: AsyncCallback<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.insert |@ohos.data.rdb.d.ts| 203|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: insert(table: string, values: ValuesBucket): Promise<number>;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: insert(table: string, values: ValuesBucket): Promise<number>;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.insert |@ohos.data.rdb.d.ts| 204|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: batchInsert(table: string, values: Array<ValuesBucket>, callback: AsyncCallback<number>): void;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: batchInsert(table: string, values: Array<ValuesBucket>, callback: AsyncCallback<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.batchInsert |@ohos.data.rdb.d.ts| 205|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: batchInsert(table: string, values: Array<ValuesBucket>): Promise<number>;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: batchInsert(table: string, values: Array<ValuesBucket>): Promise<number>;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.batchInsert |@ohos.data.rdb.d.ts| 206|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicatesV9, callback: AsyncCallback<number>): void;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicatesV9, callback: AsyncCallback<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.update |@ohos.data.rdb.d.ts| 207|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicatesV9): Promise<number>;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicatesV9): Promise<number>;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.update |@ohos.data.rdb.d.ts| 208|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback<number>): void;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.update |@ohos.data.rdb.d.ts| 209|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise<number>;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise<number>;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.update |@ohos.data.rdb.d.ts| 210|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: delete(predicates: RdbPredicatesV9, callback: AsyncCallback<number>): void;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: delete(predicates: RdbPredicatesV9, callback: AsyncCallback<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.delete |@ohos.data.rdb.d.ts| 211|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: delete(predicates: RdbPredicatesV9): Promise<number>;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: delete(predicates: RdbPredicatesV9): Promise<number>;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.delete |@ohos.data.rdb.d.ts| 212|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback<number>): void;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.delete |@ohos.data.rdb.d.ts| 213|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise<number>;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise<number>;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.delete |@ohos.data.rdb.d.ts| 214|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: query(predicates: RdbPredicatesV9, columns: Array<string>, callback: AsyncCallback<ResultSetV9>): void;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: query(predicates: RdbPredicatesV9, columns: Array<string>, callback: AsyncCallback<ResultSetV9>): void;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.query |@ohos.data.rdb.d.ts| 215|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: query(predicates: RdbPredicatesV9, columns ?: Array<string>): Promise<ResultSetV9>;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: query(predicates: RdbPredicatesV9, columns ?: Array<string>): Promise<ResultSetV9>;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.query |@ohos.data.rdb.d.ts| 216|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns: Array<string>, callback: AsyncCallback<ResultSetV9>): void;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns: Array<string>, callback: AsyncCallback<ResultSetV9>): void;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.query |@ohos.data.rdb.d.ts| 217|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns ?: Array<string>): Promise<ResultSetV9>;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns ?: Array<string>): Promise<ResultSetV9>;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.query |@ohos.data.rdb.d.ts| 218|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: remoteQuery(device: string, table: string, predicates: RdbPredicatesV9, columns: Array<string>, callback: AsyncCallback<ResultSetV9>): void;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: remoteQuery(device: string, table: string, predicates: RdbPredicatesV9, columns: Array<string>, callback: AsyncCallback<ResultSetV9>): void;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.remoteQuery |@ohos.data.rdb.d.ts| 219|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: remoteQuery(device: string, table: string, predicates: RdbPredicatesV9, columns: Array<string>): Promise<ResultSetV9>;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: remoteQuery(device: string, table: string, predicates: RdbPredicatesV9, columns: Array<string>): Promise<ResultSetV9>;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.remoteQuery |@ohos.data.rdb.d.ts| 220|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: querySql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<ResultSetV9>): void;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: querySql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<ResultSetV9>): void;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.querySql |@ohos.data.rdb.d.ts| 221|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: querySql(sql: string, bindArgs ?: Array<ValueType>): Promise<ResultSetV9>;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: querySql(sql: string, bindArgs ?: Array<ValueType>): Promise<ResultSetV9>;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.querySql |@ohos.data.rdb.d.ts| 222|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: executeSql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<void>): void;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: executeSql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.executeSql |@ohos.data.rdb.d.ts| 223|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: executeSql(sql: string, bindArgs ?: Array<ValueType>): Promise<void>;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: executeSql(sql: string, bindArgs ?: Array<ValueType>): Promise<void>;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.executeSql |@ohos.data.rdb.d.ts| 224|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: beginTransaction(): void;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: beginTransaction(): void;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.beginTransaction |@ohos.data.rdb.d.ts| 225|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: commit(): void;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: commit(): void;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.commit |@ohos.data.rdb.d.ts| 226|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: rollBack(): void;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: rollBack(): void;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.rollBack |@ohos.data.rdb.d.ts| 227|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: backup(destName: string, callback: AsyncCallback<void>): void;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: backup(destName: string, callback: AsyncCallback<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.backup |@ohos.data.rdb.d.ts| 228|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: backup(destName: string): Promise<void>;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: backup(destName: string): Promise<void>;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.backup |@ohos.data.rdb.d.ts| 229|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: restore(srcName: string, callback: AsyncCallback<void>): void;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: restore(srcName: string, callback: AsyncCallback<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.restore |@ohos.data.rdb.d.ts| 230|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: restore(srcName: string): Promise<void>;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: restore(srcName: string): Promise<void>;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.restore |@ohos.data.rdb.d.ts| 231|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: setDistributedTables(tables: Array<string>, callback: AsyncCallback<void>): void;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: setDistributedTables(tables: Array<string>, callback: AsyncCallback<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.setDistributedTables |@ohos.data.rdb.d.ts| 232|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: setDistributedTables(tables: Array<string>): Promise<void>;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: setDistributedTables(tables: Array<string>): Promise<void>;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.setDistributedTables |@ohos.data.rdb.d.ts| 233|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: obtainDistributedTableName(device: string, table: string, callback: AsyncCallback<string>): void;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: obtainDistributedTableName(device: string, table: string, callback: AsyncCallback<string>): void;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.obtainDistributedTableName |@ohos.data.rdb.d.ts| 234|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: obtainDistributedTableName(device: string, table: string): Promise<string>;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: obtainDistributedTableName(device: string, table: string): Promise<string>;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.obtainDistributedTableName |@ohos.data.rdb.d.ts| 235|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: sync(mode: SyncMode, predicates: RdbPredicatesV9, callback: AsyncCallback<Array<[ string, number ]>>): void;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: sync(mode: SyncMode, predicates: RdbPredicatesV9, callback: AsyncCallback<Array<[ string, number ]>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.sync |@ohos.data.rdb.d.ts| 236|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: sync(mode: SyncMode, predicates: RdbPredicatesV9): Promise<Array<[ string, number ]>>;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: sync(mode: SyncMode, predicates: RdbPredicatesV9): Promise<Array<[ string, number ]>>;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.sync |@ohos.data.rdb.d.ts| 237|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: on(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: on(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.on |@ohos.data.rdb.d.ts| 238|Deprecated version changed|Class name: RdbStoreV9<br>Method or attribute name: off(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void;<br>Deprecated version: N/A|Class name: RdbStoreV9<br>Method or attribute name: off(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbStore.off |@ohos.data.rdb.d.ts| 239|Deprecated version changed|Class name: StoreConfigV9<br>Deprecated version: N/A|Class name: StoreConfigV9<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.StoreConfig |@ohos.data.rdb.d.ts| 240|Deprecated version changed|Class name: StoreConfigV9<br>Method or attribute name: name: string;<br>Deprecated version: N/A|Class name: StoreConfigV9<br>Method or attribute name: name: string;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.StoreConfig.name |@ohos.data.rdb.d.ts| 241|Deprecated version changed|Class name: StoreConfigV9<br>Method or attribute name: securityLevel: SecurityLevel;<br>Deprecated version: N/A|Class name: StoreConfigV9<br>Method or attribute name: securityLevel: SecurityLevel;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.StoreConfig.securityLevel |@ohos.data.rdb.d.ts| 242|Deprecated version changed|Class name: StoreConfigV9<br>Method or attribute name: encrypt ?: boolean;<br>Deprecated version: N/A|Class name: StoreConfigV9<br>Method or attribute name: encrypt ?: boolean;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.StoreConfig.encrypt |@ohos.data.rdb.d.ts| 243|Deprecated version changed|Class name: RdbPredicatesV9<br>Deprecated version: N/A|Class name: RdbPredicatesV9<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbPredicates |@ohos.data.rdb.d.ts| 244|Deprecated version changed|Class name: RdbPredicatesV9<br>Method or attribute name: constructor(name: string)<br>Deprecated version: N/A|Class name: RdbPredicatesV9<br>Method or attribute name: constructor(name: string)<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbPredicates.constructor |@ohos.data.rdb.d.ts| 245|Deprecated version changed|Class name: RdbPredicatesV9<br>Method or attribute name: inDevices(devices: Array<string>): RdbPredicatesV9;<br>Deprecated version: N/A|Class name: RdbPredicatesV9<br>Method or attribute name: inDevices(devices: Array<string>): RdbPredicatesV9;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbPredicates.inDevices |@ohos.data.rdb.d.ts| 246|Deprecated version changed|Class name: RdbPredicatesV9<br>Method or attribute name: inAllDevices(): RdbPredicatesV9;<br>Deprecated version: N/A|Class name: RdbPredicatesV9<br>Method or attribute name: inAllDevices(): RdbPredicatesV9;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbPredicates.inAllDevices |@ohos.data.rdb.d.ts| 247|Deprecated version changed|Class name: RdbPredicatesV9<br>Method or attribute name: equalTo(field: string, value: ValueType): RdbPredicatesV9;<br>Deprecated version: N/A|Class name: RdbPredicatesV9<br>Method or attribute name: equalTo(field: string, value: ValueType): RdbPredicatesV9;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbPredicates.equalTo |@ohos.data.rdb.d.ts| 248|Deprecated version changed|Class name: RdbPredicatesV9<br>Method or attribute name: notEqualTo(field: string, value: ValueType): RdbPredicatesV9;<br>Deprecated version: N/A|Class name: RdbPredicatesV9<br>Method or attribute name: notEqualTo(field: string, value: ValueType): RdbPredicatesV9;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbPredicates.notEqualTo |@ohos.data.rdb.d.ts| 249|Deprecated version changed|Class name: RdbPredicatesV9<br>Method or attribute name: beginWrap(): RdbPredicatesV9;<br>Deprecated version: N/A|Class name: RdbPredicatesV9<br>Method or attribute name: beginWrap(): RdbPredicatesV9;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbPredicates.beginWrap |@ohos.data.rdb.d.ts| 250|Deprecated version changed|Class name: RdbPredicatesV9<br>Method or attribute name: endWrap(): RdbPredicatesV9;<br>Deprecated version: N/A|Class name: RdbPredicatesV9<br>Method or attribute name: endWrap(): RdbPredicatesV9;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbPredicates.endWrap |@ohos.data.rdb.d.ts| 251|Deprecated version changed|Class name: RdbPredicatesV9<br>Method or attribute name: or(): RdbPredicatesV9;<br>Deprecated version: N/A|Class name: RdbPredicatesV9<br>Method or attribute name: or(): RdbPredicatesV9;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbPredicates.or |@ohos.data.rdb.d.ts| 252|Deprecated version changed|Class name: RdbPredicatesV9<br>Method or attribute name: and(): RdbPredicatesV9;<br>Deprecated version: N/A|Class name: RdbPredicatesV9<br>Method or attribute name: and(): RdbPredicatesV9;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbPredicates.and |@ohos.data.rdb.d.ts| 253|Deprecated version changed|Class name: RdbPredicatesV9<br>Method or attribute name: contains(field: string, value: string): RdbPredicatesV9;<br>Deprecated version: N/A|Class name: RdbPredicatesV9<br>Method or attribute name: contains(field: string, value: string): RdbPredicatesV9;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbPredicates.contains |@ohos.data.rdb.d.ts| 254|Deprecated version changed|Class name: RdbPredicatesV9<br>Method or attribute name: beginsWith(field: string, value: string): RdbPredicatesV9;<br>Deprecated version: N/A|Class name: RdbPredicatesV9<br>Method or attribute name: beginsWith(field: string, value: string): RdbPredicatesV9;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbPredicates.beginsWith |@ohos.data.rdb.d.ts| 255|Deprecated version changed|Class name: RdbPredicatesV9<br>Method or attribute name: endsWith(field: string, value: string): RdbPredicatesV9;<br>Deprecated version: N/A|Class name: RdbPredicatesV9<br>Method or attribute name: endsWith(field: string, value: string): RdbPredicatesV9;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbPredicates.endsWith |@ohos.data.rdb.d.ts| 256|Deprecated version changed|Class name: RdbPredicatesV9<br>Method or attribute name: isNull(field: string): RdbPredicatesV9;<br>Deprecated version: N/A|Class name: RdbPredicatesV9<br>Method or attribute name: isNull(field: string): RdbPredicatesV9;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbPredicates.isNull |@ohos.data.rdb.d.ts| 257|Deprecated version changed|Class name: RdbPredicatesV9<br>Method or attribute name: isNotNull(field: string): RdbPredicatesV9;<br>Deprecated version: N/A|Class name: RdbPredicatesV9<br>Method or attribute name: isNotNull(field: string): RdbPredicatesV9;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbPredicates.isNotNull |@ohos.data.rdb.d.ts| 258|Deprecated version changed|Class name: RdbPredicatesV9<br>Method or attribute name: like(field: string, value: string): RdbPredicatesV9;<br>Deprecated version: N/A|Class name: RdbPredicatesV9<br>Method or attribute name: like(field: string, value: string): RdbPredicatesV9;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbPredicates.like |@ohos.data.rdb.d.ts| 259|Deprecated version changed|Class name: RdbPredicatesV9<br>Method or attribute name: glob(field: string, value: string): RdbPredicatesV9;<br>Deprecated version: N/A|Class name: RdbPredicatesV9<br>Method or attribute name: glob(field: string, value: string): RdbPredicatesV9;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbPredicates.glob |@ohos.data.rdb.d.ts| 260|Deprecated version changed|Class name: RdbPredicatesV9<br>Method or attribute name: between(field: string, low: ValueType, high: ValueType): RdbPredicatesV9;<br>Deprecated version: N/A|Class name: RdbPredicatesV9<br>Method or attribute name: between(field: string, low: ValueType, high: ValueType): RdbPredicatesV9;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbPredicates.between |@ohos.data.rdb.d.ts| 261|Deprecated version changed|Class name: RdbPredicatesV9<br>Method or attribute name: notBetween(field: string, low: ValueType, high: ValueType): RdbPredicatesV9;<br>Deprecated version: N/A|Class name: RdbPredicatesV9<br>Method or attribute name: notBetween(field: string, low: ValueType, high: ValueType): RdbPredicatesV9;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbPredicates.notBetween |@ohos.data.rdb.d.ts| 262|Deprecated version changed|Class name: RdbPredicatesV9<br>Method or attribute name: greaterThan(field: string, value: ValueType): RdbPredicatesV9;<br>Deprecated version: N/A|Class name: RdbPredicatesV9<br>Method or attribute name: greaterThan(field: string, value: ValueType): RdbPredicatesV9;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbPredicates.greaterThan |@ohos.data.rdb.d.ts| 263|Deprecated version changed|Class name: RdbPredicatesV9<br>Method or attribute name: lessThan(field: string, value: ValueType): RdbPredicatesV9;<br>Deprecated version: N/A|Class name: RdbPredicatesV9<br>Method or attribute name: lessThan(field: string, value: ValueType): RdbPredicatesV9;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbPredicates.lessThan |@ohos.data.rdb.d.ts| 264|Deprecated version changed|Class name: RdbPredicatesV9<br>Method or attribute name: greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicatesV9;<br>Deprecated version: N/A|Class name: RdbPredicatesV9<br>Method or attribute name: greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicatesV9;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbPredicates.greaterThanOrEqualTo |@ohos.data.rdb.d.ts| 265|Deprecated version changed|Class name: RdbPredicatesV9<br>Method or attribute name: lessThanOrEqualTo(field: string, value: ValueType): RdbPredicatesV9;<br>Deprecated version: N/A|Class name: RdbPredicatesV9<br>Method or attribute name: lessThanOrEqualTo(field: string, value: ValueType): RdbPredicatesV9;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbPredicates.lessThanOrEqualTo |@ohos.data.rdb.d.ts| 266|Deprecated version changed|Class name: RdbPredicatesV9<br>Method or attribute name: orderByAsc(field: string): RdbPredicatesV9;<br>Deprecated version: N/A|Class name: RdbPredicatesV9<br>Method or attribute name: orderByAsc(field: string): RdbPredicatesV9;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbPredicates.orderByAsc |@ohos.data.rdb.d.ts| 267|Deprecated version changed|Class name: RdbPredicatesV9<br>Method or attribute name: orderByDesc(field: string): RdbPredicatesV9;<br>Deprecated version: N/A|Class name: RdbPredicatesV9<br>Method or attribute name: orderByDesc(field: string): RdbPredicatesV9;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbPredicates.orderByDesc |@ohos.data.rdb.d.ts| 268|Deprecated version changed|Class name: RdbPredicatesV9<br>Method or attribute name: distinct(): RdbPredicatesV9;<br>Deprecated version: N/A|Class name: RdbPredicatesV9<br>Method or attribute name: distinct(): RdbPredicatesV9;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbPredicates.distinct |@ohos.data.rdb.d.ts| 269|Deprecated version changed|Class name: RdbPredicatesV9<br>Method or attribute name: limitAs(value: number): RdbPredicatesV9;<br>Deprecated version: N/A|Class name: RdbPredicatesV9<br>Method or attribute name: limitAs(value: number): RdbPredicatesV9;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbPredicates.limitAs |@ohos.data.rdb.d.ts| 270|Deprecated version changed|Class name: RdbPredicatesV9<br>Method or attribute name: offsetAs(rowOffset: number): RdbPredicatesV9;<br>Deprecated version: N/A|Class name: RdbPredicatesV9<br>Method or attribute name: offsetAs(rowOffset: number): RdbPredicatesV9;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbPredicates.offsetAs |@ohos.data.rdb.d.ts| 271|Deprecated version changed|Class name: RdbPredicatesV9<br>Method or attribute name: groupBy(fields: Array<string>): RdbPredicatesV9;<br>Deprecated version: N/A|Class name: RdbPredicatesV9<br>Method or attribute name: groupBy(fields: Array<string>): RdbPredicatesV9;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbPredicates.groupBy |@ohos.data.rdb.d.ts| 272|Deprecated version changed|Class name: RdbPredicatesV9<br>Method or attribute name: indexedBy(field: string): RdbPredicatesV9;<br>Deprecated version: N/A|Class name: RdbPredicatesV9<br>Method or attribute name: indexedBy(field: string): RdbPredicatesV9;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbPredicates.indexedBy |@ohos.data.rdb.d.ts| 273|Deprecated version changed|Class name: RdbPredicatesV9<br>Method or attribute name: in(field: string, value: Array<ValueType>): RdbPredicatesV9;<br>Deprecated version: N/A|Class name: RdbPredicatesV9<br>Method or attribute name: in(field: string, value: Array<ValueType>): RdbPredicatesV9;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbPredicates.in |@ohos.data.rdb.d.ts| 274|Deprecated version changed|Class name: RdbPredicatesV9<br>Method or attribute name: notIn(field: string, value: Array<ValueType>): RdbPredicatesV9;<br>Deprecated version: N/A|Class name: RdbPredicatesV9<br>Method or attribute name: notIn(field: string, value: Array<ValueType>): RdbPredicatesV9;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.RdbPredicates.notIn |@ohos.data.rdb.d.ts| 275|Deprecated version changed|Class name: ResultSetV9<br>Deprecated version: N/A|Class name: ResultSetV9<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.ResultSet |resultSet.d.ts| 276|Deprecated version changed|Class name: ResultSetV9<br>Method or attribute name: columnNames: Array<string>;<br>Deprecated version: N/A|Class name: ResultSetV9<br>Method or attribute name: columnNames: Array<string>;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.ResultSet.columnNames |resultSet.d.ts| 277|Deprecated version changed|Class name: ResultSetV9<br>Method or attribute name: columnCount: number;<br>Deprecated version: N/A|Class name: ResultSetV9<br>Method or attribute name: columnCount: number;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.ResultSet.columnCount |resultSet.d.ts| 278|Deprecated version changed|Class name: ResultSetV9<br>Method or attribute name: rowCount: number;<br>Deprecated version: N/A|Class name: ResultSetV9<br>Method or attribute name: rowCount: number;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.ResultSet.rowCount |resultSet.d.ts| 279|Deprecated version changed|Class name: ResultSetV9<br>Method or attribute name: rowIndex: number;<br>Deprecated version: N/A|Class name: ResultSetV9<br>Method or attribute name: rowIndex: number;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.ResultSet.rowIndex |resultSet.d.ts| 280|Deprecated version changed|Class name: ResultSetV9<br>Method or attribute name: isAtFirstRow: boolean;<br>Deprecated version: N/A|Class name: ResultSetV9<br>Method or attribute name: isAtFirstRow: boolean;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.ResultSet.isAtFirstRow |resultSet.d.ts| 281|Deprecated version changed|Class name: ResultSetV9<br>Method or attribute name: isAtLastRow: boolean;<br>Deprecated version: N/A|Class name: ResultSetV9<br>Method or attribute name: isAtLastRow: boolean;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.ResultSet.isAtLastRow |resultSet.d.ts| 282|Deprecated version changed|Class name: ResultSetV9<br>Method or attribute name: isEnded: boolean;<br>Deprecated version: N/A|Class name: ResultSetV9<br>Method or attribute name: isEnded: boolean;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.ResultSet.isEnded |resultSet.d.ts| 283|Deprecated version changed|Class name: ResultSetV9<br>Method or attribute name: isStarted: boolean;<br>Deprecated version: N/A|Class name: ResultSetV9<br>Method or attribute name: isStarted: boolean;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.ResultSet.isStarted |resultSet.d.ts| 284|Deprecated version changed|Class name: ResultSetV9<br>Method or attribute name: isClosed: boolean;<br>Deprecated version: N/A|Class name: ResultSetV9<br>Method or attribute name: isClosed: boolean;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.ResultSet.isClosed |resultSet.d.ts| 285|Deprecated version changed|Class name: ResultSetV9<br>Method or attribute name: getColumnIndex(columnName: string): number;<br>Deprecated version: N/A|Class name: ResultSetV9<br>Method or attribute name: getColumnIndex(columnName: string): number;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.ResultSet.getColumnIndex |resultSet.d.ts| 286|Deprecated version changed|Class name: ResultSetV9<br>Method or attribute name: getColumnName(columnIndex: number): string;<br>Deprecated version: N/A|Class name: ResultSetV9<br>Method or attribute name: getColumnName(columnIndex: number): string;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.ResultSet.getColumnName |resultSet.d.ts| 287|Deprecated version changed|Class name: ResultSetV9<br>Method or attribute name: goTo(offset: number): boolean;<br>Deprecated version: N/A|Class name: ResultSetV9<br>Method or attribute name: goTo(offset: number): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.ResultSet.goTo |resultSet.d.ts| 288|Deprecated version changed|Class name: ResultSetV9<br>Method or attribute name: goToRow(position: number): boolean;<br>Deprecated version: N/A|Class name: ResultSetV9<br>Method or attribute name: goToRow(position: number): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.ResultSet.goToRow |resultSet.d.ts| 289|Deprecated version changed|Class name: ResultSetV9<br>Method or attribute name: goToFirstRow(): boolean;<br>Deprecated version: N/A|Class name: ResultSetV9<br>Method or attribute name: goToFirstRow(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.ResultSet.goToFirstRow |resultSet.d.ts| 290|Deprecated version changed|Class name: ResultSetV9<br>Method or attribute name: goToLastRow(): boolean;<br>Deprecated version: N/A|Class name: ResultSetV9<br>Method or attribute name: goToLastRow(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.ResultSet.goToLastRow |resultSet.d.ts| 291|Deprecated version changed|Class name: ResultSetV9<br>Method or attribute name: goToNextRow(): boolean;<br>Deprecated version: N/A|Class name: ResultSetV9<br>Method or attribute name: goToNextRow(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.ResultSet.goToNextRow |resultSet.d.ts| 292|Deprecated version changed|Class name: ResultSetV9<br>Method or attribute name: goToPreviousRow(): boolean;<br>Deprecated version: N/A|Class name: ResultSetV9<br>Method or attribute name: goToPreviousRow(): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.ResultSet.goToPreviousRow |resultSet.d.ts| 293|Deprecated version changed|Class name: ResultSetV9<br>Method or attribute name: getBlob(columnIndex: number): Uint8Array;<br>Deprecated version: N/A|Class name: ResultSetV9<br>Method or attribute name: getBlob(columnIndex: number): Uint8Array;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.ResultSet.getBlob |resultSet.d.ts| 294|Deprecated version changed|Class name: ResultSetV9<br>Method or attribute name: getString(columnIndex: number): string;<br>Deprecated version: N/A|Class name: ResultSetV9<br>Method or attribute name: getString(columnIndex: number): string;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.ResultSet.getString |resultSet.d.ts| 295|Deprecated version changed|Class name: ResultSetV9<br>Method or attribute name: getLong(columnIndex: number): number;<br>Deprecated version: N/A|Class name: ResultSetV9<br>Method or attribute name: getLong(columnIndex: number): number;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.ResultSet.getLong |resultSet.d.ts| 296|Deprecated version changed|Class name: ResultSetV9<br>Method or attribute name: getDouble(columnIndex: number): number;<br>Deprecated version: N/A|Class name: ResultSetV9<br>Method or attribute name: getDouble(columnIndex: number): number;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.ResultSet.getDouble |resultSet.d.ts| 297|Deprecated version changed|Class name: ResultSetV9<br>Method or attribute name: isColumnNull(columnIndex: number): boolean;<br>Deprecated version: N/A|Class name: ResultSetV9<br>Method or attribute name: isColumnNull(columnIndex: number): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.ResultSet.isColumnNull |resultSet.d.ts| 298|Deprecated version changed|Class name: ResultSetV9<br>Method or attribute name: close(): void;<br>Deprecated version: N/A|Class name: ResultSetV9<br>Method or attribute name: close(): void;<br>Deprecated version: 9<br>Substitute API: ohos.data.relationalStore.ResultSet.close |resultSet.d.ts| 299|Initial version changed|Class name: dataSharePredicates<br>Initial version: N/A|Class name: dataSharePredicates<br>Initial version: 9|@ohos.data.dataSharePredicates.d.ts| 300|Permission deleted|Class name: SubscribeType<br>Permission: ohos.permission.DISTRIBUTED_DATASYNC|Class name: SubscribeType<br>Permission: N/A|@ohos.data.rdb.d.ts| 301|Access level changed|Class name: dataSharePredicates<br>Access level: public API|Class name: dataSharePredicates<br>Access level: system API|@ohos.data.dataSharePredicates.d.ts| 302|Function changed|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates): Promise<KVStoreResultSet>;<br>|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise<KVStoreResultSet>;<br>|@ohos.data.distributedKVStore.d.ts| 303|Function changed|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise<KVStoreResultSet>;<br>|Class name: DeviceKVStore<br>Method or attribute name: getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates): Promise<KVStoreResultSet>;<br>|@ohos.data.distributedKVStore.d.ts| 304|Function changed|Class name: RdbStoreV9<br>Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise<number>;<br>|Class name: RdbStoreV9<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicatesV9): Promise<number>;<br>|@ohos.data.rdb.d.ts| 305|Function changed|Class name: RdbStoreV9<br>Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicatesV9): Promise<number>;<br>|Class name: RdbStoreV9<br>Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise<number>;<br>|@ohos.data.rdb.d.ts| 306|Function changed|Class name: RdbStoreV9<br>Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise<number>;<br>|Class name: RdbStoreV9<br>Method or attribute name: delete(predicates: RdbPredicatesV9): Promise<number>;<br>|@ohos.data.rdb.d.ts| 307|Function changed|Class name: RdbStoreV9<br>Method or attribute name: delete(predicates: RdbPredicatesV9): Promise<number>;<br>|Class name: RdbStoreV9<br>Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise<number>;<br>|@ohos.data.rdb.d.ts| 308|Function changed|Class name: RdbStoreV9<br>Method or attribute name: query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns ?: Array<string>): Promise<ResultSetV9>;<br>|Class name: RdbStoreV9<br>Method or attribute name: query(predicates: RdbPredicatesV9, columns ?: Array<string>): Promise<ResultSetV9>;<br>|@ohos.data.rdb.d.ts| 309|Function changed|Class name: RdbStoreV9<br>Method or attribute name: query(predicates: RdbPredicatesV9, columns ?: Array<string>): Promise<ResultSetV9>;<br>|Class name: RdbStoreV9<br>Method or attribute name: query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns ?: Array<string>): Promise<ResultSetV9>;<br>|@ohos.data.rdb.d.ts| 310