• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/sqlite3/

Lines Matching refs:DEFAULT

3371 ** CHECK constraints, DEFAULT clauses, expression indexes,
6311 ** schema structures such as [CHECK constraints], [DEFAULT clauses],
6333 ** schema structures such as [CHECK constraints], [DEFAULT clauses],
23180 ** include "DEFAULT CURRENT_TIME" etc.
77971 /* Compressed expressions only appear when parsing the DEFAULT clause
85527 ** or SET DEFAULT action is considered a trigger.
102677 ** The sqlite3ExprIsConstantOrFunction() is used for evaluating DEFAULT
102712 /* Convert "true" or "false" in a DEFAULT clause into the
102871 ** Walk an expression tree for the DEFAULT field of a column definition
102873 ** acceptable for use as a DEFAULT. That is to say, return non-zero if
113150 sqlite3ErrorMsg(pParse, "cannot use DEFAULT on a generated column");
118256 /* Do any ON CASCADE, SET NULL or SET DEFAULT operations required to
121832 ** not "NO ACTION" (i.e. is CASCADE, SET DEFAULT or SET NULL).
122094 ** any required CASCADE, SET NULL or SET DEFAULT actions.
122710 ** DEFAULT VALUES form of the INSERT statement is intended.
123273 /* This is INSERT INTO ... DEFAULT VALUES. Load the default value. */
123833 || pCol->pDflt==0 /* REPLACE is ABORT if no DEFAULT value */
127791 case OE_SetDflt: zName = "SET DEFAULT"; break;
139961 ** The default value of a column is specified by a DEFAULT clause in the
140991 /* Do any ON CASCADE, SET NULL or SET DEFAULT operations required to
158311 0, /* DEFAULT => nothing */
158582 /* 119 */ "DEFAULT",
158817 /* 31 */ "ccons ::= DEFAULT scantok term",
158818 /* 32 */ "ccons ::= DEFAULT LP expr RP",
158819 /* 33 */ "ccons ::= DEFAULT PLUS scantok term",
158820 /* 34 */ "ccons ::= DEFAULT MINUS scantok term",
158821 /* 35 */ "ccons ::= DEFAULT scantok ID|INDEXED",
158840 /* 54 */ "refact ::= SET DEFAULT",
158947 /* 161 */ "cmd ::= with insert_cmd INTO xfullname idlist_opt DEFAULT VALUES returning",
159167 /* 381 */ "nmnum ::= DEFAULT",
159723 212, /* (31) ccons ::= DEFAULT scantok term */
159724 212, /* (32) ccons ::= DEFAULT LP expr RP */
159725 212, /* (33) ccons ::= DEFAULT PLUS scantok term */
159726 212, /* (34) ccons ::= DEFAULT MINUS scantok term */
159727 212, /* (35) ccons ::= DEFAULT scantok ID|INDEXED */
159746 223, /* (54) refact ::= SET DEFAULT */
159853 188, /* (161) cmd ::= with insert_cmd INTO xfullname idlist_opt DEFAULT VALUES returning */
160073 281, /* (381) nmnum ::= DEFAULT */
160126 -3, /* (31) ccons ::= DEFAULT scantok term */
160127 -4, /* (32) ccons ::= DEFAULT LP expr RP */
160128 -4, /* (33) ccons ::= DEFAULT PLUS scantok term */
160129 -4, /* (34) ccons ::= DEFAULT MINUS scantok term */
160130 -3, /* (35) ccons ::= DEFAULT scantok ID|INDEXED */
160149 -2, /* (54) refact ::= SET DEFAULT */
160256 -8, /* (161) cmd ::= with insert_cmd INTO xfullname idlist_opt DEFAULT VALUES returning */
160476 -1, /* (381) nmnum ::= DEFAULT */
160658 case 31: /* ccons ::= DEFAULT scantok term */
160661 case 32: /* ccons ::= DEFAULT LP expr RP */
160664 case 33: /* ccons ::= DEFAULT PLUS scantok term */
160667 case 34: /* ccons ::= DEFAULT MINUS scantok term */
160673 case 35: /* ccons ::= DEFAULT scantok ID|INDEXED */
160732 case 54: /* refact ::= SET DEFAULT */
161168 case 161: /* cmd ::= with insert_cmd INTO xfullname idlist_opt DEFAULT VALUES returning */
161960 /* (381) nmnum ::= DEFAULT */ yytestcase(yyruleno==381);
162707 ** 76: EXISTS DEFAULT
162859 testcase( i==76 ); /* DEFAULT */