Method: IBRuby::ResultSet#column_name
- Defined in:
- lib/src.rb
#column_name(column) ⇒ Object
This method fetches the name associated with a specified column for a ResultSet object.
Parameters
- column
-
A reference to the column number to fetch the details for. Column numbers start at zero.
754 755 |
# File 'lib/src.rb', line 754 def column_name(column) end |