Skip to main content
StatementSync.prototype.expandedSQL - node__sqlite.d.ts - Node documentation
method StatementSync.prototype.expandedSQL

Usage in Deno

```typescript import { StatementSync } from "node:node__sqlite.d.ts"; ```
StatementSync.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()`](https://www.sqlite.org/c3ref/expanded_sql.html).

Return Type

string
The source SQL expanded to include parameter values.