Home | History | Annotate | Download | only in dist

Lines Matching refs:SQLITE_FUNC_COALESCE

15508 #define SQLITE_FUNC_COALESCE 0x0200 /* Built-in coalesce() or ifnull() */
96453 if( pDef->funcFlags & SQLITE_FUNC_COALESCE ){
109347 FUNCTION2(ifnull, 2, 0, 0, noopFunc, SQLITE_FUNC_COALESCE),
109384 FUNCTION2(coalesce, -1, 0, 0, noopFunc, SQLITE_FUNC_COALESCE),