OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pDflt
(Results
1 - 4
of
4
) 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
...]
Completed in 150 milliseconds