All Statement opened from this connection that must be closed with this connection

Property definitions

sqlite3 $ Sqlite3DB :: open_statements
	# All `Statement` opened from this connection that must be closed with this connection
	private var open_statements = new Array[Statement]
lib/sqlite3/sqlite3.nit:32,2--33,51