QueryParams

fun QueryParams(projection: Array<String>, whereClause: WhereClause?, groupBy: String? = null, having: String? = null, orderBy: String? = null, limit: Int = -1)