반응형
데이터베이스에 직접 쿼리를 날리고 싶어서 객체를 까보니 query 함수가 있다.
헌데 동작을 안한다 망할. 하루종일 찾아보니 execSQL 함수를 쓰니 동작한다.
도대체 저 query 메소드는 정체가 뭘 까?
하루종일 고생했네
//db.getOpenHelper().getWritableDatabase().query("UPDATE user SET value = '123'");
db.getOpenHelper().getWritableDatabase().execSQL("UPDATE user SET cookTime = '123'");
반응형
'Android > 디버깅' 카테고리의 다른 글
[Android] 앱에서 스크린 캡쳐 막기, recent app 썸네일 가리기 (0) | 2022.07.12 |
---|---|
[Android] RecyclerView 데이터 꼬일 때 (0) | 2022.06.28 |
[Android] AlertDialog에서 showSoftInput 동작 안할 때 (0) | 2022.06.23 |
Installed Build Tools revision 31.0.0 is corrupted. Remove and install again using the SDK Manager (0) | 2022.04.13 |
Incorrectly nested parentheses in regexp pattern near index (0) | 2022.04.05 |
댓글