Class: PgObjects::ParsedObject::OperatorClass
- Defined in:
- lib/pg_objects/parsed_object/operator_class.rb
Overview
OPERATOR CLASS 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
7 8 9 |
# File 'lib/pg_objects/parsed_object/operator_class.rb', line 7 def name extract_name { stmt.create_op_class_stmt.opclassname.last.string.sval } end |