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_DELETE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3.h
3422
** ^If the action code is [
SQLITE_DELETE
] and the callback returns
3512
#define
SQLITE_DELETE
9 /* Table Name NULL */
7242
** ^The second callback argument is one of [SQLITE_INSERT], [
SQLITE_DELETE
],
10826
** [SQLITE_INSERT], [
SQLITE_DELETE
], or [SQLITE_UPDATE] to identify the
10866
** undefined. This must only be used within SQLITE_UPDATE and
SQLITE_DELETE
10876
** preupdate callbacks; if it is used by an
SQLITE_DELETE
callback then the
10887
** the pre-update hook is invoked with
SQLITE_DELETE
, because
10889
** callback made with op==
SQLITE_DELETE
is actually a write using the
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
[
all
...]
sqlite3.c
3743
** ^If the action code is [
SQLITE_DELETE
] and the callback returns
3833
#define
SQLITE_DELETE
9 /* Table Name NULL */
7563
** ^The second callback argument is one of [SQLITE_INSERT], [
SQLITE_DELETE
],
11147
** [SQLITE_INSERT], [
SQLITE_DELETE
], or [SQLITE_UPDATE] to identify the
11187
** undefined. This must only be used within SQLITE_UPDATE and
SQLITE_DELETE
11197
** preupdate callbacks; if it is used by an
SQLITE_DELETE
callback then the
11208
** the pre-update hook is invoked with
SQLITE_DELETE
, because
11210
** callback made with op==
SQLITE_DELETE
is actually a write using the
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
[
all
...]
Completed in 147 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026