Searched refs:STR_FUNCTION (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c9698 #define STR_FUNCTION(zName, nArg, pArg, bNC, xFunc) \ macro
14320 STR_FUNCTION(current_time, 0, "%H:%M:%S", 0, currentTimeFunc),
14321 STR_FUNCTION(current_date, 0, "%Y-%m-%d", 0, currentTimeFunc),
14322 STR_FUNCTION(current_timestamp, 0, "%Y-%m-%d %H:%M:%S", 0, currentTimeFunc),
[all...]

Completed in 324 milliseconds