Module: BigShift::Core
Instance Method Summary collapse
Instance Method Details
#create_table(table_name) ⇒ Object
5 6 7 |
# File 'lib/big_shift/core.rb', line 5 def create_table(table_name) CreateTableCommand.execute table_name end |
#insert_rows(table_name, rows) ⇒ Object
9 10 11 |
# File 'lib/big_shift/core.rb', line 9 def insert_rows(table_name, rows) InsertRowsCommand.execute table_name, rows end |