PREPARE_NO_VTAB top-level constant
int
const PREPARE_NO_VTAB
The SQLITE_PREPARE_NO_VTAB flag causes the SQL compiler to return an error (error code SQLITE_ERROR) if the statement uses any virtual tables.
Implementation
const PREPARE_NO_VTAB = 0x04;