# File lib/dbi/dbi.rb, line 532
  def initialize(handle)
    @handle = handle
    @trace_mode = @trace_output = nil
  end