Class: PgGraph::Type::CompositeType

Inherits:
Type show all
Defined in:
lib/pg_graph/type/type.rb

Direct Known Subclasses

RecordType

Instance Method Summary collapse

Methods inherited from Type

#array?, #array_type, #initialize, #value?

Methods inherited from SchemaObject

#initialize, #schema_identifier

Methods inherited from Node

#dump, #guid, #identifier, #initialize, #inspect, #inspect_inner, #schema_identifier

Constructor Details

This class inherits a constructor from PgGraph::Type::Type

Instance Method Details

#rankObject



230
# File 'lib/pg_graph/type/type.rb', line 230

def rank() 1 end

#tuple?Boolean

Returns:

  • (Boolean)


231
# File 'lib/pg_graph/type/type.rb', line 231

def tuple?() true end