Skip to main content
Module

x/sqlite3/mod.ts>Statement#bindParameterIndex

The fastest and correct module for SQLite3 in Deno.
Go to Latest
method Statement.prototype.bindParameterIndex
Re-export
import { Statement } from "https://deno.land/x/sqlite3@0.7.2/mod.ts";

Get bind parameter index by name

Parameters

name: string

Returns

number