Searched refs:action (Results 1 – 17 of 17) sorted by relevance
| /sqlite-3.40.0/tool/ |
| H A D | lemon.c | 166 struct action; 169 static struct action *Action_sort(struct action *); 344 struct action { struct 515 struct action *ap1, in actioncmp() 516 struct action *ap2 in actioncmp() 534 struct action *ap in Action_sort() 661 p->aLookahead[p->nLookahead].action = action; in acttab_action() 720 if( p->aLookahead[j].action!=p->aAction[k].action ) break; in acttab_insert() 1146 static int resolve_conflict(struct action *,struct action *); 1241 struct action *apy in resolve_conflict() [all …]
|
| H A D | genfkey.README | 49 will also parse the "SET DEFAULT" action, but this is not implemented
|
| /sqlite-3.40.0/src/ |
| H A D | fkey.c | 1215 int action; /* One of OE_None, OE_Cascade etc. */ in fkActionTrigger() local 1219 action = pFKey->aAction[iAction]; in fkActionTrigger() 1220 if( action==OE_Restrict && (db->flags & SQLITE_DeferFKs) ){ in fkActionTrigger() 1225 if( action!=OE_None && !pTrigger ){ in fkActionTrigger() 1285 if( action!=OE_Restrict && (action!=OE_Cascade || pChanges) ){ in fkActionTrigger() 1287 if( action==OE_Cascade ){ in fkActionTrigger() 1291 }else if( action==OE_SetDflt ){ in fkActionTrigger() 1318 if( action==OE_Restrict ){ in fkActionTrigger() 1378 switch( action ){ in fkActionTrigger()
|
| H A D | pragma.c | 241 static const char *actionName(u8 action){ in actionName() argument 243 switch( action ){ in actionName() 249 assert( action==OE_None ); break; in actionName()
|
| H A D | sqlite.h.in | 2642 ** called in response to a user action such as pressing "Cancel" 3066 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the 3067 ** specific action but allow the SQL statement to continue to be 3085 ** that contain additional details about the action to be authorized. 3089 ** ^If the action code is [SQLITE_READ] 3100 ** ^If the action code is [SQLITE_DELETE] and the callback returns 3152 ** to signal SQLite whether or not the action is permitted. See the 3168 ** what action is being authorized. These are the integer action codes that 3171 ** These action code values signify what kind of operation is to be 8756 ** parameter to help it determined what action to take: [all …]
|
| /sqlite-3.40.0/test/ |
| H A D | e_fkey.test | 1718 # Each foreign key in the system has an ON UPDATE and ON DELETE action, 1721 # EVIDENCE-OF: R-33326-45252 The ON DELETE and ON UPDATE action 1727 # EVIDENCE-OF: R-19803-45884 If an action is not explicitly specified, 1774 # action is taken. 1812 # EVIDENCE-OF: R-04272-38653 The "RESTRICT" action means that the 1940 # attached to is deferred, configuring a RESTRICT action causes SQLite 2015 # EVIDENCE-OF: R-03353-05327 If the configured action is "SET NULL", 2103 # EVIDENCE-OF: R-61809-62207 For an "ON DELETE CASCADE" action, this 2224 # Verify that adding an FK action does not absolve the user of the 2272 # action is configured, but there is no row in the parent table that [all …]
|
| H A D | spellfix4.test | 123 ('action'),
|
| H A D | scanstatus.test | 244 # not FK action processing.
|
| H A D | fuzz-oss1.test | 349 "mfo:totalCount" INTEGER, "mfo:totalCount:graph" INTEGER, "mfo:action" 350 INTEGER, "mfo:action:graph" INTEGER, "mfo:type" INTEGER, 492 CREATE TABLE "ncal:Alarm_ncal:action" (ID INTEGER NOT NULL, 493 "ncal:action" INTEGER NOT NULL, "ncal:action:graph" INTEGER); 1587 "ncal:Alarm_ncal:action" (ID, "ncal:action");
|
| H A D | e_insert.test | 352 # replaced by "REPLACE" or "INSERT OR action" to specify an alternative
|
| H A D | malloc3.test | 145 # The SQL primitives are where the action happens. An SQL primitive must
|
| H A D | e_update.test | 267 # EVIDENCE-OF: R-28518-13457 The optional "OR action" conflict clause
|
| H A D | auth.test | 326 # EVIDENCE-OF: R-38392-49970 If the action code is SQLITE_READ and the
|
| H A D | fts1porter.test | 252 action action 253 actions action
|
| /sqlite-3.40.0/ext/session/ |
| H A D | sessionC.test | 26 # ON DELETE RESTRICT foreign key action is triggered, or if a trigger
|
| /sqlite-3.40.0/ |
| H A D | configure.ac | 3 # action is to target the same platform that we are running on. The
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5porter.test | 133 acting act action action 134 actions action actium actium
|