Method: IBRuby::ResultSet#column_alias

Defined in:
lib/src.rb

#column_alias(column) ⇒ Object

This method fetches the alias 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.



766
767
# File 'lib/src.rb', line 766

def column_alias(column)
end