Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c16609 #define SQLITE_FUNC_COALESCE 0x0200 /* Built-in coalesce() or ifnull() */ macro
100640 if( pDef->funcFlags & SQLITE_FUNC_COALESCE ){
114949 FUNCTION2(ifnull, 2, 0, 0, noopFunc, SQLITE_FUNC_COALESCE),
114989 FUNCTION2(coalesce, -1, 0, 0, noopFunc, SQLITE_FUNC_COALESCE),

Completed in 364 milliseconds