The LIKE part of the query appears in the WHERE clause, which would
show up in your selection and selectionArgs of your Query, when you
run query, not as a part of the QueryBuilder itself:

<a href="http://developer.android.com/reference/android/database/
sqlite/SQLiteQueryBuilder.html#query
(android.database.sqlite.SQLiteDatabase, java.lang.String[],
java.lang.String, java.lang.String[], java.lang.String,
java.lang.String, java.lang.String)">SQLiteQueryBuilder/query</a>.


On Jan 31, 10:53 am, David Toledo <[email protected]> wrote:
> Hi All
>
> How to implement "SQL Like" in SQLiteQueryBuilder?
>
> Thanks
> David

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to