Module: Wherex::PostgreSQLAdapter
- Defined in:
- lib/wherex/adapters.rb
Instance Method Summary collapse
Instance Method Details
#regexp_not_operator ⇒ Object
31 32 33 |
# File 'lib/wherex/adapters.rb', line 31 def regexp_not_operator "!~" end |
#regexp_operator ⇒ Object
27 28 29 |
# File 'lib/wherex/adapters.rb', line 27 def regexp_operator "~" end |