compileOptions property

Iterable<String> get compileOptions

An iterable over the list of options that were defined at compile time.

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

Implementation

Iterable<String> get compileOptions;