Skip to main content
Module

x/sqlite3/src/statement.ts>Statement#toString

The fastest and correct SQLite3 module for Deno runtime
Latest
method Statement.prototype.toString
import { Statement } from "https://deno.land/x/sqlite3@0.12.0/src/statement.ts";

Coerces the statement to a string, which in this case is expanded SQL.

Returns

string