Class: PgGraph::Type::PgCatalogSchema

Inherits:
Schema
  • Object
show all
Defined in:
lib/pg_graph/type/type.rb

Instance Method Summary collapse

Methods inherited from Schema

#dump, #record_types, #tables, #types

Methods inherited from Node

#dump, #guid, #identifier, #inspect, #inspect_inner

Constructor Details

#initialize(database) ⇒ PgCatalogSchema



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

def initialize(database) super(database, "pg_catalog", attach: false) end

Instance Method Details

#schema_identifierObject



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

def schema_identifier() nil end