HomeSort by relevance Sort by last modified time
    Searched defs:pDflt (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
alter.c 631 Expr *pDflt; /* Default value for the new column */
644 pDflt = pCol->pDflt;
656 ** literal NULL, then set pDflt to 0. This simplifies checking
659 if( pDflt && pDflt->op==TK_NULL ){
660 pDflt = 0;
675 if( (db->flags&SQLITE_ForeignKeys) && pNew->pFKey && pDflt ){
680 if( pCol->notNull && !pDflt ){
689 if( pDflt ){
    [all...]
fkey.c     [all...]
sqliteInt.h     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 501 milliseconds