iterator close this statement on Iterator::finish?If true, the default, any StatementIterator created by calls to
iterator invokes close on this request when finished iterating.
Otherwise, close must be called manually.
	# Should any `iterator` close this statement on `Iterator::finish`?
	#
	# If `true`, the default, any `StatementIterator` created by calls to
	# `iterator` invokes `close` on this request when finished iterating.
	# Otherwise, `close` must be called manually.
	var close_with_iterator = true is writable
					lib/sqlite3/sqlite3.nit:129,2--134,43