SQLITE_DIRECTONLY constant

int const SQLITE_DIRECTONLY

he SQLITE_DIRECTONLY flags is a security feature which is recommended for all application-defined SQL functions, and especially for functions that have side-effects or that could potentially leak sensitive information.

Implementation

static const SQLITE_DIRECTONLY = 0x000080000;