Class: PgGraph::Type::PgCatalogSchema
- Defined in:
- lib/pg_graph/type/type.rb
Instance Method Summary collapse
-
#initialize(database) ⇒ PgCatalogSchema
constructor
A new instance of PgCatalogSchema.
- #schema_identifier ⇒ Object
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_identifier ⇒ Object
122 |
# File 'lib/pg_graph/type/type.rb', line 122 def schema_identifier() nil end |