# File lib/dbd_db2/DB2.rb, line 166
    def prepare(statement)
      rc, stmt = SQLAllocHandle(SQL_HANDLE_STMT, @handle)
      error(rc, "Could not allocate Statement")

      Statement.new(stmt, statement)
    end