Syntax of LIKE expression -

http://www.sqlite.org/lang_expr.html#like

On Jan 31, 3:23 pm, David Toledo <[email protected]> wrote:
> No Understand.
>
> selectionArgs of your Query
> How to fill selectionArgs
>
>  String selectionArgs[] = new String[] { "?A" };
>
>  String columns[] = new String[] { MyContentProvider.VOCA_LIST };
>  cur = r.query(MyContentProvider.CONTENT_URI,
> columns,MyContentProvider.VOCA_LIST+"='"+text+"'", selectionArgs , null);
>
> ?????
>
> 2010/1/31 Brion Emde <[email protected]>
>
> > Oops, that link didn't work. It's
>
> >http://developer.android.com/reference/android/database/sqlite/SQLite...
> > ,
> > java.lang.String[], java.lang.String, java.lang.String[],
> > java.lang.String, java.lang.String, java.lang.String)
>
> > 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]<android-developers%[email protected]>
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en

-- 
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