EPUB | CHM | PDF

TMySQLDump.Properties.DumpOption

Top Previous Next

Sets DB dump type.

Syntax:

DumpOption : TDumpOption;
Type
TDumpOption = (dStructure,dData,dAll);

Description:

Allows to choose DB dump type:

dStructure

Generate SQL script containing the DB structure only;

dData

Generate SQL script containing the data only;

dAll

Generate SQL script containing both structure and data.