Class: PgObjects::ParsedObject::Domain
- Defined in:
- lib/pg_objects/parsed_object/domain.rb
Overview
DOMAIN object representation (CREATE DOMAIN)
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from PgObjects::ParsedObject::Base
Instance Method Details
#name ⇒ Object
7 8 9 |
# File 'lib/pg_objects/parsed_object/domain.rb', line 7 def name extract_name { stmt.create_domain_stmt.domainname.last.string.sval } end |