Class: Gitlab::Database::QueryAnalyzer::Parsed

Inherits:
Struct
  • Object
show all
Defined in:
lib/gitlab/database/query_analyzer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#connectionObject

Returns the value of attribute connection

Returns:

  • (Object)

    the current value of connection



13
14
15
# File 'lib/gitlab/database/query_analyzer.rb', line 13

def connection
  @connection
end

#pgObject

Returns the value of attribute pg

Returns:

  • (Object)

    the current value of pg



13
14
15
# File 'lib/gitlab/database/query_analyzer.rb', line 13

def pg
  @pg
end

#sqlObject

Returns the value of attribute sql

Returns:

  • (Object)

    the current value of sql



13
14
15
# File 'lib/gitlab/database/query_analyzer.rb', line 13

def sql
  @sql
end