maybeBindBoolean Method
Bind a boolean parameter if it is defined. Otherwise do nothing.
maybeBindBoolean(parameter: BindParameter, val?: boolean): void
Parameter | Type | Description |
---|---|---|
parameter | BindParameter | Index (1-based) or name of the parameter (including the initial ':', '@' or ' ) |
val | boolean | boolean to bind. |
Returns - void
Defined in
- core/backend/src/SqliteStatement.ts Line 213
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.