openharmony 鸿蒙 js-apidiff-ArkData

2026-08-25 浏览 (1)

Change TypeOld VersionNew Versiond.ts File
New APINAClass name: unifiedDataChannel;
API declaration: function convertRecordsToEntries(data: UnifiedData): void;
DIfferences: function convertRecordsToEntries(data: UnifiedData): void;
api/@ohos.data.unifiedDataChannel.d.ts
New APINAClass name: preferences;
API declaration: enum StorageType
DIfferences: enum StorageType
api/@ohos.data.preferences.d.ts
New APINAClass name: StorageType;
API declaration: XML = 0
DIfferences: XML = 0
api/@ohos.data.preferences.d.ts
New APINAClass name: StorageType;
API declaration: GSKV
DIfferences: GSKV
api/@ohos.data.preferences.d.ts
New APINAClass name: Options;
API declaration: storageType?: StorageType |null |undefined;
DIfferences: storageType?: StorageType |null |undefined;
api/@ohos.data.preferences.d.ts
New APINAClass name: preferences;
API declaration: function isStorageTypeSupported(type: StorageType): boolean;
DIfferences: function isStorageTypeSupported(type: StorageType): boolean;
api/@ohos.data.preferences.d.ts
New APINAClass name: StoreConfig;
API declaration: rootDir?: string;
DIfferences: rootDir?: string;
api/@ohos.data.relationalStore.d.ts
New APINAClass name: StoreConfig;
API declaration: vector?: boolean;
DIfferences: vector?: boolean;
api/@ohos.data.relationalStore.d.ts
New APINAClass name: StoreConfig;
API declaration: tokenizer?: Tokenizer;
DIfferences: tokenizer?: Tokenizer;
api/@ohos.data.relationalStore.d.ts
New APINAClass name: StoreConfig;
API declaration: persist?: boolean;
DIfferences: persist?: boolean;
api/@ohos.data.relationalStore.d.ts
New APINAClass name: relationalStore;
API declaration: enum Tokenizer
DIfferences: enum Tokenizer
api/@ohos.data.relationalStore.d.ts
New APINAClass name: Tokenizer;
API declaration: NONE_TOKENIZER = 0
DIfferences: NONE_TOKENIZER = 0
api/@ohos.data.relationalStore.d.ts
New APINAClass name: Tokenizer;
API declaration: ICU_TOKENIZER
DIfferences: ICU_TOKENIZER
api/@ohos.data.relationalStore.d.ts
New APINAClass name: Tokenizer;
API declaration: CUSTOM_TOKENIZER
DIfferences: CUSTOM_TOKENIZER
api/@ohos.data.relationalStore.d.ts
New APINAClass name: DistributedConfig;
API declaration: asyncDownloadAsset?: boolean;
DIfferences: asyncDownloadAsset?: boolean;
api/@ohos.data.relationalStore.d.ts
New APINAClass name: DistributedConfig;
API declaration: enableCloud?: boolean;
DIfferences: enableCloud?: boolean;
api/@ohos.data.relationalStore.d.ts
New APINAClass name: relationalStore;
API declaration: enum ColumnType
DIfferences: enum ColumnType
api/@ohos.data.relationalStore.d.ts
New APINAClass name: ColumnType;
API declaration: NULL
DIfferences: NULL
api/@ohos.data.relationalStore.d.ts
New APINAClass name: ColumnType;
API declaration: INTEGER
DIfferences: INTEGER
api/@ohos.data.relationalStore.d.ts
New APINAClass name: ColumnType;
API declaration: REAL
DIfferences: REAL
api/@ohos.data.relationalStore.d.ts
New APINAClass name: ColumnType;
API declaration: TEXT
DIfferences: TEXT
api/@ohos.data.relationalStore.d.ts
New APINAClass name: ColumnType;
API declaration: BLOB
DIfferences: BLOB
api/@ohos.data.relationalStore.d.ts
New APINAClass name: ColumnType;
API declaration: ASSET
DIfferences: ASSET
api/@ohos.data.relationalStore.d.ts
New APINAClass name: ColumnType;
API declaration: ASSETS
DIfferences: ASSETS
api/@ohos.data.relationalStore.d.ts
New APINAClass name: ColumnType;
API declaration: FLOAT_VECTOR
DIfferences: FLOAT_VECTOR
api/@ohos.data.relationalStore.d.ts
New APINAClass name: ColumnType;
API declaration: UNLIMITED_INT
DIfferences: UNLIMITED_INT
api/@ohos.data.relationalStore.d.ts
New APINAClass name: ResultSet;
API declaration: getColumnType(columnIdentifier: number |string): Promise<ColumnType>;
DIfferences: getColumnType(columnIdentifier: number |string): Promise<ColumnType>;
api/@ohos.data.relationalStore.d.ts
New APINAClass name: ResultSet;
API declaration: getColumnTypeSync(columnIdentifier: number |string): ColumnType;
DIfferences: getColumnTypeSync(columnIdentifier: number |string): ColumnType;
api/@ohos.data.relationalStore.d.ts
New APINAClass name: ResultSet;
API declaration: getRows(maxCount: number, position?: number): Promise<Array<ValuesBucket>>;
DIfferences: getRows(maxCount: number, position?: number): Promise<Array<ValuesBucket>>;
api/@ohos.data.relationalStore.d.ts
New APINAClass name: RdbStore;
API declaration: batchInsertWithConflictResolution(table: string, values: Array<ValuesBucket>, conflict: ConflictResolution): Promise<number>;
DIfferences: batchInsertWithConflictResolution(table: string, values: Array<ValuesBucket>, conflict: ConflictResolution): Promise<number>;
api/@ohos.data.relationalStore.d.ts
New APINAClass name: RdbStore;
API declaration: batchInsertWithConflictResolutionSync(table: string, values: Array<ValuesBucket>, conflict: ConflictResolution): number;
DIfferences: batchInsertWithConflictResolutionSync(table: string, values: Array<ValuesBucket>, conflict: ConflictResolution): number;
api/@ohos.data.relationalStore.d.ts
New APINAClass name: Transaction;
API declaration: batchInsertWithConflictResolution(table: string, values: Array<ValuesBucket>, conflict: ConflictResolution): Promise<number>;
DIfferences: batchInsertWithConflictResolution(table: string, values: Array<ValuesBucket>, conflict: ConflictResolution): Promise<number>;
api/@ohos.data.relationalStore.d.ts
New APINAClass name: Transaction;
API declaration: batchInsertWithConflictResolutionSync(table: string, values: Array<ValuesBucket>, conflict: ConflictResolution): number;
DIfferences: batchInsertWithConflictResolutionSync(table: string, values: Array<ValuesBucket>, conflict: ConflictResolution): number;
api/@ohos.data.relationalStore.d.ts
New APINAClass name: relationalStore;
API declaration: function isVectorSupported(): boolean;
DIfferences: function isVectorSupported(): boolean;
api/@ohos.data.relationalStore.d.ts
New APINAClass name: relationalStore;
API declaration: function isTokenizerSupported(tokenizer: Tokenizer): boolean;
DIfferences: function isTokenizerSupported(tokenizer: Tokenizer): boolean;
api/@ohos.data.relationalStore.d.ts
Initial version changeClass name: Intention;
API declaration: DRAG = 'Drag'
DIfferences: 12
Class name: Intention;
API declaration: DRAG = 'Drag'
DIfferences: 14
api/@ohos.data.unifiedDataChannel.d.ts
Initial version changeClass name: unifiedDataChannel;
API declaration: function setAppShareOptions(intention: Intention, shareOptions: ShareOptions): void;
DIfferences: 12
Class name: unifiedDataChannel;
API declaration: function setAppShareOptions(intention: Intention, shareOptions: ShareOptions): void;
DIfferences: 14
api/@ohos.data.unifiedDataChannel.d.ts
Initial version changeClass name: unifiedDataChannel;
API declaration: function removeAppShareOptions(intention: Intention): void;
DIfferences: 12
Class name: unifiedDataChannel;
API declaration: function removeAppShareOptions(intention: Intention): void;
DIfferences: 14
api/@ohos.data.unifiedDataChannel.d.ts

你可能感兴趣的鸿蒙文章

openharmony 鸿蒙 js-apidiff-ArkGraphics2D

openharmony 鸿蒙 js-apidiff-ArkGraphics3D

openharmony 鸿蒙 js-apidiff-MediaKit

openharmony 鸿蒙 js-apidiff-InputKit

openharmony 鸿蒙 js-apidiff-BasicServicesKit

openharmony 鸿蒙 js-apidiff-ConnectivityKit

openharmony 鸿蒙 js-apidiff-ArkWeb

openharmony 鸿蒙 js-apidiff-MultimodalAwarenessKit

openharmony 鸿蒙 js-apidiff-IPCKit

openharmony 鸿蒙 js-apidiff-ArkTS

  • 所属分类: 后端技术
  • 本文标签: 鸿蒙 软件
  • 版权声明: 本文链接 https://seaxiang.com/blog/MOSQx8Ik