Method: PgGraph::Reflection#components
- Defined in:
- lib/pg_graph/reflector.rb
#components ⇒ Object (readonly)
Number of name components (database, schema, table, column). It can be between one and four. By ordering reflections from highest to lowest number of components, specific matches will be tested before more general matches
45 46 47 |
# File 'lib/pg_graph/reflector.rb', line 45 def components @components end |