125啦读书导航,我的单页导航

标签:SQLite

android sqlite模糊查询数据库数据

前言 记录一下,数据库模糊匹配的使用,方便以后自己查询。 正文 String selection = 'media_type =' + type + ' and file_name like '%' + name + '%''; ...

SQLiteBlobTooBigException Row too big to fit into CursorWindow requiredPos

前言 记录一下查询数据库时的异常 Caused by: android.database.sqlite.SQLiteBlobTooBigException: Row too big to fit into CursorWindow requiredPos=0, ...

Android数据库android.database.sqlite.SQLiteDiskIOException disk IO error

前言 最近使用SQLite,出现一些问题,因此整理于此,也摘抄了网上的其他问题。 好记性不如烂笔头 正文 异常:disk I/O error (code 4874 SQLITE_IOERR_SHMSI...
125啦读书导航,我的单页导航