| 操作 | 旧版本 | 新版本 | d.ts文件 |
|---|---|---|---|
| 新增 | NA | 模块名: ohos.data.distributedDataObject 类名: DataObject | @ohos.data.distributedDataObject.d.ts |
| 新增 | NA | 类名:DataObject 方法or属性: | @ohos.data.distributedDataObject.d.ts |
| 新增 | NA | 模块名: ohos.data.distributedDataObject 类名: DataObject 方法 or 属性:setSessionId(sessionId: string, callback: AsyncCallback<void>): void; | @ohos.data.distributedDataObject.d.ts |
| 新增 | NA | 类名:DataObject 方法or属性:setSessionId(sessionId: string, callback: AsyncCallback<void>): void; | @ohos.data.distributedDataObject.d.ts |
| 新增 | NA | 模块名: ohos.data.distributedDataObject 类名: DataObject 方法 or 属性:setSessionId(callback: AsyncCallback<void>): void; | @ohos.data.distributedDataObject.d.ts |
| 新增 | NA | 类名:DataObject 方法or属性:setSessionId(callback: AsyncCallback<void>): void; | @ohos.data.distributedDataObject.d.ts |
| 新增 | NA | 模块名: ohos.data.distributedDataObject 类名: DataObject 方法 or 属性:setSessionId(sessionId?: string): Promise<void>; | @ohos.data.distributedDataObject.d.ts |
| 新增 | NA | 类名:DataObject 方法or属性:setSessionId(sessionId?: string): Promise<void>; | @ohos.data.distributedDataObject.d.ts |
| 新增 | NA | 模块名: ohos.data.distributedDataObject 类名: DataObject 方法 or 属性:on(type: 'change', callback: Callback<{ sessionId: string, fields: Array<string> }>): void; | @ohos.data.distributedDataObject.d.ts |
| 新增 | NA | 类名:DataObject 方法or属性:on(type: 'change', callback: Callback<{ sessionId: string, fields: Array<string> }>): void; | @ohos.data.distributedDataObject.d.ts |
| 新增 | NA | 模块名: ohos.data.distributedDataObject 类名: DataObject 方法 or 属性:off(type: 'change', callback?: Callback<{ sessionId: string, fields: Array<string> }>): void; | @ohos.data.distributedDataObject.d.ts |
| 新增 | NA | 类名:DataObject 方法or属性:off(type: 'change', callback?: Callback<{ sessionId: string, fields: Array<string> }>): void; | @ohos.data.distributedDataObject.d.ts |
| 新增 | NA | 模块名: ohos.data.distributedDataObject 类名: DataObject 方法 or 属性:on(type: 'status', callback: Callback<{ sessionId: string, networkId: string, status: 'online' |'offline' }>): void; | @ohos.data.distributedDataObject.d.ts |
| 新增 | NA | 类名:DataObject 方法or属性:on(type: 'status', callback: Callback<{ sessionId: string, networkId: string, status: 'online' |'offline' }>): void; | @ohos.data.distributedDataObject.d.ts |
| 新增 | NA | 模块名: ohos.data.distributedDataObject 类名: DataObject 方法 or 属性:off(type: 'status', callback?: Callback<{ sessionId: string, deviceId: string, status: 'online' |'offline' }>): void; | @ohos.data.distributedDataObject.d.ts |
| 新增 | NA | 类名:DataObject 方法or属性:off(type: 'status', callback?: Callback<{ sessionId: string, deviceId: string, status: 'online' |'offline' }>): void; | @ohos.data.distributedDataObject.d.ts |
| 新增 | NA | 模块名: ohos.data.distributedDataObject 类名: DataObject 方法 or 属性:save(deviceId: string, callback: AsyncCallback<SaveSuccessResponse>): void; | @ohos.data.distributedDataObject.d.ts |
| 新增 | NA | 类名:DataObject 方法or属性:save(deviceId: string, callback: AsyncCallback<SaveSuccessResponse>): void; | @ohos.data.distributedDataObject.d.ts |
| 新增 | NA | 模块名: ohos.data.distributedDataObject 类名: DataObject 方法 or 属性:save(deviceId: string): Promise<SaveSuccessResponse>; | @ohos.data.distributedDataObject.d.ts |
| 新增 | NA | 类名:DataObject 方法or属性:save(deviceId: string): Promise<SaveSuccessResponse>; | @ohos.data.distributedDataObject.d.ts |
| 新增 | NA | 模块名: ohos.data.distributedDataObject 类名: DataObject 方法 or 属性:revokeSave(callback: AsyncCallback<RevokeSaveSuccessResponse>): void; | @ohos.data.distributedDataObject.d.ts |
| 新增 | NA | 类名:DataObject 方法or属性:revokeSave(callback: AsyncCallback<RevokeSaveSuccessResponse>): void; | @ohos.data.distributedDataObject.d.ts |
| 新增 | NA | 模块名: ohos.data.distributedDataObject 类名: DataObject 方法 or 属性:revokeSave(): Promise<RevokeSaveSuccessResponse>; | @ohos.data.distributedDataObject.d.ts |
| 新增 | NA | 类名:DataObject 方法or属性:revokeSave(): Promise<RevokeSaveSuccessResponse>; | @ohos.data.distributedDataObject.d.ts |
| 新增 | NA | 类名:Constants 方法or属性:readonly MAX_KEY_LENGTH: number; | @ohos.data.distributedKVStore.d.ts |
| 新增 | NA | 类名:Constants 方法or属性:readonly MAX_VALUE_LENGTH: number; | @ohos.data.distributedKVStore.d.ts |
| 新增 | NA | 类名:Constants 方法or属性:readonly MAX_KEY_LENGTH_DEVICE: number; | @ohos.data.distributedKVStore.d.ts |
| 新增 | NA | 类名:Constants 方法or属性:readonly MAX_STORE_ID_LENGTH: number; | @ohos.data.distributedKVStore.d.ts |
| 新增 | NA | 类名:Constants 方法or属性:readonly MAX_QUERY_LENGTH: number; | @ohos.data.distributedKVStore.d.ts |
| 新增 | NA | 类名:Constants 方法or属性:readonly MAX_BATCH_SIZE: number; | @ohos.data.distributedKVStore.d.ts |
| 删除 | 模块名: ohos.data.distributedDataObject 类名: DistributedObjectV9 | NA | @ohos.data.distributedDataObject.d.ts |
| 删除 | 模块名: ohos.data.distributedDataObject 类名: DistributedObjectV9 方法 or 属性:setSessionId(sessionId: string, callback: AsyncCallback<void>): void; | NA | @ohos.data.distributedDataObject.d.ts |
| 删除 | 模块名: ohos.data.distributedDataObject 类名: DistributedObjectV9 方法 or 属性:setSessionId(callback: AsyncCallback<void>): void; | NA | @ohos.data.distributedDataObject.d.ts |
| 删除 | 模块名: ohos.data.distributedDataObject 类名: DistributedObjectV9 方法 or 属性:setSessionId(sessionId?: string): Promise<void>; | NA | @ohos.data.distributedDataObject.d.ts |
| 删除 | 模块名: ohos.data.distributedDataObject 类名: DistributedObjectV9 方法 or 属性:on(type: 'change', callback: Callback<{ sessionId: string, fields: Array<string> }>): void; | NA | @ohos.data.distributedDataObject.d.ts |
| 删除 | 模块名: ohos.data.distributedDataObject 类名: DistributedObjectV9 方法 or 属性:off(type: 'change', callback?: Callback<{ sessionId: string, fields: Array<string> }>): void; | NA | @ohos.data.distributedDataObject.d.ts |
| 删除 | 模块名: ohos.data.distributedDataObject 类名: DistributedObjectV9 方法 or 属性:on(type: 'status', callback: Callback<{ sessionId: string, networkId: string, status: 'online' |'offline' }>): void; | NA | @ohos.data.distributedDataObject.d.ts |
| 删除 | 模块名: ohos.data.distributedDataObject 类名: DistributedObjectV9 方法 or 属性:off(type: 'status', callback?: Callback<{ sessionId: string, deviceId: string, status: 'online' |'offline' }>): void; | NA | @ohos.data.distributedDataObject.d.ts |
| 删除 | 模块名: ohos.data.distributedDataObject 类名: DistributedObjectV9 方法 or 属性:save(deviceId: string, callback: AsyncCallback<SaveSuccessResponse>): void; | NA | @ohos.data.distributedDataObject.d.ts |
| 删除 | 模块名: ohos.data.distributedDataObject 类名: DistributedObjectV9 方法 or 属性:save(deviceId: string): Promise<SaveSuccessResponse>; | NA | @ohos.data.distributedDataObject.d.ts |
| 删除 | 模块名: ohos.data.distributedDataObject 类名: DistributedObjectV9 方法 or 属性:revokeSave(callback: AsyncCallback<RevokeSaveSuccessResponse>): void; | NA | @ohos.data.distributedDataObject.d.ts |
| 删除 | 模块名: ohos.data.distributedDataObject 类名: DistributedObjectV9 方法 or 属性:revokeSave(): Promise<RevokeSaveSuccessResponse>; | NA | @ohos.data.distributedDataObject.d.ts |
| 删除 | 模块名:ohos.data.distributedKVStore 类名:Constants | NA | @ohos.data.distributedKVStore.d.ts |
| 删除 | 模块名:ohos.data.distributedKVStore 类名:Constants 方法 or 属性:const MAX_KEY_LENGTH = 1024; | NA | @ohos.data.distributedKVStore.d.ts |
| 删除 | 模块名:ohos.data.distributedKVStore 类名:Constants 方法 or 属性:const MAX_VALUE_LENGTH = 4194303; | NA | @ohos.data.distributedKVStore.d.ts |
| 删除 | 模块名:ohos.data.distributedKVStore 类名:Constants 方法 or 属性:const MAX_KEY_LENGTH_DEVICE = 896; | NA | @ohos.data.distributedKVStore.d.ts |
| 删除 | 模块名:ohos.data.distributedKVStore 类名:Constants 方法 or 属性:const MAX_STORE_ID_LENGTH = 128; | NA | @ohos.data.distributedKVStore.d.ts |
| 删除 | 模块名:ohos.data.distributedKVStore 类名:Constants 方法 or 属性:const MAX_QUERY_LENGTH = 512000; | NA | @ohos.data.distributedKVStore.d.ts |
| 删除 | 模块名:ohos.data.distributedKVStore 类名:Constants 方法 or 属性:const MAX_BATCH_SIZE = 128; | NA | @ohos.data.distributedKVStore.d.ts |
| 删除 | 模块名:ohos.data.rdb 类名:rdb 方法 or 属性:function getRdbStoreV9(context: Context, config: StoreConfigV9, version: number, callback: AsyncCallback<RdbStoreV9>): void; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名:ohos.data.rdb 类名:rdb 方法 or 属性:function getRdbStoreV9(context: Context, config: StoreConfigV9, version: number): Promise<RdbStoreV9>; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名:ohos.data.rdb 类名:rdb 方法 or 属性:function deleteRdbStoreV9(context: Context, name: string, callback: AsyncCallback<void>): void; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名:ohos.data.rdb 类名:rdb 方法 or 属性:function deleteRdbStoreV9(context: Context, name: string): Promise<void>; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: SecurityLevel | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: SecurityLevel 方法 or 属性:S1 = 1 | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: SecurityLevel 方法 or 属性:S2 = 2 | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: SecurityLevel 方法 or 属性:S3 = 3 | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: SecurityLevel 方法 or 属性:S4 = 4 | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:insert(table: string, values: ValuesBucket, callback: AsyncCallback<number>): void; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:insert(table: string, values: ValuesBucket): Promise<number>; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:batchInsert(table: string, values: Array<ValuesBucket>, callback: AsyncCallback<number>): void; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:batchInsert(table: string, values: Array<ValuesBucket>): Promise<number>; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicatesV9, callback: AsyncCallback<number>): void; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicatesV9): Promise<number>; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback<number>): void; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise<number>; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:delete(predicates: RdbPredicatesV9, callback: AsyncCallback<number>): void; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:delete(predicates: RdbPredicatesV9): Promise<number>; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:delete(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback<number>): void; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise<number>; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:query(predicates: RdbPredicatesV9, columns: Array<string>, callback: AsyncCallback<ResultSetV9>): void; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:query(predicates: RdbPredicatesV9, columns ?: Array<string>): Promise<ResultSetV9>; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns: Array<string>, callback: AsyncCallback<ResultSetV9>): void; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns ?: Array<string>): Promise<ResultSetV9>; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:remoteQuery(device: string, table: string, predicates: RdbPredicatesV9, columns: Array<string>, callback: AsyncCallback<ResultSetV9>): void; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:remoteQuery(device: string, table: string, predicates: RdbPredicatesV9, columns: Array<string>): Promise<ResultSetV9>; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:querySql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<ResultSetV9>): void; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:querySql(sql: string, bindArgs ?: Array<ValueType>): Promise<ResultSetV9>; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:executeSql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<void>): void; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:executeSql(sql: string, bindArgs ?: Array<ValueType>): Promise<void>; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:beginTransaction(): void; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:commit(): void; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:rollBack(): void; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:backup(destName: string, callback: AsyncCallback<void>): void; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:backup(destName: string): Promise<void>; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:restore(srcName: string, callback: AsyncCallback<void>): void; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:restore(srcName: string): Promise<void>; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:setDistributedTables(tables: Array<string>, callback: AsyncCallback<void>): void; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:setDistributedTables(tables: Array<string>): Promise<void>; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:obtainDistributedTableName(device: string, table: string, callback: AsyncCallback<string>): void; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:obtainDistributedTableName(device: string, table: string): Promise<string>; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:sync(mode: SyncMode, predicates: RdbPredicatesV9, callback: AsyncCallback<Array<[ string, number ]>>): void; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:sync(mode: SyncMode, predicates: RdbPredicatesV9): Promise<Array<[ string, number ]>>; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:on(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbStoreV9 方法 or 属性:off(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: StoreConfigV9 | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: StoreConfigV9 方法 or 属性:name: string; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: StoreConfigV9 方法 or 属性:securityLevel: SecurityLevel; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: StoreConfigV9 方法 or 属性:encrypt ?: boolean; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbPredicatesV9 | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbPredicatesV9 方法 or 属性:constructor(name: string) | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbPredicatesV9 方法 or 属性:inDevices(devices: Array<string>): RdbPredicatesV9; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbPredicatesV9 方法 or 属性:inAllDevices(): RdbPredicatesV9; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbPredicatesV9 方法 or 属性:equalTo(field: string, value: ValueType): RdbPredicatesV9; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbPredicatesV9 方法 or 属性:notEqualTo(field: string, value: ValueType): RdbPredicatesV9; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbPredicatesV9 方法 or 属性:beginWrap(): RdbPredicatesV9; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbPredicatesV9 方法 or 属性:endWrap(): RdbPredicatesV9; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbPredicatesV9 方法 or 属性:or(): RdbPredicatesV9; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbPredicatesV9 方法 or 属性:and(): RdbPredicatesV9; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbPredicatesV9 方法 or 属性:contains(field: string, value: string): RdbPredicatesV9; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbPredicatesV9 方法 or 属性:beginsWith(field: string, value: string): RdbPredicatesV9; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbPredicatesV9 方法 or 属性:endsWith(field: string, value: string): RdbPredicatesV9; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbPredicatesV9 方法 or 属性:isNull(field: string): RdbPredicatesV9; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbPredicatesV9 方法 or 属性:isNotNull(field: string): RdbPredicatesV9; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbPredicatesV9 方法 or 属性:like(field: string, value: string): RdbPredicatesV9; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbPredicatesV9 方法 or 属性:glob(field: string, value: string): RdbPredicatesV9; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbPredicatesV9 方法 or 属性:between(field: string, low: ValueType, high: ValueType): RdbPredicatesV9; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbPredicatesV9 方法 or 属性:notBetween(field: string, low: ValueType, high: ValueType): RdbPredicatesV9; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbPredicatesV9 方法 or 属性:greaterThan(field: string, value: ValueType): RdbPredicatesV9; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbPredicatesV9 方法 or 属性:lessThan(field: string, value: ValueType): RdbPredicatesV9; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbPredicatesV9 方法 or 属性:greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicatesV9; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbPredicatesV9 方法 or 属性:lessThanOrEqualTo(field: string, value: ValueType): RdbPredicatesV9; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbPredicatesV9 方法 or 属性:orderByAsc(field: string): RdbPredicatesV9; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbPredicatesV9 方法 or 属性:orderByDesc(field: string): RdbPredicatesV9; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbPredicatesV9 方法 or 属性:distinct(): RdbPredicatesV9; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbPredicatesV9 方法 or 属性:limitAs(value: number): RdbPredicatesV9; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbPredicatesV9 方法 or 属性:offsetAs(rowOffset: number): RdbPredicatesV9; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbPredicatesV9 方法 or 属性:groupBy(fields: Array<string>): RdbPredicatesV9; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbPredicatesV9 方法 or 属性:indexedBy(field: string): RdbPredicatesV9; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbPredicatesV9 方法 or 属性:in(field: string, value: Array<ValueType>): RdbPredicatesV9; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: ohos.data.rdb 类名: RdbPredicatesV9 方法 or 属性:notIn(field: string, value: Array<ValueType>): RdbPredicatesV9; | NA | @ohos.data.rdb.d.ts |
| 删除 | 模块名: resultSet 类名: ResultSetV9 | NA | resultSet.d.ts |
| 删除 | 模块名: resultSet 类名: ResultSetV9 方法 or 属性:columnNames: Array<string>; | NA | resultSet.d.ts |
| 删除 | 模块名: resultSet 类名: ResultSetV9 方法 or 属性:columnCount: number; | NA | resultSet.d.ts |
| 删除 | 模块名: resultSet 类名: ResultSetV9 方法 or 属性:rowCount: number; | NA | resultSet.d.ts |
| 删除 | 模块名: resultSet 类名: ResultSetV9 方法 or 属性:rowIndex: number; | NA | resultSet.d.ts |
| 删除 | 模块名: resultSet 类名: ResultSetV9 方法 or 属性:isAtFirstRow: boolean; | NA | resultSet.d.ts |
| 删除 | 模块名: resultSet 类名: ResultSetV9 方法 or 属性:isAtLastRow: boolean; | NA | resultSet.d.ts |
| 删除 | 模块名: resultSet 类名: ResultSetV9 方法 or 属性:isEnded: boolean; | NA | resultSet.d.ts |
| 删除 | 模块名: resultSet 类名: ResultSetV9 方法 or 属性:isStarted: boolean; | NA | resultSet.d.ts |
| 删除 | 模块名: resultSet 类名: ResultSetV9 方法 or 属性:isClosed: boolean; | NA | resultSet.d.ts |
| 删除 | 模块名: resultSet 类名: ResultSetV9 方法 or 属性:getColumnIndex(columnName: string): number; | NA | resultSet.d.ts |
| 删除 | 模块名: resultSet 类名: ResultSetV9 方法 or 属性:getColumnName(columnIndex: number): string; | NA | resultSet.d.ts |
| 删除 | 模块名: resultSet 类名: ResultSetV9 方法 or 属性:goTo(offset: number): boolean; | NA | resultSet.d.ts |
| 删除 | 模块名: resultSet 类名: ResultSetV9 方法 or 属性:goToRow(position: number): boolean; | NA | resultSet.d.ts |
| 删除 | 模块名: resultSet 类名: ResultSetV9 方法 or 属性:goToFirstRow(): boolean; | NA | resultSet.d.ts |
| 删除 | 模块名: resultSet 类名: ResultSetV9 方法 or 属性:goToLastRow(): boolean; | NA | resultSet.d.ts |
| 删除 | 模块名: resultSet 类名: ResultSetV9 方法 or 属性:goToNextRow(): boolean; | NA | resultSet.d.ts |
| 删除 | 模块名: resultSet 类名: ResultSetV9 方法 or 属性:goToPreviousRow(): boolean; | NA | resultSet.d.ts |
| 删除 | 模块名: resultSet 类名: ResultSetV9 方法 or 属性:getBlob(columnIndex: number): Uint8Array; | NA | resultSet.d.ts |
| 删除 | 模块名: resultSet 类名: ResultSetV9 方法 or 属性:getString(columnIndex: number): string; | NA | resultSet.d.ts |
| 删除 | 模块名: resultSet 类名: ResultSetV9 方法 or 属性:getLong(columnIndex: number): number; | NA | resultSet.d.ts |
| 删除 | 模块名: resultSet 类名: ResultSetV9 方法 or 属性:getDouble(columnIndex: number): number; | NA | resultSet.d.ts |
| 删除 | 模块名: resultSet 类名: ResultSetV9 方法 or 属性:isColumnNull(columnIndex: number): boolean; | NA | resultSet.d.ts |
| 删除 | 模块名: resultSet 类名: ResultSetV9 方法 or 属性:close(): void; | NA | resultSet.d.ts |
| 废弃版本有变化 | 类名:rdb 废弃版本:N/A | 类名:rdb 废弃版本:9 代替接口:ohos.data.relationalStore | @ohos.data.rdb.d.ts |
| 新增(权限) | 类名:SubscribeType 权限:N/A | 类名:SubscribeType 权限:ohos.permission.DISTRIBUTED_DATASYNC | @ohos.data.rdb.d.ts |
| 新增(权限) | 类名:SubscribeType 权限:N/A | 类名:SubscribeType 权限:ohos.permission.DISTRIBUTED_DATASYNC | @ohos.data.relationalStore.d.ts |
| 函数有变化 | 类名:distributedDataObject 方法 or 属性:function create(context: Context, source: object): DistributedObjectV9; | 类名:distributedDataObject 方法 or 属性:function create(context: Context, source: object): DataObject; | @ohos.data.distributedDataObject.d.ts |
你可能感兴趣的鸿蒙文章
harmony 鸿蒙js-apidiff-application
harmony 鸿蒙js-apidiff-communication