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. Exclude the contents of specified tables from dump process. Generates INSERT SQL Statement using extended syntax. Sets the number of <FIELDVALUES> sections for single INSERT statement with extended syntax. Exclude the 'LOCK TABLE' clause of specified tables from dump process. Sets if the dump information will be written at the beginning of the SQL file. Sets maximum number of rows to be retrieved from server at once during dumping tables. Sets the line comment string for SQL statements. Specifies whether to add "LOCK TABLE" clause to the dump script. Sets SQL file opening mode. 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. Specifies whether to use hexadecimal notation when dumping binary columns. |