method StatementSync.prototype.sourceSQL
Jump to headingStatementSync.prototype.sourceSQL(): stringThis method returns the source SQL of the prepared statement. This method is a
wrapper around sqlite3_sql().
Return Type Jump to heading
stringThe source SQL used to create this prepared statement.