Instance Propertygrdb 7.3.0GRDB
matchinfo
The FTS4 matchinfo
option.
var matchinfo: String?
Related SQLite documentation: https://www.sqlite.org/fts3.html#the_matchinfo_option
The FTS4 matchinfo
option.
var matchinfo: String?
Related SQLite documentation: https://www.sqlite.org/fts3.html#the_matchinfo_option
import GRDB
A toolkit for SQLite databases, with a focus on application development
final class FTS4TableDefinition
A FTS4TableDefinition
lets you define the components of an FTS4 virtual table.
@frozen struct String
A Unicode string value that is a collection of characters.
var compress: String?
The FTS4 compress
option.
var content: String? { get set }
The FTS4 content
option.
var prefixes: Set<Int>?
The FTS4 prefix
option.
var tokenizer: FTS3TokenizerDescriptor?
The virtual table tokenizer.
var uncompress: String?
The FTS4 uncompress
option.
@discardableResult func column(_ name: String) -> FTS4ColumnDefinition
Appends a table column.
func synchronize(withTable tableName: String)
Synchronizes the full-text table with the content of an external table.