MCPcopy Create free account
hub / github.com/M66B/FairEmail / FtsTableInfo

Method FtsTableInfo

app/src/main/java/androidx/room/FtsTableInfo.java:60–64  ·  view source on GitHub ↗
(String name, Set<String> columns, Set<String> options)

Source from the content-addressed store, hash-verified

58 public final Set<String> options;
59
60 public FtsTableInfo(String name, Set<String> columns, Set<String> options) {
61 this.name = name;
62 this.columns = columns;
63 this.options = options;
64 }
65
66 public FtsTableInfo(String name, Set<String> columns, String createSql) {
67 this.name = name;

Callers

nothing calls this directly

Calls 1

parseOptionsMethod · 0.95

Tested by

no test coverage detected