A base class that defines functionality for descendant classes that dump database objects to a script.
For a list of all members of this type, see TDADump members.
TDADump = class(TComponent);
TDADump is a base class that defines functionality for descendant classes that dump database objects to a script. Applications never use TDADump objects directly. Instead they use descendants of TDADump.
Use TDADump descedants to dump database objects, such as tables, stored procedures, and functions for backup or for transferring the data to another SQL server. The dump contains SQL statements to create the table or other database objects and/or populate the table.