Method: STACI::Metadata::Synonym#translated_name
- Defined in:
- lib/oci8/metadata.rb
#translated_name ⇒ Object
full-qualified synonym translation name with schema, object and database link name.
1260 1261 1262 |
# File 'lib/oci8/metadata.rb', line 1260 def translated_name (schema_name ? schema_name + '.' : '') + name + (link ? '@' + link : '') end |