Method: Hyperion::Sqlite::QueryBuilderStrategy#empty_insert_query
- Defined in:
- lib/hyperion/sqlite/query_builder_strategy.rb
#empty_insert_query(table) ⇒ Object
23 24 25 |
# File 'lib/hyperion/sqlite/query_builder_strategy.rb', line 23 def empty_insert_query(table) "INSERT INTO #{table} DEFAULT VALUES" end |