Class: Tracebin::SQLEvent

Inherits:
Event
  • Object
show all
Defined in:
lib/tracebin/events.rb

Instance Attribute Summary

Attributes inherited from Event

#event

Instance Method Summary collapse

Methods inherited from Event

#data_hash, #initialize, #recorder_type

Methods included from Helpers

#deserialize_time_string, #milliseconds_between, #time_to_string, #timestamp_string, #to_milliseconds

Constructor Details

This class inherits a constructor from Tracebin::Event

Instance Method Details

#valid?Boolean

Returns:

  • (Boolean)


33
34
35
# File 'lib/tracebin/events.rb', line 33

def valid?
  event.last[:name] != "SCHEMA"
end