Skip to main content

SQLITE_BUSY

Constant SQLITE_BUSY 

Source
const SQLITE_BUSY: c_int = 5;
Expand description

SQLite result code indicating the database is busy.