Searched defs:clause (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteQueryBuilder.java86 * Append a chunk to the WHERE clause of the query. All chunks appended are surrounded
88 * WHERE clause looks like:
92 * @param inWhere the chunk of text to append to the WHERE clause.
105 * Append a chunk to the WHERE clause of the query. All chunks appended are surrounded
107 * WHERE clause looks like:
111 * @param inWhere the chunk of text to append to the WHERE clause. it will be escaped
184 * WHERE clause (excluding the WHERE itself). Passing null will
187 * GROUP BY clause (excluding the GROUP BY itself). Passing null
191 * clause (excluding the HAVING itself). Passing null will cause
194 * @param orderBy How to order the rows, formatted as an SQL ORDER BY clause
234 appendClause(StringBuilder s, String name, String clause) argument
[all...]

Completed in 27 milliseconds