isReadOnly property

bool isReadOnly

Returns whether this statement makes no direct changes to the contents of the database file.

See also: https://www.sqlite.org/c3ref/stmt_readonly.html

Implementation

bool get isReadOnly;