class Adhoq::AdhocExecution
Attributes
Public Class Methods
Source
# File lib/adhoq/adhoc_execution.rb, line 6 def initialize(report_format, raw_sql) @report_format = report_format @raw_sql = raw_sql end
# File lib/adhoq/adhoc_execution.rb, line 6 def initialize(report_format, raw_sql) @report_format = report_format @raw_sql = raw_sql end