IOERR_READ top-level constant
int
const IOERR_READ
See SQLite Documentation for meaning and the use of it.
Implementation
const IOERR_READ = (IOERR | (1 << 8));
See SQLite Documentation for meaning and the use of it.
const IOERR_READ = (IOERR | (1 << 8));