IndexSpec

open class IndexSpec

Simple class to represent index spec

Constructors

Link copied to clipboard
constructor(path: String, type: SmartStore.Type)
constructor(path: String, type: SmartStore.Type, columnName: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
open fun fromJSON(jsonArray: JSONArray): Array<IndexSpec>

open fun fromJSON(json: JSONObject): IndexSpec
Return IndexSpec given JSONObject
Link copied to clipboard
open fun getPathType(): String
Link copied to clipboard
open fun hasFTS(indexSpecs: Array<IndexSpec>): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun hasJSON1(indexSpecs: Array<IndexSpec>): Boolean
Link copied to clipboard
Link copied to clipboard
open fun toJSON(): JSONObject
open fun toJSON(indexSpecs: Array<IndexSpec>): JSONArray