SQLITE_WARNING_AUTOINDEX constant

int const SQLITE_WARNING_AUTOINDEX

The SQLITE_WARNING_AUTOINDEX result code is passed to the callback of sqlite3_logstatic const int ) whenever automatic indexing is used. This can serve as a warning to application designers that the database might benefit from additional indexes.

Implementation

static const int SQLITE_WARNING_AUTOINDEX = 284;