Method: NewRelic::Agent::TransactionSqlData#initialize

Defined in:
lib/new_relic/agent/sql_sampler.rb

#initializeTransactionSqlData

Returns a new instance of TransactionSqlData.

[View source]

222
223
224
# File 'lib/new_relic/agent/sql_sampler.rb', line 222

def initialize
  @sql_data = []
end