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

Usage in Deno

```typescript import { StatementSync } from "node:node__sqlite.d.ts"; ```
StatementSync.prototype.sourceSQL(): string
This method returns the source SQL of the prepared statement. This method is a wrapper around [`sqlite3_sql()`](https://www.sqlite.org/c3ref/expanded_sql.html).

Return Type

string
The source SQL used to create this prepared statement.