Lines Matching refs:xFinal
5271 ** "sqlite3_create_function*" functions, xFunc, xStep and xFinal, are
5274 ** callback only; NULL pointers must be passed as the xStep and xFinal
5276 ** and xFinal and NULL pointer must be passed for xFunc. ^To delete an existing
5280 ** ^The sixth, seventh, eighth and ninth parameters (xStep, xFinal, xValue
5282 ** C-language callbacks that implement the new function. xStep and xFinal
5327 void (*xFinal)(sqlite3_context*)
5337 void (*xFinal)(sqlite3_context*)
5347 void (*xFinal)(sqlite3_context*),
5357 void (*xFinal)(sqlite3_context*),
5665 ** last time when the xFinal callback is invoked. ^(When no rows match
5667 ** implementation is never called and xFinal() is called exactly once.
5669 ** first time from within xFinal().)^
5679 ** allocation.)^ Within the xFinal callback, it is customary to set
5688 ** to the xStep or xFinal callback routine that implements the aggregate
5806 ** These routines are used by the xFunc or xFinal callbacks that