Skip to main content
method StatementSync.prototype.sourceSQL
StatementSync.prototype.sourceSQL(): string
Deprecated

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.

Back to top