SQLITE_CONSTRAINT_FUNCTION constant

int const SQLITE_CONSTRAINT_FUNCTION

The SQLITE_CONSTRAINT_FUNCTION error code is not currently used by the SQLite core. However, this error code is available for use by extension functions.

Implementation

static const int SQLITE_CONSTRAINT_FUNCTION = 1043;