Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c11274 #define SQLITE_FUNC_COALESCE 0x200 /* Built-in coalesce() or ifnull() */ macro
85655 if( pDef->funcFlags & SQLITE_FUNC_COALESCE ){
98160 FUNCTION2(coalesce, -1, 0, 0, noopFunc, SQLITE_FUNC_COALESCE),
98162 FUNCTION2(ifnull, 2, 0, 0, noopFunc, SQLITE_FUNC_COALESCE),

Completed in 333 milliseconds