Class: TestProf::AnyFixture::Dump::BaseAdapter
- Inherits:
-
Object
- Object
- TestProf::AnyFixture::Dump::BaseAdapter
- Defined in:
- lib/test_prof/any_fixture/dump/base_adapter.rb
Direct Known Subclasses
Instance Method Summary collapse
- #compile_sql(sql, _binds) ⇒ Object
- #import(_path) ⇒ Object
- #reset_sequence!(_table_name, _start) ⇒ Object
- #setup_env ⇒ Object
- #teardown_env ⇒ Object
Instance Method Details
#compile_sql(sql, _binds) ⇒ Object
10 11 12 |
# File 'lib/test_prof/any_fixture/dump/base_adapter.rb', line 10 def compile_sql(sql, _binds) sql end |
#import(_path) ⇒ Object
20 21 22 |
# File 'lib/test_prof/any_fixture/dump/base_adapter.rb', line 20 def import(_path) false end |
#reset_sequence!(_table_name, _start) ⇒ Object
7 8 |
# File 'lib/test_prof/any_fixture/dump/base_adapter.rb', line 7 def reset_sequence!(_table_name, _start) end |
#setup_env ⇒ Object
14 15 |
# File 'lib/test_prof/any_fixture/dump/base_adapter.rb', line 14 def setup_env end |
#teardown_env ⇒ Object
17 18 |
# File 'lib/test_prof/any_fixture/dump/base_adapter.rb', line 17 def teardown_env end |