VTAB_DIRECTONLY top-level constant

int const VTAB_DIRECTONLY

Calls of the form sqlite3_vtab_config(db,SQLITE_VTAB_DIRECTONLY) from within the the xConnect or xCreate methods of a virtual table implmentation prohibits that virtual table from being used from within triggers and views.

Implementation

const VTAB_DIRECTONLY = 3;