Home
last modified time | relevance | path

Searched refs:bNulls (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dexpr.c1939 assert( pItem->fg.bNulls==0 ); in sqlite3ExprListSetSortOrder()
1946 pItem->fg.bNulls = 1; in sqlite3ExprListSetSortOrder()
H A DsqliteInt.h3034 unsigned bNulls :1; /* True if explicit "NULLS FIRST/LAST" */ member
H A Dbuild.c3876 if( pList->a[i].fg.bNulls ){ in sqlite3HasExplicitNulls()