Class: Upkeep::SQLDependencyAnalysis::Result
- Inherits:
-
Data
- Object
- Data
- Upkeep::SQLDependencyAnalysis::Result
- Defined in:
- lib/upkeep/sql_dependency_analysis.rb
Instance Attribute Summary collapse
-
#appendable ⇒ Object
readonly
Returns the value of attribute appendable.
-
#equality_edges ⇒ Object
readonly
Returns the value of attribute equality_edges.
-
#limit_value ⇒ Object
readonly
Returns the value of attribute limit_value.
-
#predicates ⇒ Object
readonly
Returns the value of attribute predicates.
-
#table_columns ⇒ Object
readonly
Returns the value of attribute table_columns.
-
#warnings ⇒ Object
readonly
Returns the value of attribute warnings.
Instance Method Summary collapse
Instance Attribute Details
#appendable ⇒ Object (readonly)
Returns the value of attribute appendable
9 10 11 |
# File 'lib/upkeep/sql_dependency_analysis.rb', line 9 def appendable @appendable end |
#equality_edges ⇒ Object (readonly)
Returns the value of attribute equality_edges
9 10 11 |
# File 'lib/upkeep/sql_dependency_analysis.rb', line 9 def equality_edges @equality_edges end |
#limit_value ⇒ Object (readonly)
Returns the value of attribute limit_value
9 10 11 |
# File 'lib/upkeep/sql_dependency_analysis.rb', line 9 def limit_value @limit_value end |
#predicates ⇒ Object (readonly)
Returns the value of attribute predicates
9 10 11 |
# File 'lib/upkeep/sql_dependency_analysis.rb', line 9 def predicates @predicates end |
#table_columns ⇒ Object (readonly)
Returns the value of attribute table_columns
9 10 11 |
# File 'lib/upkeep/sql_dependency_analysis.rb', line 9 def table_columns @table_columns end |
#warnings ⇒ Object (readonly)
Returns the value of attribute warnings
9 10 11 |
# File 'lib/upkeep/sql_dependency_analysis.rb', line 9 def warnings @warnings end |
Instance Method Details
#appendable? ⇒ Boolean
18 |
# File 'lib/upkeep/sql_dependency_analysis.rb', line 18 def appendable? = appendable |
#tables ⇒ Object
17 |
# File 'lib/upkeep/sql_dependency_analysis.rb', line 17 def tables = table_columns.keys.sort |