SQLITE_PREPARE_NO_VTAB constant
        
        int
        const SQLITE_PREPARE_NO_VTAB
        
      
      
the SQL compiler to return an error static const int error code SQLITE_ERROR) if the statement uses any virtual tables
Implementation
static const int SQLITE_PREPARE_NO_VTAB = 0x04;