sqlite3 :: Sqlite3DB :: open_statements
Statement
opened from this connection that must be closed with this connection
# 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