Module: MicroSql::PgAdapter::Conversion
Instance Method Summary collapse
Instance Method Details
#integer(s) ⇒ Object
142 |
# File 'lib/micro_sql/pg_adapter.rb', line 142 def integer(s); s.to_i; end |
#nop ⇒ Object
138 |
# File 'lib/micro_sql/pg_adapter.rb', line 138 def nop; end |
#string(s) ⇒ Object
140 |
# File 'lib/micro_sql/pg_adapter.rb', line 140 def string(s); s; end |
#unknown(s) ⇒ Object
141 |
# File 'lib/micro_sql/pg_adapter.rb', line 141 def unknown(s); s; end |