Navigation
API > API/Plugins > API/Plugins/SQLiteCore > API/Plugins/SQLiteCore/sqlite
References
| Module | SQLiteCore |
| Header | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/sqlite/sqlite3.h |
| Include | #include "sqlite/sqlite3.h" |
Syntax
struct fts5_tokenizer
Variables
| Type | Name | Description | |
|---|---|---|---|
| int(*)(void *, const char **azArg, int nArg, Fts5Tokenizer **ppOut) | xCreate | ||
| void(*)(Fts5Tokenizer *) | xDelete | ||
| int(*)(Fts5Tokenizer *, void *pCtx, int flags, const char *pText, int nText, int(... | xTokenize |