Method: Sequel::Amalgalite::SequelTypeMap#datetime
- Defined in:
- lib/sequel/adapters/amalgalite.rb
#datetime(s) ⇒ Object
Return datetime types as instances of Sequel.datetime_class
37 38 39 |
# File 'lib/sequel/adapters/amalgalite.rb', line 37 def datetime(s) @db.(s) end |