# File lib/dbd_db2/DB2.rb, line 224 def finish rc = SQLFreeHandle(SQL_HANDLE_STMT, @handle) error(rc, "Could not free Statement") end