# File lib/amalgalite/statement.rb, line 409
    def close
      if open? then
        @stmt_api.close
        @open = false
      end
    end