statement.expandedSQL
- 类型:<string> 源 SQL 已扩展以包含参数值。
准备语句的源 SQL 文本,其中的参数占位符已被在最近一次执行此准备语句时使用的值所替换。此属性是 sqlite3_expanded_sql() 的一个封装。
【The source SQL text of the prepared statement with parameter
placeholders replaced by the values that were used during the most recent
execution of this prepared statement. This property is a wrapper around
sqlite3_expanded_sql().】