# File lib/dbd/mysql/database.rb, line 241
        def prepare(statement)
            Statement.new(self, @handle, statement, @mutex)
        end