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