Method: Mkxms::Mssql::KeylikeConstraint#property_subject_identifiers
- Defined in:
- lib/mkxms/mssql/keylike_constraint_helper.rb
#property_subject_identifiers ⇒ Object
63 64 65 |
# File 'lib/mkxms/mssql/keylike_constraint_helper.rb', line 63 def property_subject_identifiers @prop_subj_id ||= ['SCHEMA', schema, 'TABLE', table, 'CONSTRAINT', name].map {|s| Utils::unquoted_name(s)} end |