2011-03-19 5 views

답변

1

사용 엄청나게 긴 방법 :

SQLiteQueryBuilder.buildQueryString(boolean distinct, String tables, String[] columns, String where, String groupBy, String having, String orderBy, String limit) 

그리고 String where 세트 그것은 당신이하지 (그리고 수 없습니다) "column_name LIKE pattern" 참고 유사한 문자열

단어를 포함하는 "여기서" 이 줄에는 그 안에 들어갈 것이기 때문에.

http://developer.android.com/reference/android/database/sqlite/SQLiteQueryBuilder.html

관련 문제