Class: Mkxms::Mssql::ClrFunctionHandler::ResultTableColumnHandler

Inherits:
Object
  • Object
show all
Includes:
PropertyHandler::ElementHandler
Defined in:
lib/mkxms/mssql/clr_function_handler.rb

Instance Method Summary collapse

Methods included from PropertyHandler::ElementHandler

#handle_property_element

Constructor Details

#initialize(column) ⇒ ResultTableColumnHandler

Returns a new instance of ResultTableColumnHandler.



102
103
104
# File 'lib/mkxms/mssql/clr_function_handler.rb', line 102

def initialize(column)
  @column = store_properties_on(column)
end