Small. Fast. Reliable.
Choose any three.

SQLite Requirement Matrix Details
compileoption_get.html

Index Summary Markup Original


R-40383-06816-10485-50532-53566-05766-27128-48276 tcl slt th3 src

The sqlite3_compileoption_used() function returns 0 or 1 indicating whether the specified option was defined at compile time.

th3/cov1/ctime01.test:34

/* IMP: R-40383-06816 */
# EVIDENCE-OF: R-40383-06816 The sqlite3_compileoption_used() function
# returns 0 or 1 indicating whether the specified option was defined at
# compile time.

R-65388-41786-00092-02077-09568-05356-17956-02801 tcl slt th3 src

The SQLITE_ prefix may be omitted from the option name passed to sqlite3_compileoption_used().

th3/cov1/ctime01.test:38

/* IMP: R-65388-41786 */
# EVIDENCE-OF: R-65388-41786 The SQLITE_ prefix may be omitted from the
# option name passed to sqlite3_compileoption_used().

R-08023-12605-32642-43845-16740-17726-48491-51878 tcl slt th3 src

The sqlite3_compileoption_get() function allows iterating over the list of options that were defined at compile time by returning the N-th compile time option string.

th3/cov1/ctime01.test:147

/* IMP: R-08023-12605 */
# EVIDENCE-OF: R-08023-12605 The sqlite3_compileoption_get() function
# allows iterating over the list of options that were defined at compile
# time by returning the N-th compile time option string.

R-41519-43313-49943-13325-32316-49786-47625-55988 tcl slt th3 src

If N is out of range, sqlite3_compileoption_get() returns a NULL pointer.

th3/cov1/ctime01.test:129

/* IMP: R-41519-43313 */
# EVIDENCE-OF: R-41519-43313 If N is out of range,
# sqlite3_compileoption_get() returns a NULL pointer.

R-23486-28813-15662-33687-07998-38651-35612-02946 tcl slt th3 src

The SQLITE_ prefix is omitted from any strings returned by sqlite3_compileoption_get().

th3/cov1/ctime01.test:161

/* IMP: R-23486-28813 */
# EVIDENCE-OF: R-23486-28813 The SQLITE_ prefix is omitted from any
# strings returned by sqlite3_compileoption_get().

R-16824-07538-50218-17384-27705-17061-18390-01878 tcl slt th3 src

Support for the diagnostic functions sqlite3_compileoption_used() and sqlite3_compileoption_get() may be omitted by specifying the SQLITE_OMIT_COMPILEOPTION_DIAGS option at compile time.

src/ctime.c:24

/* IMP: R-16824-07538 */
# EVIDENCE-OF: R-16824-07538 Support for the diagnostic functions
# sqlite3_compileoption_used() and sqlite3_compileoption_get() may be
# omitted by specifying the SQLITE_OMIT_COMPILEOPTION_DIAGS option at
# compile time.