9f3a45c6创建于 2025年12月19日历史提交

ArkData FAQs

How do I view detailed SQL execution error logs of an RDB store?

Call on('sqliteErrorOccurred') to obtain the error logs that occur during SQL execution.

How do I view SQL statements generated by an RDB store?

Call relationalStore.getInsertSqlInfo to obtain the SQL statement used to insert data.

Call relationalStore.getUpdateSqlInfo to obtain the SQL statement used to update data.

Call relationalStore.getDeleteSqlInfo to obtain the SQL statement used to delete data.

Call relationalStore.getQuerySqlInfo to obtain the SQL statement used to query data.