- inWhere
- the chunk of text to append to the WHERE clause. it will be escaped to avoid SQL injection attacks
Append a chunk to the WHERE clause of the query. All chunks appended are surrounded by parenthesis and ANDed with the selection passed to SQLiteQueryBuilder.Query(SQLiteDatabase, System.String[], System.String[], System.String[], System.String[], System.String[], System.String[]). The final WHERE clause looks like: WHERE (<append chunk 1><append chunk2>) AND (<query() selection parameter>)