method ID1PreparedStatement.bind
ID1PreparedStatement.bind(...values: readonly unknown[]): ID1PreparedStatement

Binds ordered parameters. D1 supports ? and ?NNN, not named parameters.

Parameters

...values: readonly unknown[]

Parameter values, in order

Return Type

The bound statement

Usage

import { type ID1PreparedStatement } from "cloudflare-plugin/src/index.ts";