theSq3Lite 10.0 NHI1 - theKernel - theLink - theConfig - theSq3Lite - theCompiler - theBrain - theGuard - theLib - theATL
c - tcl - atl - cs - py - rb - jv - cc
Loading...
Searching...
No Matches
fts5_tokenizer Struct Reference

#include <sqlite3_modified.h>

Data Fields

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

Detailed Description

Definition at line 13226 of file sqlite3_modified.h.

Field Documentation

◆ xCreate

int(* fts5_tokenizer::xCreate) (void *, const char **azArg, int nArg, Fts5Tokenizer **ppOut)

Definition at line 13227 of file sqlite3_modified.h.

◆ xDelete

void(* fts5_tokenizer::xDelete) (Fts5Tokenizer *)

Definition at line 13228 of file sqlite3_modified.h.

◆ xTokenize

int(* fts5_tokenizer::xTokenize) (Fts5Tokenizer *, void *pCtx, int flags, const char *pText, int nText, int(*xToken)( void *pCtx, int tflags, const char *pToken, int nToken, int iStart, int iEnd))

Definition at line 13229 of file sqlite3_modified.h.


The documentation for this struct was generated from the following file: