|
ultimix
|
Public Member Functions | |
| __construct () | |
| get_list_of_tables ($DumpCreationConfig) | |
| get_drop_dump ($TableDumpCreationConfig, $TableName) | |
| get_fields_dump ($TableDumpCreationConfig, $TableName) | |
| get_auto_increment ($TableDumpCreationConfig, $TableName) | |
| get_create_dump ($TableDumpCreationConfig, $TableName) | |
| get_structure_dump ($TableDumpCreationConfig, $TableName) | |
| get_insert_dump ($TableName, &$Fields, &$Records) | |
| get_data_dump ($TableDumpCreationConfig, $TableName) | |
| get_dump_of_table ($TableName, &$DumpCreationConfig) | |
| get_dump ($DumpName) | |
| view ($Options) | |
Data Fields | |
| $CachedMultyFS = false | |
| $Database = false | |
| $DatabaseAlgorithms = false | |
| $Security = false | |
| __construct | ( | ) |
Constructor.
| Exception | An exception of this type is thrown. |
Definition at line 57 of file dump.php.
| get_auto_increment | ( | $TableDumpCreationConfig, | |
| $TableName | |||
| ) |
Function returns a dump of the auto_increment.
| $TableDumpCreationConfig | - Config for dump creation. |
| $TableName | - Table's name. |
| Exception | - An exception of this type is thrown. |
Definition at line 288 of file dump.php.
| get_create_dump | ( | $TableDumpCreationConfig, | |
| $TableName | |||
| ) |
Function returns a dump for the specified table.
| $TableDumpCreationConfig | - Config for dump creation. |
| $TableName | - Table's name. |
| Exception | - An exception of this type is thrown. |
Definition at line 344 of file dump.php.
| get_data_dump | ( | $TableDumpCreationConfig, | |
| $TableName | |||
| ) |
Function returns a dump of data.
| $TableDumpCreationConfig | - Config for dump creation. |
| $TableName | - Table's name. |
| Exception | - An exception of this type is thrown. |
Definition at line 546 of file dump.php.
| get_drop_dump | ( | $TableDumpCreationConfig, | |
| $TableName | |||
| ) |
Function returns a dump for the specified table.
| $TableDumpCreationConfig | - Config for dump creation. |
| $TableName | - Table's name. |
| Exception | - An exception of this type is thrown. |
Definition at line 141 of file dump.php.
| get_dump | ( | $DumpName | ) |
Function creates dump of the database.
| $DumpName | - Name of the config. |
| Exception | - An exception of this type is thrown. |
Definition at line 640 of file dump.php.
| get_dump_of_table | ( | $TableName, | |
| & | $DumpCreationConfig | ||
| ) |
Function returns a dump for the specified table.
| $TableName | - Table's name. |
| $DumpCreationConfig | - Dump creation config. |
| Exception | - An exception of this type is thrown. |
Definition at line 596 of file dump.php.
| get_fields_dump | ( | $TableDumpCreationConfig, | |
| $TableName | |||
| ) |
Function returns a dump of fields for the specified table.
| $TableDumpCreationConfig | - Config for dump creation. |
| $TableName | - Table's name. |
| Exception | - An exception of this type is thrown. |
Definition at line 242 of file dump.php.
| get_insert_dump | ( | $TableName, | |
| & | $Fields, | ||
| & | $Records | ||
| ) |
Function returns a dump of data insertion command.
| $TableName | - Table's name. |
| $Fields | - Fields. |
| $Records | - Records to be put in the dump. |
| Exception | - An exception of this type is thrown. |
Definition at line 489 of file dump.php.
| get_list_of_tables | ( | $DumpCreationConfig | ) |
Function returns a list of tables.
| $DumpCreationConfig | - Config for dump creation. |
| Exception | - An exception of this type is thrown. |
Definition at line 94 of file dump.php.
| get_structure_dump | ( | $TableDumpCreationConfig, | |
| $TableName | |||
| ) |
Function returns a dump for the specified table.
| $TableDumpCreationConfig | - Config for dump creation. |
| $TableName | - Table's name. |
| Exception | - An exception of this type is thrown. |
Definition at line 396 of file dump.php.
| view | ( | $Options | ) |
Function draws component.
| $Options | - Settings. |
| Exception | An exception of this type is thrown. |
Definition at line 685 of file dump.php.