statement.expandedSQL


  • <string> 扩展为包含参数值的源 SQL。

    ¥<string> The source SQL expanded to include parameter values.

准备好的语句的源 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().