Class: PgGraph::Type::CompositeType
- Inherits:
-
Type
- Object
- HashTree::Set
- Node
- SchemaObject
- Type
- PgGraph::Type::CompositeType
- Defined in:
- lib/pg_graph/type/type.rb
Direct Known Subclasses
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
#rank ⇒ Object
230 |
# File 'lib/pg_graph/type/type.rb', line 230 def rank() 1 end |
#tuple? ⇒ Boolean
231 |
# File 'lib/pg_graph/type/type.rb', line 231 def tuple?() true end |