Specifies the behaviour of the TMyDump component.
Class
TMyDump
Syntax
property Options: TMyDumpOptions;
Remarks
Set the properties of Options to specify the behaviour of a TMyDump component.
Descriptions of all options are in the table below.
Option Name | Description |
AddLock |
Used to execute LOCK TABLE before data insertion. |
CommitBatchSize |
Used to add COMMIT statement to script after inserting every CommitBatchSize strings when dumping table data. |
DisableKeys |
Allows disabling keys check when inserting records. |
HexBlob |
Used to present BLOB values in hexdecimal notation. |
InsertType |
Used to specify the method of rows insertion into a table. |
UseDelayedIns |
Set to use INSERT DELAYED. |
UseExtSyntax |
Set to use extended syntax of INSERT on data insertion. |
See Also