Package | Description |
---|---|
com.salesforce.androidsdk.smartstore.store |
Modifier and Type | Field and Description |
---|---|
protected SmartStore.FtsExtension |
SmartStore.ftsExtension |
Modifier and Type | Method and Description |
---|---|
SmartStore.FtsExtension |
SmartStore.getFtsExtension() |
static SmartStore.FtsExtension |
SmartStore.FtsExtension.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SmartStore.FtsExtension[] |
SmartStore.FtsExtension.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SmartStore.setFtsExtension(SmartStore.FtsExtension ftsExtension)
Sets the ftsX to be used when creating the virtual table to support full_text queries
NB: only used in tests
|