Class: NoSE::Connect
- Inherits:
-
Connection
- Object
- Statement
- Connection
- NoSE::Connect
- Defined in:
- lib/nose/statements/connection.rb
Overview
A representation of a connect in the workload
Instance Attribute Summary
Attributes inherited from Connection
#conditions, #source_pk, #target, #target_pk
Attributes inherited from Statement
#comment, #entity, #eq_fields, #graph, #group, #key_path, #label, #range_field, #text
Instance Method Summary collapse
-
#requires_insert?(_index) ⇒ Boolean
Specifies that connections require insertion.
Methods inherited from Connection
#==, #hash, #initialize, keys_from_tree, #modifies_index?, parse, #support_queries, #unparse
Methods included from StatementSupportQuery
#modifies_index?, #support_queries
Methods inherited from Statement
#initialize, #materialize_view, parse, #read_only?, #requires_delete?, #to_color
Constructor Details
This class inherits a constructor from NoSE::Connection
Instance Method Details
#requires_insert?(_index) ⇒ Boolean
Specifies that connections require insertion
141 142 143 |
# File 'lib/nose/statements/connection.rb', line 141 def requires_insert?(_index) true end |