| Change Type | Old Version | New Version | d.ts File |
|---|---|---|---|
| Added | NA | Class name: distributedKVStore Method or attribute name: function createKVManager(config: KVManagerConfig): KVManager; | @ohos.data.distributedKVStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: relationalStore | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: relationalStore Method or attribute name: type ValuesBucket = { [key:string]: ValueType |Uint8Array |null;} | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: relationalStore Method or attribute name: function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: relationalStore Method or attribute name: function getRdbStore(context: Context, config: StoreConfig): Promise | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: relationalStore Method or attribute name: function deleteRdbStore(context: Context, name: string, callback: AsyncCallback | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: relationalStore Method or attribute name: function deleteRdbStore(context: Context, name: string): Promise | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: SyncMode | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: SyncMode Method or attribute name: SYNC_MODE_PUSH = 0 | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: SyncMode Method or attribute name: SYNC_MODE_PULL = 1 | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: SubscribeType | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: SubscribeType Method or attribute name: SUBSCRIBE_TYPE_REMOTE = 0 | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: SecurityLevel | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: SecurityLevel Method or attribute name: S1 = 1 | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: SecurityLevel Method or attribute name: S2 = 2 | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: SecurityLevel Method or attribute name: S3 = 3 | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: SecurityLevel Method or attribute name: S4 = 4 | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: insert(table: string, values: ValuesBucket, callback: AsyncCallback | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: insert(table: string, values: ValuesBucket): Promise | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: batchInsert(table: string, values: Array | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: batchInsert(table: string, values: Array | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates): Promise | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: delete(predicates: RdbPredicates, callback: AsyncCallback | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: delete(predicates: RdbPredicates): Promise | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: query(predicates: RdbPredicates, columns: Array | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: query(predicates: RdbPredicates, columns ?: Array | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns: Array | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns ?: Array | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: remoteQuery(device: string, table: string, predicates: RdbPredicates, columns: Array | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: remoteQuery(device: string, table: string, predicates: RdbPredicates, columns: Array | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: querySql(sql: string, bindArgs: Array | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: querySql(sql: string, bindArgs ?: Array | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: executeSql(sql: string, bindArgs: Array | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: executeSql(sql: string, bindArgs ?: Array | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: beginTransaction(): void; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: commit(): void; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: rollBack(): void; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: backup(destName: string, callback: AsyncCallback | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: backup(destName: string): Promise | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: restore(srcName: string, callback: AsyncCallback | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: restore(srcName: string): Promise | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: setDistributedTables(tables: Array | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: setDistributedTables(tables: Array | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: obtainDistributedTableName(device: string, table: string, callback: AsyncCallback | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: obtainDistributedTableName(device: string, table: string): Promise | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: sync(mode: SyncMode, predicates: RdbPredicates, callback: AsyncCallback<Array<[ string, number ]>>): void; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: sync(mode: SyncMode, predicates: RdbPredicates): Promise<Array<[ string, number ]>>; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: on(event: 'dataChange', type: SubscribeType, observer: Callback<Array | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbStore Method or attribute name: off(event: 'dataChange', type: SubscribeType, observer: Callback<Array | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: StoreConfig | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: StoreConfig Method or attribute name: name: string; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: StoreConfig Method or attribute name: securityLevel: SecurityLevel; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: StoreConfig Method or attribute name: encrypt ?: boolean; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbPredicates | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbPredicates Method or attribute name: constructor(name: string) | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbPredicates Method or attribute name: inDevices(devices: Array | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbPredicates Method or attribute name: inAllDevices(): RdbPredicates; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbPredicates Method or attribute name: equalTo(field: string, value: ValueType): RdbPredicates; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbPredicates Method or attribute name: notEqualTo(field: string, value: ValueType): RdbPredicates; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbPredicates Method or attribute name: beginWrap(): RdbPredicates; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbPredicates Method or attribute name: endWrap(): RdbPredicates; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbPredicates Method or attribute name: or(): RdbPredicates; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbPredicates Method or attribute name: and(): RdbPredicates; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbPredicates Method or attribute name: contains(field: string, value: string): RdbPredicates; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbPredicates Method or attribute name: beginsWith(field: string, value: string): RdbPredicates; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbPredicates Method or attribute name: endsWith(field: string, value: string): RdbPredicates; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbPredicates Method or attribute name: isNull(field: string): RdbPredicates; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbPredicates Method or attribute name: isNotNull(field: string): RdbPredicates; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbPredicates Method or attribute name: like(field: string, value: string): RdbPredicates; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbPredicates Method or attribute name: glob(field: string, value: string): RdbPredicates; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbPredicates Method or attribute name: between(field: string, low: ValueType, high: ValueType): RdbPredicates; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbPredicates Method or attribute name: notBetween(field: string, low: ValueType, high: ValueType): RdbPredicates; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbPredicates Method or attribute name: greaterThan(field: string, value: ValueType): RdbPredicates; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbPredicates Method or attribute name: lessThan(field: string, value: ValueType): RdbPredicates; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbPredicates Method or attribute name: greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicates; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbPredicates Method or attribute name: lessThanOrEqualTo(field: string, value: ValueType): RdbPredicates; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbPredicates Method or attribute name: orderByAsc(field: string): RdbPredicates; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbPredicates Method or attribute name: orderByDesc(field: string): RdbPredicates; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbPredicates Method or attribute name: distinct(): RdbPredicates; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbPredicates Method or attribute name: limitAs(value: number): RdbPredicates; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbPredicates Method or attribute name: offsetAs(rowOffset: number): RdbPredicates; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbPredicates Method or attribute name: groupBy(fields: Array | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbPredicates Method or attribute name: indexedBy(field: string): RdbPredicates; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbPredicates Method or attribute name: in(field: string, value: Array | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: RdbPredicates Method or attribute name: notIn(field: string, value: Array | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: ResultSet | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: ResultSet Method or attribute name: columnNames: Array | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: ResultSet Method or attribute name: columnCount: number; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: ResultSet Method or attribute name: rowCount: number; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: ResultSet Method or attribute name: rowIndex: number; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: ResultSet Method or attribute name: isAtFirstRow: boolean; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: ResultSet Method or attribute name: isAtLastRow: boolean; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: ResultSet Method or attribute name: isEnded: boolean; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: ResultSet Method or attribute name: isStarted: boolean; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: ResultSet Method or attribute name: isClosed: boolean; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: ResultSet Method or attribute name: getColumnIndex(columnName: string): number; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: ResultSet Method or attribute name: getColumnName(columnIndex: number): string; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: ResultSet Method or attribute name: goTo(offset: number): boolean; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: ResultSet Method or attribute name: goToRow(position: number): boolean; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: ResultSet Method or attribute name: goToFirstRow(): boolean; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: ResultSet Method or attribute name: goToLastRow(): boolean; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: ResultSet Method or attribute name: goToNextRow(): boolean; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: ResultSet Method or attribute name: goToPreviousRow(): boolean; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: ResultSet Method or attribute name: getBlob(columnIndex: number): Uint8Array; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: ResultSet Method or attribute name: getString(columnIndex: number): string; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: ResultSet Method or attribute name: getLong(columnIndex: number): number; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: ResultSet Method or attribute name: getDouble(columnIndex: number): number; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: ResultSet Method or attribute name: isColumnNull(columnIndex: number): boolean; | @ohos.data.relationalStore.d.ts |
| Added | NA | Module name: ohos.data.relationalStore Class name: ResultSet Method or attribute name: close(): void; | @ohos.data.relationalStore.d.ts |
| Model changed | Class name: dataSharePredicates Model: N/A | Class name: dataSharePredicates Model: @StageModelOnly | @ohos.data.dataSharePredicates.d.ts |
| Model changed | Class name: DataSharePredicates Model: N/A | Class name: DataSharePredicates Model: @StageModelOnly | @ohos.data.dataSharePredicates.d.ts |
| Model changed | Class name: DataSharePredicates Method or attribute name: equalTo(field: string, value: ValueType): DataSharePredicates; Model: N/A | Class name: DataSharePredicates Method or attribute name: equalTo(field: string, value: ValueType): DataSharePredicates; Model: @StageModelOnly | @ohos.data.dataSharePredicates.d.ts |
| Model changed | Class name: DataSharePredicates Method or attribute name: notEqualTo(field: string, value: ValueType): DataSharePredicates; Model: N/A | Class name: DataSharePredicates Method or attribute name: notEqualTo(field: string, value: ValueType): DataSharePredicates; Model: @StageModelOnly | @ohos.data.dataSharePredicates.d.ts |
| Model changed | Class name: DataSharePredicates Method or attribute name: beginWrap(): DataSharePredicates; Model: N/A | Class name: DataSharePredicates Method or attribute name: beginWrap(): DataSharePredicates; Model: @StageModelOnly | @ohos.data.dataSharePredicates.d.ts |
| Model changed | Class name: DataSharePredicates Method or attribute name: endWrap(): DataSharePredicates; Model: N/A | Class name: DataSharePredicates Method or attribute name: endWrap(): DataSharePredicates; Model: @StageModelOnly | @ohos.data.dataSharePredicates.d.ts |
| Model changed | Class name: DataSharePredicates Method or attribute name: or(): DataSharePredicates; Model: N/A | Class name: DataSharePredicates Method or attribute name: or(): DataSharePredicates; Model: @StageModelOnly | @ohos.data.dataSharePredicates.d.ts |
| Model changed | Class name: DataSharePredicates Method or attribute name: and(): DataSharePredicates; Model: N/A | Class name: DataSharePredicates Method or attribute name: and(): DataSharePredicates; Model: @StageModelOnly | @ohos.data.dataSharePredicates.d.ts |
| Model changed | Class name: DataSharePredicates Method or attribute name: contains(field: string, value: string): DataSharePredicates; Model: N/A | Class name: DataSharePredicates Method or attribute name: contains(field: string, value: string): DataSharePredicates; Model: @StageModelOnly | @ohos.data.dataSharePredicates.d.ts |
| Model changed | Class name: DataSharePredicates Method or attribute name: beginsWith(field: string, value: string): DataSharePredicates; Model: N/A | Class name: DataSharePredicates Method or attribute name: beginsWith(field: string, value: string): DataSharePredicates; Model: @StageModelOnly | @ohos.data.dataSharePredicates.d.ts |
| Model changed | Class name: DataSharePredicates Method or attribute name: endsWith(field: string, value: string): DataSharePredicates; Model: N/A | Class name: DataSharePredicates Method or attribute name: endsWith(field: string, value: string): DataSharePredicates; Model: @StageModelOnly | @ohos.data.dataSharePredicates.d.ts |
| Model changed | Class name: DataSharePredicates Method or attribute name: isNull(field: string): DataSharePredicates; Model: N/A | Class name: DataSharePredicates Method or attribute name: isNull(field: string): DataSharePredicates; Model: @StageModelOnly | @ohos.data.dataSharePredicates.d.ts |
| Model changed | Class name: DataSharePredicates Method or attribute name: isNotNull(field: string): DataSharePredicates; Model: N/A | Class name: DataSharePredicates Method or attribute name: isNotNull(field: string): DataSharePredicates; Model: @StageModelOnly | @ohos.data.dataSharePredicates.d.ts |
| Model changed | Class name: DataSharePredicates Method or attribute name: like(field: string, value: string): DataSharePredicates; Model: N/A | Class name: DataSharePredicates Method or attribute name: like(field: string, value: string): DataSharePredicates; Model: @StageModelOnly | @ohos.data.dataSharePredicates.d.ts |
| Model changed | Class name: DataSharePredicates Method or attribute name: unlike(field: string, value: string): DataSharePredicates; Model: N/A | Class name: DataSharePredicates Method or attribute name: unlike(field: string, value: string): DataSharePredicates; Model: @StageModelOnly | @ohos.data.dataSharePredicates.d.ts |
| Model changed | Class name: DataSharePredicates Method or attribute name: glob(field: string, value: string): DataSharePredicates; Model: N/A | Class name: DataSharePredicates Method or attribute name: glob(field: string, value: string): DataSharePredicates; Model: @StageModelOnly | @ohos.data.dataSharePredicates.d.ts |
| Model changed | Class name: DataSharePredicates Method or attribute name: between(field: string, low: ValueType, high: ValueType): DataSharePredicates; Model: N/A | Class name: DataSharePredicates Method or attribute name: between(field: string, low: ValueType, high: ValueType): DataSharePredicates; Model: @StageModelOnly | @ohos.data.dataSharePredicates.d.ts |
| Model changed | Class name: DataSharePredicates Method or attribute name: notBetween(field: string, low: ValueType, high: ValueType): DataSharePredicates; Model: N/A | Class name: DataSharePredicates Method or attribute name: notBetween(field: string, low: ValueType, high: ValueType): DataSharePredicates; Model: @StageModelOnly | @ohos.data.dataSharePredicates.d.ts |
| Model changed | Class name: DataSharePredicates Method or attribute name: greaterThan(field: string, value: ValueType): DataSharePredicates; Model: N/A | Class name: DataSharePredicates Method or attribute name: greaterThan(field: string, value: ValueType): DataSharePredicates; Model: @StageModelOnly | @ohos.data.dataSharePredicates.d.ts |
| Model changed | Class name: DataSharePredicates Method or attribute name: lessThan(field: string, value: ValueType): DataSharePredicates; Model: N/A | Class name: DataSharePredicates Method or attribute name: lessThan(field: string, value: ValueType): DataSharePredicates; Model: @StageModelOnly | @ohos.data.dataSharePredicates.d.ts |
| Model changed | Class name: DataSharePredicates Method or attribute name: greaterThanOrEqualTo(field: string, value: ValueType): DataSharePredicates; Model: N/A | Class name: DataSharePredicates Method or attribute name: greaterThanOrEqualTo(field: string, value: ValueType): DataSharePredicates; Model: @StageModelOnly | @ohos.data.dataSharePredicates.d.ts |
| Model changed | Class name: DataSharePredicates Method or attribute name: lessThanOrEqualTo(field: string, value: ValueType): DataSharePredicates; Model: N/A | Class name: DataSharePredicates Method or attribute name: lessThanOrEqualTo(field: string, value: ValueType): DataSharePredicates; Model: @StageModelOnly | @ohos.data.dataSharePredicates.d.ts |
| Model changed | Class name: DataSharePredicates Method or attribute name: orderByAsc(field: string): DataSharePredicates; Model: N/A | Class name: DataSharePredicates Method or attribute name: orderByAsc(field: string): DataSharePredicates; Model: @StageModelOnly | @ohos.data.dataSharePredicates.d.ts |
| Model changed | Class name: DataSharePredicates Method or attribute name: orderByDesc(field: string): DataSharePredicates; Model: N/A | Class name: DataSharePredicates Method or attribute name: orderByDesc(field: string): DataSharePredicates; Model: @StageModelOnly | @ohos.data.dataSharePredicates.d.ts |
| Model changed | Class name: DataSharePredicates Method or attribute name: distinct(): DataSharePredicates; Model: N/A | Class name: DataSharePredicates Method or attribute name: distinct(): DataSharePredicates; Model: @StageModelOnly | @ohos.data.dataSharePredicates.d.ts |
| Model changed | Class name: DataSharePredicates Method or attribute name: limit(total: number, offset: number): DataSharePredicates; Model: N/A | Class name: DataSharePredicates Method or attribute name: limit(total: number, offset: number): DataSharePredicates; Model: @StageModelOnly | @ohos.data.dataSharePredicates.d.ts |
| Model changed | Class name: DataSharePredicates Method or attribute name: groupBy(fields: Array Model: N/A | Class name: DataSharePredicates Method or attribute name: groupBy(fields: Array Model: @StageModelOnly | @ohos.data.dataSharePredicates.d.ts |
| Model changed | Class name: DataSharePredicates Method or attribute name: indexedBy(field: string): DataSharePredicates; Model: N/A | Class name: DataSharePredicates Method or attribute name: indexedBy(field: string): DataSharePredicates; Model: @StageModelOnly | @ohos.data.dataSharePredicates.d.ts |
| Model changed | Class name: DataSharePredicates Method or attribute name: in(field: string, value: Array Model: N/A | Class name: DataSharePredicates Method or attribute name: in(field: string, value: Array Model: @StageModelOnly | @ohos.data.dataSharePredicates.d.ts |
| Model changed | Class name: DataSharePredicates Method or attribute name: notIn(field: string, value: Array Model: N/A | Class name: DataSharePredicates Method or attribute name: notIn(field: string, value: Array Model: @StageModelOnly | @ohos.data.dataSharePredicates.d.ts |
| Model changed | Class name: DataSharePredicates Method or attribute name: prefixKey(prefix: string): DataSharePredicates; Model: N/A | Class name: DataSharePredicates Method or attribute name: prefixKey(prefix: string): DataSharePredicates; Model: @StageModelOnly | @ohos.data.dataSharePredicates.d.ts |
| Model changed | Class name: DataSharePredicates Method or attribute name: inKeys(keys: Array Model: N/A | Class name: DataSharePredicates Method or attribute name: inKeys(keys: Array Model: @StageModelOnly | @ohos.data.dataSharePredicates.d.ts |
| Model changed | Class name: DataType Model: N/A | Class name: DataType Model: @StageModelOnly | @ohos.data.DataShareResultSet.d.ts |
| Model changed | Class name: DataType Method or attribute name: TYPE_NULL = 0 Model: N/A | Class name: DataType Method or attribute name: TYPE_NULL = 0 Model: @StageModelOnly | @ohos.data.DataShareResultSet.d.ts |
| Model changed | Class name: DataType Method or attribute name: TYPE_LONG = 1 Model: N/A | Class name: DataType Method or attribute name: TYPE_LONG = 1 Model: @StageModelOnly | @ohos.data.DataShareResultSet.d.ts |
| Model changed | Class name: DataType Method or attribute name: TYPE_DOUBLE = 2 Model: N/A | Class name: DataType Method or attribute name: TYPE_DOUBLE = 2 Model: @StageModelOnly | @ohos.data.DataShareResultSet.d.ts |
| Model changed | Class name: DataType Method or attribute name: TYPE_STRING = 3 Model: N/A | Class name: DataType Method or attribute name: TYPE_STRING = 3 Model: @StageModelOnly | @ohos.data.DataShareResultSet.d.ts |
| Model changed | Class name: DataType Method or attribute name: TYPE_BLOB = 4 Model: N/A | Class name: DataType Method or attribute name: TYPE_BLOB = 4 Model: @StageModelOnly | @ohos.data.DataShareResultSet.d.ts |
| Model changed | Class name: DataShareResultSet Model: N/A | Class name: DataShareResultSet Model: @StageModelOnly | @ohos.data.DataShareResultSet.d.ts |
| Model changed | Class name: DataShareResultSet Method or attribute name: columnNames: Array Model: N/A | Class name: DataShareResultSet Method or attribute name: columnNames: Array Model: @StageModelOnly | @ohos.data.DataShareResultSet.d.ts |
| Model changed | Class name: DataShareResultSet Method or attribute name: columnCount: number; Model: N/A | Class name: DataShareResultSet Method or attribute name: columnCount: number; Model: @StageModelOnly | @ohos.data.DataShareResultSet.d.ts |
| Model changed | Class name: DataShareResultSet Method or attribute name: rowCount: number; Model: N/A | Class name: DataShareResultSet Method or attribute name: rowCount: number; Model: @StageModelOnly | @ohos.data.DataShareResultSet.d.ts |
| Model changed | Class name: DataShareResultSet Method or attribute name: isClosed: boolean; Model: N/A | Class name: DataShareResultSet Method or attribute name: isClosed: boolean; Model: @StageModelOnly | @ohos.data.DataShareResultSet.d.ts |
| Model changed | Class name: DataShareResultSet Method or attribute name: goToFirstRow(): boolean; Model: N/A | Class name: DataShareResultSet Method or attribute name: goToFirstRow(): boolean; Model: @StageModelOnly | @ohos.data.DataShareResultSet.d.ts |
| Model changed | Class name: DataShareResultSet Method or attribute name: goToLastRow(): boolean; Model: N/A | Class name: DataShareResultSet Method or attribute name: goToLastRow(): boolean; Model: @StageModelOnly | @ohos.data.DataShareResultSet.d.ts |
| Model changed | Class name: DataShareResultSet Method or attribute name: goToNextRow(): boolean; Model: N/A | Class name: DataShareResultSet Method or attribute name: goToNextRow(): boolean; Model: @StageModelOnly | @ohos.data.DataShareResultSet.d.ts |
| Model changed | Class name: DataShareResultSet Method or attribute name: goToPreviousRow(): boolean; Model: N/A | Class name: DataShareResultSet Method or attribute name: goToPreviousRow(): boolean; Model: @StageModelOnly | @ohos.data.DataShareResultSet.d.ts |
| Model changed | Class name: DataShareResultSet Method or attribute name: goTo(offset: number): boolean; Model: N/A | Class name: DataShareResultSet Method or attribute name: goTo(offset: number): boolean; Model: @StageModelOnly | @ohos.data.DataShareResultSet.d.ts |
| Model changed | Class name: DataShareResultSet Method or attribute name: goToRow(position: number): boolean; Model: N/A | Class name: DataShareResultSet Method or attribute name: goToRow(position: number): boolean; Model: @StageModelOnly | @ohos.data.DataShareResultSet.d.ts |
| Model changed | Class name: DataShareResultSet Method or attribute name: getBlob(columnIndex: number): Uint8Array; Model: N/A | Class name: DataShareResultSet Method or attribute name: getBlob(columnIndex: number): Uint8Array; Model: @StageModelOnly | @ohos.data.DataShareResultSet.d.ts |
| Model changed | Class name: DataShareResultSet Method or attribute name: getString(columnIndex: number): string; Model: N/A | Class name: DataShareResultSet Method or attribute name: getString(columnIndex: number): string; Model: @StageModelOnly | @ohos.data.DataShareResultSet.d.ts |
| Model changed | Class name: DataShareResultSet Method or attribute name: getLong(columnIndex: number): number; Model: N/A | Class name: DataShareResultSet Method or attribute name: getLong(columnIndex: number): number; Model: @StageModelOnly | @ohos.data.DataShareResultSet.d.ts |
| Model changed | Class name: DataShareResultSet Method or attribute name: getDouble(columnIndex: number): number; Model: N/A | Class name: DataShareResultSet Method or attribute name: getDouble(columnIndex: number): number; Model: @StageModelOnly | @ohos.data.DataShareResultSet.d.ts |
| Model changed | Class name: DataShareResultSet Method or attribute name: close(): void; Model: N/A | Class name: DataShareResultSet Method or attribute name: close(): void; Model: @StageModelOnly | @ohos.data.DataShareResultSet.d.ts |
| Model changed | Class name: DataShareResultSet Method or attribute name: getColumnIndex(columnName: string): number; Model: N/A | Class name: DataShareResultSet Method or attribute name: getColumnIndex(columnName: string): number; Model: @StageModelOnly | @ohos.data.DataShareResultSet.d.ts |
| Model changed | Class name: DataShareResultSet Method or attribute name: getColumnName(columnIndex: number): string; Model: N/A | Class name: DataShareResultSet Method or attribute name: getColumnName(columnIndex: number): string; Model: @StageModelOnly | @ohos.data.DataShareResultSet.d.ts |
| Model changed | Class name: DataShareResultSet Method or attribute name: getDataType(columnIndex: number): DataType; Model: N/A | Class name: DataShareResultSet Method or attribute name: getDataType(columnIndex: number): DataType; Model: @StageModelOnly | @ohos.data.DataShareResultSet.d.ts |
| Model changed | Class name: SingleKVStore Method or attribute name: putBatch(value: Array Model: N/A | Class name: SingleKVStore Method or attribute name: putBatch(value: Array Model: @StageModelOnly | @ohos.data.distributedKVStore.d.ts |
| Model changed | Class name: SingleKVStore Method or attribute name: putBatch(value: Array Model: N/A | Class name: SingleKVStore Method or attribute name: putBatch(value: Array Model: @StageModelOnly | @ohos.data.distributedKVStore.d.ts |
| Model changed | Class name: SingleKVStore Method or attribute name: delete(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback Model: N/A | Class name: SingleKVStore Method or attribute name: delete(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback Model: @StageModelOnly | @ohos.data.distributedKVStore.d.ts |
| Model changed | Class name: SingleKVStore Method or attribute name: delete(predicates: dataSharePredicates.DataSharePredicates): Promise Model: N/A | Class name: SingleKVStore Method or attribute name: delete(predicates: dataSharePredicates.DataSharePredicates): Promise Model: @StageModelOnly | @ohos.data.distributedKVStore.d.ts |
| Model changed | Class name: SingleKVStore Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback Model: N/A | Class name: SingleKVStore Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback Model: @StageModelOnly | @ohos.data.distributedKVStore.d.ts |
| Model changed | Class name: SingleKVStore Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise Model: N/A | Class name: SingleKVStore Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise Model: @StageModelOnly | @ohos.data.distributedKVStore.d.ts |
| Model changed | Class name: DeviceKVStore Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback Model: N/A | Class name: DeviceKVStore Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback Model: @StageModelOnly | @ohos.data.distributedKVStore.d.ts |
| Model changed | Class name: DeviceKVStore Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise Model: N/A | Class name: DeviceKVStore Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise Model: @StageModelOnly | @ohos.data.distributedKVStore.d.ts |
| Model changed | Class name: DeviceKVStore Method or attribute name: getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback Model: N/A | Class name: DeviceKVStore Method or attribute name: getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback Model: @StageModelOnly | @ohos.data.distributedKVStore.d.ts |
| Model changed | Class name: DeviceKVStore Method or attribute name: getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates): Promise Model: N/A | Class name: DeviceKVStore Method or attribute name: getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates): Promise Model: @StageModelOnly | @ohos.data.distributedKVStore.d.ts |
| Access level changed | Class name: dataSharePredicates Access level: public API | Class name: dataSharePredicates Access level: system API | @ohos.data.dataSharePredicates.d.ts |
| Deprecated version changed | Class name: rdb Method or attribute name: type ValuesBucket = { [key:string]: ValueType |Uint8Array |null; } Deprecated version: N/A | Class name: rdb Method or attribute name: type ValuesBucket = { [key:string]: ValueType |Uint8Array |null; } Deprecated version: 9 Substitute API: ohos.data.relationalStore.ValuesBucket | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: rdb Method or attribute name: function getRdbStoreV9(context: Context, config: StoreConfigV9, version: number, callback: AsyncCallback Deprecated version: N/A | Class name: rdb Method or attribute name: function getRdbStoreV9(context: Context, config: StoreConfigV9, version: number, callback: AsyncCallback Deprecated version: 9 Substitute API: ohos.data.relationalStore.getRdbStore | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: rdb Method or attribute name: function getRdbStoreV9(context: Context, config: StoreConfigV9, version: number): Promise Deprecated version: N/A | Class name: rdb Method or attribute name: function getRdbStoreV9(context: Context, config: StoreConfigV9, version: number): Promise Deprecated version: 9 Substitute API: N/A | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: rdb Method or attribute name: function deleteRdbStoreV9(context: Context, name: string, callback: AsyncCallback Deprecated version: N/A | Class name: rdb Method or attribute name: function deleteRdbStoreV9(context: Context, name: string, callback: AsyncCallback Deprecated version: 9 Substitute API: ohos.data.relationalStore.getRdbStore | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: rdb Method or attribute name: function deleteRdbStoreV9(context: Context, name: string): Promise Deprecated version: N/A | Class name: rdb Method or attribute name: function deleteRdbStoreV9(context: Context, name: string): Promise Deprecated version: 9 Substitute API: ohos.data.relationalStore.getRdbStore | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: SyncMode Deprecated version: N/A | Class name: SyncMode Deprecated version: 9 Substitute API: ohos.data.relationalStore.SyncMode | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: SyncMode Method or attribute name: SYNC_MODE_PUSH = 0 Deprecated version: N/A | Class name: SyncMode Method or attribute name: SYNC_MODE_PUSH = 0 Deprecated version: 9 Substitute API: ohos.data.relationalStore.SyncMode.SYNC_MODE_PUSH | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: SyncMode Method or attribute name: SYNC_MODE_PULL = 1 Deprecated version: N/A | Class name: SyncMode Method or attribute name: SYNC_MODE_PULL = 1 Deprecated version: 9 Substitute API: ohos.data.relationalStore.SyncMode.SYNC_MODE_PULL | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: SubscribeType Deprecated version: N/A | Class name: SubscribeType Deprecated version: 9 Substitute API: ohos.data.relationalStore.SubscribeType | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: SubscribeType Method or attribute name: SUBSCRIBE_TYPE_REMOTE = 0 Deprecated version: N/A | Class name: SubscribeType Method or attribute name: SUBSCRIBE_TYPE_REMOTE = 0 Deprecated version: 9 Substitute API: ohos.data.relationalStore.SubscribeType.SUBSCRIBE_TYPE_REMOTE | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: SecurityLevel Deprecated version: N/A | Class name: SecurityLevel Deprecated version: 9 Substitute API: ohos.data.relationalStore.SecurityLevel | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: SecurityLevel Method or attribute name: S1 = 1 Deprecated version: N/A | Class name: SecurityLevel Method or attribute name: S1 = 1 Deprecated version: 9 Substitute API: ohos.data.relationalStore.SubscribeType.SecurityLevel.S1 | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: SecurityLevel Method or attribute name: S2 = 2 Deprecated version: N/A | Class name: SecurityLevel Method or attribute name: S2 = 2 Deprecated version: 9 Substitute API: ohos.data.relationalStore.SubscribeType.SecurityLevel.S2 | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: SecurityLevel Method or attribute name: S3 = 3 Deprecated version: N/A | Class name: SecurityLevel Method or attribute name: S3 = 3 Deprecated version: 9 Substitute API: ohos.data.relationalStore.SubscribeType.SecurityLevel.S3 | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: SecurityLevel Method or attribute name: S4 = 4 Deprecated version: N/A | Class name: SecurityLevel Method or attribute name: S4 = 4 Deprecated version: 9 Substitute API: ohos.data.relationalStore.SubscribeType.SecurityLevel.S4 | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Deprecated version: N/A | Class name: RdbStoreV9 Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: insert(table: string, values: ValuesBucket, callback: AsyncCallback Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: insert(table: string, values: ValuesBucket, callback: AsyncCallback Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.insert | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: insert(table: string, values: ValuesBucket): Promise Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: insert(table: string, values: ValuesBucket): Promise Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.insert | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: batchInsert(table: string, values: Array Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: batchInsert(table: string, values: Array Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.batchInsert | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: batchInsert(table: string, values: Array Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: batchInsert(table: string, values: Array Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.batchInsert | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicatesV9, callback: AsyncCallback Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicatesV9, callback: AsyncCallback Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.update | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicatesV9): Promise Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicatesV9): Promise Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.update | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.update | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.update | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: delete(predicates: RdbPredicatesV9, callback: AsyncCallback Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: delete(predicates: RdbPredicatesV9, callback: AsyncCallback Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.delete | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: delete(predicates: RdbPredicatesV9): Promise Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: delete(predicates: RdbPredicatesV9): Promise Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.delete | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.delete | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.delete | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: query(predicates: RdbPredicatesV9, columns: Array Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: query(predicates: RdbPredicatesV9, columns: Array Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.query | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: query(predicates: RdbPredicatesV9, columns ?: Array Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: query(predicates: RdbPredicatesV9, columns ?: Array Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.query | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns: Array Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns: Array Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.query | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns ?: Array Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns ?: Array Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.query | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: remoteQuery(device: string, table: string, predicates: RdbPredicatesV9, columns: Array Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: remoteQuery(device: string, table: string, predicates: RdbPredicatesV9, columns: Array Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.remoteQuery | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: remoteQuery(device: string, table: string, predicates: RdbPredicatesV9, columns: Array Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: remoteQuery(device: string, table: string, predicates: RdbPredicatesV9, columns: Array Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.remoteQuery | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: querySql(sql: string, bindArgs: Array Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: querySql(sql: string, bindArgs: Array Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.querySql | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: querySql(sql: string, bindArgs ?: Array Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: querySql(sql: string, bindArgs ?: Array Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.querySql | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: executeSql(sql: string, bindArgs: Array Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: executeSql(sql: string, bindArgs: Array Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.executeSql | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: executeSql(sql: string, bindArgs ?: Array Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: executeSql(sql: string, bindArgs ?: Array Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.executeSql | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: beginTransaction(): void; Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: beginTransaction(): void; Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.beginTransaction | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: commit(): void; Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: commit(): void; Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.commit | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: rollBack(): void; Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: rollBack(): void; Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.rollBack | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: backup(destName: string, callback: AsyncCallback Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: backup(destName: string, callback: AsyncCallback Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.backup | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: backup(destName: string): Promise Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: backup(destName: string): Promise Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.backup | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: restore(srcName: string, callback: AsyncCallback Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: restore(srcName: string, callback: AsyncCallback Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.restore | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: restore(srcName: string): Promise Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: restore(srcName: string): Promise Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.restore | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: setDistributedTables(tables: Array Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: setDistributedTables(tables: Array Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.setDistributedTables | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: setDistributedTables(tables: Array Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: setDistributedTables(tables: Array Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.setDistributedTables | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: obtainDistributedTableName(device: string, table: string, callback: AsyncCallback Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: obtainDistributedTableName(device: string, table: string, callback: AsyncCallback Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.obtainDistributedTableName | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: obtainDistributedTableName(device: string, table: string): Promise Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: obtainDistributedTableName(device: string, table: string): Promise Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.obtainDistributedTableName | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: sync(mode: SyncMode, predicates: RdbPredicatesV9, callback: AsyncCallback<Array<[ string, number ]>>): void; Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: sync(mode: SyncMode, predicates: RdbPredicatesV9, callback: AsyncCallback<Array<[ string, number ]>>): void; Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.sync | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: sync(mode: SyncMode, predicates: RdbPredicatesV9): Promise<Array<[ string, number ]>>; Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: sync(mode: SyncMode, predicates: RdbPredicatesV9): Promise<Array<[ string, number ]>>; Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.sync | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: on(event: 'dataChange', type: SubscribeType, observer: Callback<Array Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: on(event: 'dataChange', type: SubscribeType, observer: Callback<Array Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.on | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbStoreV9 Method or attribute name: off(event: 'dataChange', type: SubscribeType, observer: Callback<Array Deprecated version: N/A | Class name: RdbStoreV9 Method or attribute name: off(event: 'dataChange', type: SubscribeType, observer: Callback<Array Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbStore.off | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: StoreConfigV9 Deprecated version: N/A | Class name: StoreConfigV9 Deprecated version: 9 Substitute API: ohos.data.relationalStore.StoreConfig | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: StoreConfigV9 Method or attribute name: name: string; Deprecated version: N/A | Class name: StoreConfigV9 Method or attribute name: name: string; Deprecated version: 9 Substitute API: ohos.data.relationalStore.StoreConfig.name | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: StoreConfigV9 Method or attribute name: securityLevel: SecurityLevel; Deprecated version: N/A | Class name: StoreConfigV9 Method or attribute name: securityLevel: SecurityLevel; Deprecated version: 9 Substitute API: ohos.data.relationalStore.StoreConfig.securityLevel | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: StoreConfigV9 Method or attribute name: encrypt ?: boolean; Deprecated version: N/A | Class name: StoreConfigV9 Method or attribute name: encrypt ?: boolean; Deprecated version: 9 Substitute API: ohos.data.relationalStore.StoreConfig.encrypt | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbPredicatesV9 Deprecated version: N/A | Class name: RdbPredicatesV9 Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbPredicates | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbPredicatesV9 Method or attribute name: constructor(name: string) Deprecated version: N/A | Class name: RdbPredicatesV9 Method or attribute name: constructor(name: string) Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbPredicates.constructor | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbPredicatesV9 Method or attribute name: inDevices(devices: Array Deprecated version: N/A | Class name: RdbPredicatesV9 Method or attribute name: inDevices(devices: Array Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbPredicates.inDevices | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbPredicatesV9 Method or attribute name: inAllDevices(): RdbPredicatesV9; Deprecated version: N/A | Class name: RdbPredicatesV9 Method or attribute name: inAllDevices(): RdbPredicatesV9; Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbPredicates.inAllDevices | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbPredicatesV9 Method or attribute name: equalTo(field: string, value: ValueType): RdbPredicatesV9; Deprecated version: N/A | Class name: RdbPredicatesV9 Method or attribute name: equalTo(field: string, value: ValueType): RdbPredicatesV9; Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbPredicates.equalTo | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbPredicatesV9 Method or attribute name: notEqualTo(field: string, value: ValueType): RdbPredicatesV9; Deprecated version: N/A | Class name: RdbPredicatesV9 Method or attribute name: notEqualTo(field: string, value: ValueType): RdbPredicatesV9; Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbPredicates.notEqualTo | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbPredicatesV9 Method or attribute name: beginWrap(): RdbPredicatesV9; Deprecated version: N/A | Class name: RdbPredicatesV9 Method or attribute name: beginWrap(): RdbPredicatesV9; Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbPredicates.beginWrap | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbPredicatesV9 Method or attribute name: endWrap(): RdbPredicatesV9; Deprecated version: N/A | Class name: RdbPredicatesV9 Method or attribute name: endWrap(): RdbPredicatesV9; Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbPredicates.endWrap | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbPredicatesV9 Method or attribute name: or(): RdbPredicatesV9; Deprecated version: N/A | Class name: RdbPredicatesV9 Method or attribute name: or(): RdbPredicatesV9; Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbPredicates.or | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbPredicatesV9 Method or attribute name: and(): RdbPredicatesV9; Deprecated version: N/A | Class name: RdbPredicatesV9 Method or attribute name: and(): RdbPredicatesV9; Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbPredicates.and | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbPredicatesV9 Method or attribute name: contains(field: string, value: string): RdbPredicatesV9; Deprecated version: N/A | Class name: RdbPredicatesV9 Method or attribute name: contains(field: string, value: string): RdbPredicatesV9; Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbPredicates.contains | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbPredicatesV9 Method or attribute name: beginsWith(field: string, value: string): RdbPredicatesV9; Deprecated version: N/A | Class name: RdbPredicatesV9 Method or attribute name: beginsWith(field: string, value: string): RdbPredicatesV9; Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbPredicates.beginsWith | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbPredicatesV9 Method or attribute name: endsWith(field: string, value: string): RdbPredicatesV9; Deprecated version: N/A | Class name: RdbPredicatesV9 Method or attribute name: endsWith(field: string, value: string): RdbPredicatesV9; Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbPredicates.endsWith | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbPredicatesV9 Method or attribute name: isNull(field: string): RdbPredicatesV9; Deprecated version: N/A | Class name: RdbPredicatesV9 Method or attribute name: isNull(field: string): RdbPredicatesV9; Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbPredicates.isNull | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbPredicatesV9 Method or attribute name: isNotNull(field: string): RdbPredicatesV9; Deprecated version: N/A | Class name: RdbPredicatesV9 Method or attribute name: isNotNull(field: string): RdbPredicatesV9; Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbPredicates.isNotNull | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbPredicatesV9 Method or attribute name: like(field: string, value: string): RdbPredicatesV9; Deprecated version: N/A | Class name: RdbPredicatesV9 Method or attribute name: like(field: string, value: string): RdbPredicatesV9; Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbPredicates.like | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbPredicatesV9 Method or attribute name: glob(field: string, value: string): RdbPredicatesV9; Deprecated version: N/A | Class name: RdbPredicatesV9 Method or attribute name: glob(field: string, value: string): RdbPredicatesV9; Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbPredicates.glob | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbPredicatesV9 Method or attribute name: between(field: string, low: ValueType, high: ValueType): RdbPredicatesV9; Deprecated version: N/A | Class name: RdbPredicatesV9 Method or attribute name: between(field: string, low: ValueType, high: ValueType): RdbPredicatesV9; Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbPredicates.between | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbPredicatesV9 Method or attribute name: notBetween(field: string, low: ValueType, high: ValueType): RdbPredicatesV9; Deprecated version: N/A | Class name: RdbPredicatesV9 Method or attribute name: notBetween(field: string, low: ValueType, high: ValueType): RdbPredicatesV9; Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbPredicates.notBetween | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbPredicatesV9 Method or attribute name: greaterThan(field: string, value: ValueType): RdbPredicatesV9; Deprecated version: N/A | Class name: RdbPredicatesV9 Method or attribute name: greaterThan(field: string, value: ValueType): RdbPredicatesV9; Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbPredicates.greaterThan | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbPredicatesV9 Method or attribute name: lessThan(field: string, value: ValueType): RdbPredicatesV9; Deprecated version: N/A | Class name: RdbPredicatesV9 Method or attribute name: lessThan(field: string, value: ValueType): RdbPredicatesV9; Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbPredicates.lessThan | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbPredicatesV9 Method or attribute name: greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicatesV9; Deprecated version: N/A | Class name: RdbPredicatesV9 Method or attribute name: greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicatesV9; Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbPredicates.greaterThanOrEqualTo | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbPredicatesV9 Method or attribute name: lessThanOrEqualTo(field: string, value: ValueType): RdbPredicatesV9; Deprecated version: N/A | Class name: RdbPredicatesV9 Method or attribute name: lessThanOrEqualTo(field: string, value: ValueType): RdbPredicatesV9; Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbPredicates.lessThanOrEqualTo | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbPredicatesV9 Method or attribute name: orderByAsc(field: string): RdbPredicatesV9; Deprecated version: N/A | Class name: RdbPredicatesV9 Method or attribute name: orderByAsc(field: string): RdbPredicatesV9; Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbPredicates.orderByAsc | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbPredicatesV9 Method or attribute name: orderByDesc(field: string): RdbPredicatesV9; Deprecated version: N/A | Class name: RdbPredicatesV9 Method or attribute name: orderByDesc(field: string): RdbPredicatesV9; Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbPredicates.orderByDesc | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbPredicatesV9 Method or attribute name: distinct(): RdbPredicatesV9; Deprecated version: N/A | Class name: RdbPredicatesV9 Method or attribute name: distinct(): RdbPredicatesV9; Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbPredicates.distinct | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbPredicatesV9 Method or attribute name: limitAs(value: number): RdbPredicatesV9; Deprecated version: N/A | Class name: RdbPredicatesV9 Method or attribute name: limitAs(value: number): RdbPredicatesV9; Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbPredicates.limitAs | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbPredicatesV9 Method or attribute name: offsetAs(rowOffset: number): RdbPredicatesV9; Deprecated version: N/A | Class name: RdbPredicatesV9 Method or attribute name: offsetAs(rowOffset: number): RdbPredicatesV9; Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbPredicates.offsetAs | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbPredicatesV9 Method or attribute name: groupBy(fields: Array Deprecated version: N/A | Class name: RdbPredicatesV9 Method or attribute name: groupBy(fields: Array Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbPredicates.groupBy | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbPredicatesV9 Method or attribute name: indexedBy(field: string): RdbPredicatesV9; Deprecated version: N/A | Class name: RdbPredicatesV9 Method or attribute name: indexedBy(field: string): RdbPredicatesV9; Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbPredicates.indexedBy | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbPredicatesV9 Method or attribute name: in(field: string, value: Array Deprecated version: N/A | Class name: RdbPredicatesV9 Method or attribute name: in(field: string, value: Array Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbPredicates.in | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: RdbPredicatesV9 Method or attribute name: notIn(field: string, value: Array Deprecated version: N/A | Class name: RdbPredicatesV9 Method or attribute name: notIn(field: string, value: Array Deprecated version: 9 Substitute API: ohos.data.relationalStore.RdbPredicates.notIn | @ohos.data.rdb.d.ts |
| Deprecated version changed | Class name: ResultSetV9 Deprecated version: N/A | Class name: ResultSetV9 Deprecated version: 9 Substitute API: ohos.data.relationalStore.ResultSet | resultSet.d.ts |
| Deprecated version changed | Class name: ResultSetV9 Method or attribute name: columnNames: Array Deprecated version: N/A | Class name: ResultSetV9 Method or attribute name: columnNames: Array Deprecated version: 9 Substitute API: ohos.data.relationalStore.ResultSet.columnNames | resultSet.d.ts |
| Deprecated version changed | Class name: ResultSetV9 Method or attribute name: columnCount: number; Deprecated version: N/A | Class name: ResultSetV9 Method or attribute name: columnCount: number; Deprecated version: 9 Substitute API: ohos.data.relationalStore.ResultSet.columnCount | resultSet.d.ts |
| Deprecated version changed | Class name: ResultSetV9 Method or attribute name: rowCount: number; Deprecated version: N/A | Class name: ResultSetV9 Method or attribute name: rowCount: number; Deprecated version: 9 Substitute API: ohos.data.relationalStore.ResultSet.rowCount | resultSet.d.ts |
| Deprecated version changed | Class name: ResultSetV9 Method or attribute name: rowIndex: number; Deprecated version: N/A | Class name: ResultSetV9 Method or attribute name: rowIndex: number; Deprecated version: 9 Substitute API: ohos.data.relationalStore.ResultSet.rowIndex | resultSet.d.ts |
| Deprecated version changed | Class name: ResultSetV9 Method or attribute name: isAtFirstRow: boolean; Deprecated version: N/A | Class name: ResultSetV9 Method or attribute name: isAtFirstRow: boolean; Deprecated version: 9 Substitute API: ohos.data.relationalStore.ResultSet.isAtFirstRow | resultSet.d.ts |
| Deprecated version changed | Class name: ResultSetV9 Method or attribute name: isAtLastRow: boolean; Deprecated version: N/A | Class name: ResultSetV9 Method or attribute name: isAtLastRow: boolean; Deprecated version: 9 Substitute API: ohos.data.relationalStore.ResultSet.isAtLastRow | resultSet.d.ts |
| Deprecated version changed | Class name: ResultSetV9 Method or attribute name: isEnded: boolean; Deprecated version: N/A | Class name: ResultSetV9 Method or attribute name: isEnded: boolean; Deprecated version: 9 Substitute API: ohos.data.relationalStore.ResultSet.isEnded | resultSet.d.ts |
| Deprecated version changed | Class name: ResultSetV9 Method or attribute name: isStarted: boolean; Deprecated version: N/A | Class name: ResultSetV9 Method or attribute name: isStarted: boolean; Deprecated version: 9 Substitute API: ohos.data.relationalStore.ResultSet.isStarted | resultSet.d.ts |
| Deprecated version changed | Class name: ResultSetV9 Method or attribute name: isClosed: boolean; Deprecated version: N/A | Class name: ResultSetV9 Method or attribute name: isClosed: boolean; Deprecated version: 9 Substitute API: ohos.data.relationalStore.ResultSet.isClosed | resultSet.d.ts |
| Deprecated version changed | Class name: ResultSetV9 Method or attribute name: getColumnIndex(columnName: string): number; Deprecated version: N/A | Class name: ResultSetV9 Method or attribute name: getColumnIndex(columnName: string): number; Deprecated version: 9 Substitute API: ohos.data.relationalStore.ResultSet.getColumnIndex | resultSet.d.ts |
| Deprecated version changed | Class name: ResultSetV9 Method or attribute name: getColumnName(columnIndex: number): string; Deprecated version: N/A | Class name: ResultSetV9 Method or attribute name: getColumnName(columnIndex: number): string; Deprecated version: 9 Substitute API: ohos.data.relationalStore.ResultSet.getColumnName | resultSet.d.ts |
| Deprecated version changed | Class name: ResultSetV9 Method or attribute name: goTo(offset: number): boolean; Deprecated version: N/A | Class name: ResultSetV9 Method or attribute name: goTo(offset: number): boolean; Deprecated version: 9 Substitute API: ohos.data.relationalStore.ResultSet.goTo | resultSet.d.ts |
| Deprecated version changed | Class name: ResultSetV9 Method or attribute name: goToRow(position: number): boolean; Deprecated version: N/A | Class name: ResultSetV9 Method or attribute name: goToRow(position: number): boolean; Deprecated version: 9 Substitute API: ohos.data.relationalStore.ResultSet.goToRow | resultSet.d.ts |
| Deprecated version changed | Class name: ResultSetV9 Method or attribute name: goToFirstRow(): boolean; Deprecated version: N/A | Class name: ResultSetV9 Method or attribute name: goToFirstRow(): boolean; Deprecated version: 9 Substitute API: ohos.data.relationalStore.ResultSet.goToFirstRow | resultSet.d.ts |
| Deprecated version changed | Class name: ResultSetV9 Method or attribute name: goToLastRow(): boolean; Deprecated version: N/A | Class name: ResultSetV9 Method or attribute name: goToLastRow(): boolean; Deprecated version: 9 Substitute API: ohos.data.relationalStore.ResultSet.goToLastRow | resultSet.d.ts |
| Deprecated version changed | Class name: ResultSetV9 Method or attribute name: goToNextRow(): boolean; Deprecated version: N/A | Class name: ResultSetV9 Method or attribute name: goToNextRow(): boolean; Deprecated version: 9 Substitute API: ohos.data.relationalStore.ResultSet.goToNextRow | resultSet.d.ts |
| Deprecated version changed | Class name: ResultSetV9 Method or attribute name: goToPreviousRow(): boolean; Deprecated version: N/A | Class name: ResultSetV9 Method or attribute name: goToPreviousRow(): boolean; Deprecated version: 9 Substitute API: ohos.data.relationalStore.ResultSet.goToPreviousRow | resultSet.d.ts |
| Deprecated version changed | Class name: ResultSetV9 Method or attribute name: getBlob(columnIndex: number): Uint8Array; Deprecated version: N/A | Class name: ResultSetV9 Method or attribute name: getBlob(columnIndex: number): Uint8Array; Deprecated version: 9 Substitute API: ohos.data.relationalStore.ResultSet.getBlob | resultSet.d.ts |
| Deprecated version changed | Class name: ResultSetV9 Method or attribute name: getString(columnIndex: number): string; Deprecated version: N/A | Class name: ResultSetV9 Method or attribute name: getString(columnIndex: number): string; Deprecated version: 9 Substitute API: ohos.data.relationalStore.ResultSet.getString | resultSet.d.ts |
| Deprecated version changed | Class name: ResultSetV9 Method or attribute name: getLong(columnIndex: number): number; Deprecated version: N/A | Class name: ResultSetV9 Method or attribute name: getLong(columnIndex: number): number; Deprecated version: 9 Substitute API: ohos.data.relationalStore.ResultSet.getLong | resultSet.d.ts |
| Deprecated version changed | Class name: ResultSetV9 Method or attribute name: getDouble(columnIndex: number): number; Deprecated version: N/A | Class name: ResultSetV9 Method or attribute name: getDouble(columnIndex: number): number; Deprecated version: 9 Substitute API: ohos.data.relationalStore.ResultSet.getDouble | resultSet.d.ts |
| Deprecated version changed | Class name: ResultSetV9 Method or attribute name: isColumnNull(columnIndex: number): boolean; Deprecated version: N/A | Class name: ResultSetV9 Method or attribute name: isColumnNull(columnIndex: number): boolean; Deprecated version: 9 Substitute API: ohos.data.relationalStore.ResultSet.isColumnNull | resultSet.d.ts |
| Deprecated version changed | Class name: ResultSetV9 Method or attribute name: close(): void; Deprecated version: N/A | Class name: ResultSetV9 Method or attribute name: close(): void; Deprecated version: 9 Substitute API: ohos.data.relationalStore.ResultSet.close | resultSet.d.ts |
| Initial version changed | Class name: dataSharePredicates Initial version: N/A | Class name: dataSharePredicates Initial version: 9 | @ohos.data.dataSharePredicates.d.ts |
| Permission deleted | Class name: SubscribeType Permission: ohos.permission.DISTRIBUTED_DATASYNC | Class name: SubscribeType Permission: N/A | @ohos.data.rdb.d.ts |
| Access level changed | Class name: dataSharePredicates Access level: public API | Class name: dataSharePredicates Access level: system API | @ohos.data.dataSharePredicates.d.ts |
| Function changed | Class name: DeviceKVStore Method or attribute name: getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates): Promise | Class name: DeviceKVStore Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise | @ohos.data.distributedKVStore.d.ts |
| Function changed | Class name: DeviceKVStore Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise | Class name: DeviceKVStore Method or attribute name: getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates): Promise | @ohos.data.distributedKVStore.d.ts |
| Function changed | Class name: RdbStoreV9 Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise | Class name: RdbStoreV9 Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicatesV9): Promise | @ohos.data.rdb.d.ts |
| Function changed | Class name: RdbStoreV9 Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicatesV9): Promise | Class name: RdbStoreV9 Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise | @ohos.data.rdb.d.ts |
| Function changed | Class name: RdbStoreV9 Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise | Class name: RdbStoreV9 Method or attribute name: delete(predicates: RdbPredicatesV9): Promise | @ohos.data.rdb.d.ts |
| Function changed | Class name: RdbStoreV9 Method or attribute name: delete(predicates: RdbPredicatesV9): Promise | Class name: RdbStoreV9 Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise | @ohos.data.rdb.d.ts |
| Function changed | Class name: RdbStoreV9 Method or attribute name: query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns ?: Array | Class name: RdbStoreV9 Method or attribute name: query(predicates: RdbPredicatesV9, columns ?: Array | @ohos.data.rdb.d.ts |
| Function changed | Class name: RdbStoreV9 Method or attribute name: query(predicates: RdbPredicatesV9, columns ?: Array | Class name: RdbStoreV9 Method or attribute name: query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns ?: Array | @ohos.data.rdb.d.ts |
你可能感兴趣的鸿蒙文章
harmony 鸿蒙js-apidiff-application
harmony 鸿蒙js-apidiff-communication