*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: sqlite3_bind_parameter_count | Section: 3 | Source: NetBSD | File: sqlite3_bind_parameter_count.3
SQLITE3_BIND_PARAMETER_COUNT(3) FreeBSD Library Functions Manual NAME sqlite3_bind_parameter_count - Number Of SQL Parameters SYNOPSIS int sqlite3_bind_parameter_count(sqlite3_stmt*); DESCRIPTION This routine can be used to find the number of SQL parameters in a prepared statement. SQL parameters are tokens of the form "?", "?NNN", ":AAA", "$AAA", or "@AAA" that serve as placeholders for values that are bound to the parameters at a later time. This routine actually returns the index of the largest (rightmost) parameter. For all forms except ?NNN, this will correspond to the number of unique parameters. If parameters of the ?NNN form are used, there may be gaps in the list. SEE ALSO sqlite3_stmt(3), sqlite3_bind_blob(3), sqlite3_bind_parameter_index(3), sqlite3_bind_parameter_name(3) FreeBSD 14.1-RELEASE-p8 December 19, 2018 FreeBSD 14.1-RELEASE-p8

Navigation Options