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()
.
property
sqlite.StatementSync.expandedSQL
readonly expandedSQL: string