Protocolgrdb 7.3.0GRDB
FTS5CustomTokenizer
A type that implements a custom tokenizer for the FTS5
full-text engine.
protocol FTS5CustomTokenizer : FTS5Tokenizer
Browse conforming typesSee FTS5 Tokenizers for more information.
A type that implements a custom tokenizer for the FTS5
full-text engine.
protocol FTS5CustomTokenizer : FTS5Tokenizer
See FTS5 Tokenizers for more information.
import GRDB
A toolkit for SQLite databases, with a focus on application development
struct FTS5
The virtual table module for the FTS5 full-text engine.
protocol FTS5Tokenizer : AnyObject
A type that implements a tokenizer for the FTS5
full-text engine.
init(db: Database, arguments: [String]) throws
Creates a custom tokenizer.
static var name: String { get }
The name of the tokenizer.
protocol FTS5WrapperTokenizer : FTS5CustomTokenizer
A type that implements a custom tokenizer for the FTS5
full-text engine by wrapping another tokenizer.
struct FTS5TokenFlags
Flags that tell SQLite how to register a token.
struct FTS5Tokenization
The reason why FTS5 is requesting tokenization.
static func tokenizerDescriptor(arguments: [String] = []) -> FTS5TokenizerDescriptor
Creates an FTS5 tokenizer descriptor.