Query Params
class QueryParams(projection: Array<String>, whereClause: WhereClause?, groupBy: String?, having: String?, orderBy: String?, limit: Int)
Content copied to clipboard
Query Parameters for a fetching data.
Author
Umang Chamaria
Constructors
QueryParams
Link copied to clipboard
fun QueryParams(projection: Array<String>, whereClause: WhereClause?, groupBy: String? = null, having: String? = null, orderBy: String? = null, limit: Int = -1)
Content copied to clipboard