class Rasti::DB::NQL::Nodes::ParenthesisSentence
Public Instance Methods
computed_attributes(collection_class)
click to toggle source
# File lib/rasti/db/nql/nodes/parenthesis_sentence.rb, line 11 def computed_attributes(collection_class) sentence.computed_attributes(collection_class) end
dependency_tables()
click to toggle source
# File lib/rasti/db/nql/nodes/parenthesis_sentence.rb, line 7 def dependency_tables sentence.dependency_tables end
filter_condition(collection_class)
click to toggle source
# File lib/rasti/db/nql/nodes/parenthesis_sentence.rb, line 15 def filter_condition(collection_class) sentence.filter_condition collection_class end