Method: Mkxms::Mssql::Function#param_properties_sql
- Defined in:
- lib/mkxms/mssql/function_handler.rb
#param_properties_sql ⇒ Object
30 31 32 33 34 |
# File 'lib/mkxms/mssql/function_handler.rb', line 30 def param_properties_sql @param_properties.each_pair.map do |k, v| Property.addition_sql(k[1], v, property_subject_identifiers + ['PARAMETER', Utils.unquoted_name(k[0])]) end end |