OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SQLITE_UPDATE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3.h
3526
#define
SQLITE_UPDATE
23 /* Table Name Column Name */
7243
** or [
SQLITE_UPDATE
], depending on the operation that caused the callback
10826
** [SQLITE_INSERT], [SQLITE_DELETE], or [
SQLITE_UPDATE
] to identify the
10866
** undefined. This must only be used within
SQLITE_UPDATE
and SQLITE_DELETE
10875
** undefined. This must only be used within SQLITE_INSERT and
SQLITE_UPDATE
10903
int op, /*
SQLITE_UPDATE
, DELETE or INSERT */
12106
** *pOp is set to one of [SQLITE_INSERT], [SQLITE_DELETE] or [
SQLITE_UPDATE
],
12174
** currently points to is either [SQLITE_DELETE] or [
SQLITE_UPDATE
]. Otherwise,
12205
** currently points to is either [
SQLITE_UPDATE
] or [SQLITE_INSERT]. Otherwise,
13401
** must be SQLITE_INSERT,
SQLITE_UPDATE
or SQLITE_DELETE. The third is th
[
all
...]
sqlite3.c
3847
#define
SQLITE_UPDATE
23 /* Table Name Column Name */
7564
** or [
SQLITE_UPDATE
], depending on the operation that caused the callback
11147
** [SQLITE_INSERT], [SQLITE_DELETE], or [
SQLITE_UPDATE
] to identify the
11187
** undefined. This must only be used within
SQLITE_UPDATE
and SQLITE_DELETE
11196
** undefined. This must only be used within SQLITE_INSERT and
SQLITE_UPDATE
11224
int op, /*
SQLITE_UPDATE
, DELETE or INSERT */
12427
** *pOp is set to one of [SQLITE_INSERT], [SQLITE_DELETE] or [
SQLITE_UPDATE
],
12495
** currently points to is either [SQLITE_DELETE] or [
SQLITE_UPDATE
]. Otherwise,
12526
** currently points to is either [
SQLITE_UPDATE
] or [SQLITE_INSERT]. Otherwise,
13722
** must be SQLITE_INSERT,
SQLITE_UPDATE
or SQLITE_DELETE. The third is th
[
all
...]
Completed in 108 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026