fts5_tokenizer

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

xCreate
int function(void*, const(char*)* azArg, int nArg, Fts5Tokenizer** ppOut) xCreate;
Undocumented in source.
xDelete
void function(Fts5Tokenizer*) xDelete;
Undocumented in source.
xTokenize
int function(Fts5Tokenizer*, void* pCtx, int flags, const(char)* pText, int nText, int function(void* pCtx, int tflags, const(char)* pToken, int nToken, int iStart, int iEnd) xToken) xTokenize;
Undocumented in source.

Meta