method StatementSync.prototype.expandedSQL
#StatementSync.prototype.expandedSQL(): stringThis method returns the source SQL of the prepared statement with parameter
placeholders replaced by values. This method is a wrapper around sqlite3_expanded_sql().
Return Type #
stringThe source SQL expanded to include parameter values.