Searched defs:pDflt (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dalter.c631 Expr *pDflt; /* Default value for the new column */ local
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...]
H A Dfkey.c1026 Expr *pDflt = pFKey->pFrom->aCol[iFromCol].pDflt; local
1027 if( pDflt ){
1028 pNew = sqlite3ExprDup(db, pDflt, 0);
H A DsqliteInt.h1096 Expr *pDflt; /* Default value of this column */ member in struct:Column
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9441 Expr *pDflt; /* Default value of this column */ member in struct:Column
75125 Expr *pDflt; /* Default value for the new column */ local
84318 Expr *pDflt = pFKey->pFrom->aCol[iFromCol].pDflt; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10776 Expr *pDflt; /* Default value of this column */ member in struct:Column
83213 Expr *pDflt; /* Default value for the new column */ local
94615 Expr *pDflt = pFKey->pFrom->aCol[iFromCol].pDflt; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10776 Expr *pDflt; /* Default value of this column */ member in struct:Column
83233 Expr *pDflt; /* Default value for the new column */ local
94635 Expr *pDflt = pFKey->pFrom->aCol[iFromCol].pDflt; local
[all...]

Completed in 448 milliseconds