Class: PgObjects::ParsedObject::Conversion
- Defined in:
- lib/pg_objects/parsed_object/conversion.rb
Overview
CONVERSION object representation
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from PgObjects::ParsedObject::Base
Instance Method Details
#name ⇒ Object
5 6 7 |
# File 'lib/pg_objects/parsed_object/conversion.rb', line 5 def name stmt.create_conversion_stmt.conversion_name[0].string.sval end |