EPUB | CHM | PDF

TMySQLDump.Properties.ExcludeTables

Top Previous Next

Exclude the contents of specified tables from dump process.

Syntax:

property ExcludeTables: TStrings;

Description:

Do not dump any tables matching the table pattern. The pattern is interpreted according to the same rules as for TableList property.

When both TableList and ExcludeTables are given, the behavior is to dump just the tables that match at least one TableList string but no ExcludeTables strings. If ExcludeTables appears without TableList, then tables matching ExcludeTables are excluded from what is otherwise a normal dump.

See also: TableList property