Package com.moengage.core.internal.model.database

Types

QueryParams
Link copied to clipboard
class QueryParams(projection: Array<String>, whereClause: WhereClause?, groupBy: String?, having: String?, orderBy: String?, limit: Int)
Query Parameters for a fetching data.
WhereClause
Link copied to clipboard
class WhereClause(selection: String?, selectionArgs: Array<String>?)
Condition for filtering out data