Class: PgObjects::ParsedObject::OperatorClass

Inherits:
Base
  • Object
show all
Defined in:
lib/pg_objects/parsed_object/operator_class.rb

Overview

OPERATOR CLASS object representation

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from PgObjects::ParsedObject::Base

Instance Method Details

#nameObject



5
6
7
# File 'lib/pg_objects/parsed_object/operator_class.rb', line 5

def name
  stmt.create_op_class_stmt.opclassname[0].string.sval
end