Skip to main content
StatementSync.prototype.sourceSQL - sqlite - Node documentation
method StatementSync.prototype.sourceSQL

Usage in Deno

import { StatementSync } from "node:sqlite";
StatementSync.prototype.sourceSQL(): string

This method returns the source SQL of the prepared statement. This method is a wrapper around sqlite3_sql().

Return Type

string

The source SQL used to create this prepared statement.