# File lib/dbd_interbase/InterBase.rb, line 97
  def prepare(statement)
    Statement.new(@handle.cursor, statement)
  end