usedCompileOption abstract method

bool usedCompileOption(
  1. String name
)

Whether the option, specified by its name, was defined at compile-time.

The SQLITE_ prefix may be omitted from the option name.

See also: https://sqlite.org/c3ref/compileoption_get.html

Implementation

bool usedCompileOption(String name);