Searched refs:azAff (Results 1 – 1 of 1) sorted by relevance
4026 const char *azAff[] = { "blob", "text", "numeric", "integer", "real" }; in exprCodeInlineFunction() local4031 (aff<=SQLITE_AFF_NONE) ? "none" : azAff[aff-SQLITE_AFF_BLOB]); in exprCodeInlineFunction()