Lines Matching full:nnn
204 ** The maximum value of a ?nnn wildcard that the parser will accept.
987 ** mean that writes of blocks that are nnn bytes in size and
989 ** nnn are atomic. The SQLITE_IOCAP_SAFE_APPEND value means
1127 ** mean that writes of blocks that are nnn bytes in size and
1129 ** nnn are atomic. The SQLITE_IOCAP_SAFE_APPEND value means
3055 ** <li> ?NNN
3061 ** In the templates above, NNN represents an integer literal,
3076 ** for "?NNN" parameters is the value of NNN.
3077 ** ^The NNN value must be between 1 and the [sqlite3_limit()]
3138 ** form "?", "?NNN", ":AAA", "$AAA", or "@AAA" that serve as
3143 ** parameter. For all forms except ?NNN, this will correspond to the
3144 ** number of unique parameters. If parameters of the ?NNN form are used,
3158 ** ^(SQL parameters of the form "?NNN" or ":AAA" or "@AAA" or "$AAA"
3159 ** have a name which is the string "?NNN" or ":AAA" or "@AAA" or "$AAA"
11436 ** NNN days
11437 ** NNN hours
11438 ** NNN minutes
11439 ** NNN.NNNN seconds
11440 ** NNN months
11441 ** NNN years
61031 ** Wildcards of the form "?nnn" are assigned the number "nnn". We make
61032 ** sure "nnn" is not too be to avoid a denial of service attack when
61054 /* Wildcard of the form "?nnn". Convert "nnn" to an integer and
68364 ** The "#NNN" in the SQL is a special constant that means whatever value
68365 ** is in register NNN. See grammar rules associated with the TK_REGISTER
94852 /* Parameters of the form #NNN (where NNN is a number) are used