SQLITE_CONSTRAINT_VTAB constant
        
        int
        const SQLITE_CONSTRAINT_VTAB
        
      
      
The SQLITE_CONSTRAINT_VTAB error code is not currently used by the SQLite core. However, this error code is available for use by application-defined virtual tables.
Implementation
static const int SQLITE_CONSTRAINT_VTAB = 2323;