DAC for MySQL
TMySQLDump.Properties.ExtInsertsCount | Previous Next |
Sets the number of <FIELDVALUES> sections for single INSERT statement with extended syntax.
Syntax:
property ExtInsertsCount : integer;
Description:
Every single INSERT statement will contain ExtInsertsCount <FIELDVALUES> sections.
INSERT INTO (<FieldList>) VALUES (<FIELDVALUES>),(<FIELDVALUES>),...,(<FIELDVALUES>);
INSERT INTO (<FieldList>) VALUES (<FIELDVALUES>),(<FIELDVALUES>),...,(<FIELDVALUES>);
...
INSERT INTO (<FieldList>) VALUES (<FIELDVALUES>),(<FIELDVALUES>),...,(<FIELDVALUES>);