OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TRIGGER_BEFORE
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
update.c
120
int tmask; /* Mask of
TRIGGER_BEFORE
|TRIGGER_AFTER */
394
pTrigger, pChanges, 0,
TRIGGER_BEFORE
|TRIGGER_AFTER, pTab, onError
422
pParse, pTrigger, pChanges, 1,
TRIGGER_BEFORE
, pTab, onError
431
}else if( 0==(tmask&
TRIGGER_BEFORE
) || i>31 || (newmask&(1<<i)) ){
448
if( tmask&
TRIGGER_BEFORE
){
452
TRIGGER_BEFORE
, pTab, regOldRowid, onError, addr);
delete.c
509
pParse, pTrigger, 0, 0,
TRIGGER_BEFORE
|TRIGGER_AFTER, pTab, onconf
526
TK_DELETE, 0,
TRIGGER_BEFORE
, pTab, iOld, onconf, iLabel
trigger.c
236
pTrigger->tr_tm = tr_tm==TK_BEFORE ?
TRIGGER_BEFORE
: TRIGGER_AFTER;
636
int *pMask /* OUT: Mask of
TRIGGER_BEFORE
|TRIGGER_AFTER */
853
(pTrigger->tr_tm==
TRIGGER_BEFORE
? "BEFORE" : "AFTER"),
[
all
...]
insert.c
809
if( tmask &
TRIGGER_BEFORE
){
870
sqlite3CodeRowTrigger(pParse, pTrigger, TK_INSERT, 0,
TRIGGER_BEFORE
,
[
all
...]
sqliteInt.h
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 114 milliseconds