diff --git a/doc/api/sqlite.md b/doc/api/sqlite.md index 850358ff43aa86..e4830b9835dd0d 100644 --- a/doc/api/sqlite.md +++ b/doc/api/sqlite.md @@ -1202,6 +1202,15 @@ added: v22.5.0 The source SQL text of the prepared statement. This property is a wrapper around [`sqlite3_sql()`][]. +### `statement[Symbol.dispose]()` + + + +Finalizes the prepared statement. If the prepared statement is already +finalized, then this is a no-op. + ## Class: `SQLTagStore`