Class: Exwiw::Adapter::MysqlClient::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/exwiw/adapter/mysql_client.rb

Overview

Immutable value object: a query’s column names and its rows.

Instance Attribute Summary collapse

Instance Attribute Details

#fieldsObject (readonly)

Returns the value of attribute fields

Returns:

  • (Object)

    the current value of fields



19
20
21
# File 'lib/exwiw/adapter/mysql_client.rb', line 19

def fields
  @fields
end

#rowsObject (readonly)

Returns the value of attribute rows

Returns:

  • (Object)

    the current value of rows



19
20
21
# File 'lib/exwiw/adapter/mysql_client.rb', line 19

def rows
  @rows
end