A component for storing database or its parts as a script and also for restoring database from the received script.
For a list of all members of this type, see TPgDump members.
TPgDump = class(TDADump);
The TPgDump component is a component for storing database or its parts as a script and also for restoring database from the received script.
Serves to store a database or its parts as a script and also to restore database from received script. TPgDump behaviour is similar to pg_dump program. Use SchemaNames, TableNames, and ObjectTypes properties to specify the objects to be stored. To generate a script call TDADump.Backup or TDADump.BackupQuery method. Resulted script can be viewed in TDADump.SQL.
TDADump
TPgDump