Method “prepare”
function prepare(query[, bindings])
Creates a new prepared statement from the given query.
Parameters
| Name | Type | Description |
|---|---|---|
query | string | SQL statement with optional |
bindings | any (optional) | Optional set of parameter bindings |
function prepare(query[, bindings])
Creates a new prepared statement from the given query.
| Name | Type | Description |
|---|---|---|
query | string | SQL statement with optional |
bindings | any (optional) | Optional set of parameter bindings |