Class: SequelSqlWrapper
- Inherits:
-
SequelSqlBare
- Object
- SqlWrapper
- SequelSqlBare
- SequelSqlWrapper
- Defined in:
- lib/coopy/sequel_sql_wrapper.rb
Instance Method Summary collapse
-
#initialize(*params) ⇒ SequelSqlWrapper
constructor
A new instance of SequelSqlWrapper.
Methods inherited from SequelSqlBare
#column_names, #columns, #delete, #enhash, #fetch, #index, #insert, #primary_key, #sync_table, #transaction, #update
Methods inherited from SqlWrapper
#column_names, #delete, #except_primary_key, #fetch, #insert, #primary_key, #quote_column, #quote_table, #update
Constructor Details
#initialize(*params) ⇒ SequelSqlWrapper
Returns a new instance of SequelSqlWrapper.
70 71 72 |
# File 'lib/coopy/sequel_sql_wrapper.rb', line 70 def initialize(*params) super(Sequel.connect(*params)) end |