SQLITE3_TEST_CONTROL(3) | Library Functions Manual | SQLITE3_TEST_CONTROL(3) |
sqlite3_test_control
—
sqlite3_test_control
(int op,
...);
This interface is not for use by applications. It exists solely for verifying the correct operation of the SQLite library. Depending on how the SQLite library is compiled, this interface might not exist.
The details of the operation codes, their meanings, the parameters they take, and what they do are all subject to change without notice. Unlike most of the SQLite API, this function is not guaranteed to operate consistently from one release to the next.
December 19, 2018 | NetBSD 9.2 |