SQLite Forum

Make overloaded "LIKE" function use INDEX
Login
No.  The SQLITE\_FUNC\_LIKE flag is not an API.  It does not exist in sqlite3.h.
Furthermore, even if SQLITE\_FUNC\_LIKE where exported, you would not be
able to use with `sqlite3_create_function()` because the value of
SQLITE\_FUNC\_LIKE overlaps with the value of SQLITE\_UTF16, which has
a completely different meaning to `sqlite3_create_function()`.