Please see TMySQLDump properties short descriptions
below:
An option to include the field names in "insert" command
Points to TMySQLDatabase component which sets a DB to be
connected with.
Sets the SQL statements delimiter.
Generates "ALTER TABLE <TableName> DISABLE KEYS" SQL statements.
Generates SQL statements to disable uniqueness checks for secondary indexes in InnoDB tables.
Generates DROP TABLE SQL statement.
Sets DB dump type.
Generates INSERT SQL Statement using exteded syntax.
Sets the number of <FIELDVALUES> sections for single INSERT statement with extended syntax.
Sets maximum number of rows to be retrieved from server at once during dumping tables.
Sets the line comment string for SQL statements.
Sets a full path to a file with SQL script will be generated.
Sets a list of DB tables to be dumped.
Generates CREATE DATABASE SQL statements.