Home | History | Annotate | Download | only in db

Lines Matching full:clause

42  * clause at a time. These methods can be chained together.
116 * Append the given selection clause to the internal state. Each clause is
152 // Shortcut when clause is empty
202 * SELECT} clause.
290 * @param orderBy How to order the rows, formatted as an SQL ORDER BY clause (excluding the
307 * @param groupBy A filter declaring how to group rows, formatted as an SQL GROUP BY clause
311 * being used, formatted as an SQL HAVING clause (excluding the HAVING itself).
314 * @param orderBy How to order the rows, formatted as an SQL ORDER BY clause (excluding the
317 * @param limit Limits the number of rows returned by the query, formatted as LIMIT clause.
318 * Passing null denotes no LIMIT clause.