expandedSQL
This method returns the source SQL of the prepared statement with parameter placeholders replaced by values. This method is a wrapper around sqlite3_expanded_sql()
.
Since
v22.5.0
Return
The source SQL expanded to include parameter values.