SQLITE_ERROR_RETRY constant

int const SQLITE_ERROR_RETRY

The SQLITE_ERROR_RETRY is used internally to provoke sqlite3_prepare_v2static const int ) static const int or one of its sibling routines for creating prepared statements) to try again to prepare a statement that failed with an error on the previous attempt.

Implementation

static const int SQLITE_ERROR_RETRY = 513;