Skip to main content

expandedSQL

method StatementSync.prototype.expandedSQL
Jump to headingStatementSync.prototype.expandedSQL(): string

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().

Return Type Jump to heading

string

The source SQL expanded to include parameter values.

Back to top