Module: Flydata::Mysql::MysqlDumpParser::InsertParser::State

Defined in:
lib/flydata/command/sync.rb

Overview

INSERT INTO ‘data_entries` VALUES (2,2,’access_log’), (2,3,‘access_log2’);

Constant Summary collapse

IN_VALUE =
'IN_VALUE'
NEXT_VALUES =
'NEXT_VALUES'