Class: Ambition::Adapters::ActiveRecord::DatabaseStatements::Abstract

Inherits:
Object
  • Object
show all
Defined in:
lib/ambition/adapters/active_record/statements.rb

Direct Known Subclasses

PostgreSQL

Instance Method Summary collapse

Instance Method Details

#not_regexp(regexp) ⇒ Object



14
15
16
# File 'lib/ambition/adapters/active_record/statements.rb', line 14

def not_regexp(regexp)
  'NOT REGEXP'
end

#regexp(regexp) ⇒ Object



10
11
12
# File 'lib/ambition/adapters/active_record/statements.rb', line 10

def regexp(regexp)
  'REGEXP'
end