method DatabaseSync.prototype.exec
Jump to headingDatabaseSync.prototype.exec(sql: string): void
This method allows one or more SQL statements to be executed without returning
any results. This method is useful when executing SQL statements read from a
file. This method is a wrapper around sqlite3_exec()
.
Parameters Jump to heading
Jump to headingsql: string
A SQL string to execute.
Return Type Jump to heading
void