# File lib/dbd_proxy/Proxy.rb, line 119
  def prepare(statement)
    sth = @handle.prepare(statement)
    check_exception(sth)
    Statement.new(sth)
  end