Class FtsTable
public static class FtsTable
- Inheritance
-
FtsTable
- Inherited Members
Methods
- BuildCreateSql(string, IReadOnlyList<string>, FtsTokenizer, FtsTableOptions)
Options-taking overload.
optionsis required and non-nullable so this never becomes ambiguous with thestring? contentTableoverload above.
- BuildSyncTriggerSql(string, string, IReadOnlyList<string>)
External-content tables need triggers; FTS5 does not observe the content table itself.
- BuildSyncTriggerSql(string, string, IReadOnlyList<string>, string)
Sync triggers for an external-content table whose rowid alias is named
contentRowIdrather thanrowid.