Name | Description | |
---|---|---|
![]() | MySqlDump Constructor | Overloaded. Initializes a new instance of the MySqlDump class. |
The following tables list the members exposed by MySqlDump.
Name | Description | |
---|---|---|
![]() | MySqlDump Constructor | Overloaded. Initializes a new instance of the MySqlDump class. |
Name | Description | |
---|---|---|
![]() | CommitBatchSize | Gets or sets the max size in bytes of a single insert statement with multiple values in the script. This property is ignored if the UseExtSyntax property is set to false. |
![]() | CommitCount | Gets or sets number of SQL statements to execute before issuing COMMIT when restoring data from a dump. |
![]() | Connection | Gets or sets the MySqlConnection used by this instance of the MySqlDump. |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | Database | Gets or sets database to dump data from. |
![]() | DisableKeys | Determines whether to add ALTER TABLE ... DISABLE KEYS clause before INSERT statements. |
![]() | DumpText | Overridden. Gets as a result of Backup() execution, or sets data needed to execute Restore() method. |
![]() | ExportAll | Determines whether to export functions, procedures, and views together with tables. This property is obsolete. Use ObjectTypes property instead. |
![]() | GenerateHeader | Determines whether to add comments into the dump text. (Inherited from Devart.Common.DbDump) |
![]() | HexBlob | Determines whether to dump BLOB columns using hexadecimal notation. |
![]() | IncludeDatabase | Determines whether to include information about database into the dump text. This property is obsolete. Use ObjectTypes property instead. |
![]() | IncludeDatabaseUsersOnly | Determines whether to exclude users that don't have privileges on the specified Database. |
![]() | IncludeDrop | Determines whether to recreate database objects. (Inherited from Devart.Common.DbDump) |
![]() | IncludeLock | Determines whether to add LOCK TABLE clause before data insertion. |
![]() | IncludeUse | Determines whether to add USE statement to the script. |
![]() | IncludeUsers | Determines whether to include GRANT statements for users into the dump text. This property is obsolete. Use ObjectTypes property instead. |
![]() | Mode | Determines whether to include data from tables into the dump text, script to create database objects or both. (Inherited from Devart.Common.DbDump) |
![]() | ObjectTypes | Gets or sets a value that indicates which database objects will be included in the dump text. |
![]() | QuoteIdentifier | Determines whether to quote all identifiers present in the database. (Inherited from Devart.Common.DbDump) |
![]() | Site | (Inherited from System.ComponentModel.Component) |
![]() | Tables | Overridden. Gets or sets a list of the tables which will be used in the script. Table names are separated by semicolon. |
![]() | UseDelayedIns | Determines whether to use INSERT DELAYED statement syntax. |
![]() | UseExtSyntax | Determines whether to use extended syntax of INSERT on data insertion. |
Name | Description | |
---|---|---|
![]() | Backup | Overloaded. Generates a script and writes it to the DumpText property. (Inherited from Devart.Common.DbDump) |
![]() | BackupQuery | Overloaded. Generates a script with a backup of the data, returned by the specified query, and writes it to the DumpText property. (Inherited from Devart.Common.DbDump) |
![]() | BeginBackup | Overloaded. Starts an asynchronous invocation of a Backup method. (Inherited from Devart.Common.DbDump) |
![]() | BeginBackupQuery | Overloaded. Starts an asynchronous invocation of a BackupQuery(String) method. (Inherited from Devart.Common.DbDump) |
![]() | BeginRestore | Overloaded. Starts an asynchronous invocation of a Restore method. (Inherited from Devart.Common.DbDump) |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | Dispose | (Inherited from System.ComponentModel.Component) |
![]() | EndBackup | Ends an asynchronous invocation of the Backup method. (Inherited from Devart.Common.DbDump) |
![]() | EndBackupQuery | Ends an asynchronous invocation of the BackupQuery method. (Inherited from Devart.Common.DbDump) |
![]() | EndRestore | Ends an asynchronous invocation of the Restore method. (Inherited from Devart.Common.DbDump) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | Restore | Overloaded. Executes script specified in the Devart.Common.DbDump descendant property. (Inherited from Devart.Common.DbDump) |
![]() | ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | Disposed | (Inherited from System.ComponentModel.Component) |
![]() | Error | Occurs when a SQL statement within dump script has produced an error. |
![]() | Progress | Occurs when MySqlDump processes next database object or SQL statement. |