Module: ActiveRecordADBCAdapter::Quoting
- Extended by:
- ActiveSupport::Concern
- Included in:
- Adapter
- Defined in:
- lib/activerecord_adbc_adapter/quoting.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Instance Method Details
#quoted_date(value) ⇒ Object
11 12 13 |
# File 'lib/activerecord_adbc_adapter/quoting.rb', line 11 def quoted_date(value) value end |
#quoted_time(value) ⇒ Object
15 16 17 |
# File 'lib/activerecord_adbc_adapter/quoting.rb', line 15 def quoted_time(value) value end |