Method: OrientSupport::MatchStatement#where_s

Defined in:
lib/support/orientquery.rb

#where_sObject



137
138
139
# File 'lib/support/orientquery.rb', line 137

def where_s
 compose_where( @where ).gsub( /where/, 'where:(' )<< ")"  unless @where.blank?
end