Searched refs:bNulls (Results 1 – 3 of 3) sorted by relevance
1939 assert( pItem->fg.bNulls==0 ); in sqlite3ExprListSetSortOrder()1946 pItem->fg.bNulls = 1; in sqlite3ExprListSetSortOrder()
3034 unsigned bNulls :1; /* True if explicit "NULLS FIRST/LAST" */ member
3876 if( pList->a[i].fg.bNulls ){ in sqlite3HasExplicitNulls()