FtsPhrase.quote constructor
FtsPhrase.quote(
- String str
Composes a quoted FTS string and wraps the result.
Implementation
FtsPhrase.quote(String str) : super(ftsString(str));
Composes a quoted FTS string and wraps the result.
FtsPhrase.quote(String str) : super(ftsString(str));