FtsPhrase.quote constructor

FtsPhrase.quote(
  1. String str
)

Composes a quoted FTS string and wraps the result.

Implementation

FtsPhrase.quote(String str) : super(ftsString(str));