Export
final class Export (View source)
Export defaults
Properties
| string | $format | |
|
| string | $method | |
|
| string | $compression | |
|
| bool | $lock_tables | Whether to LOCK TABLES before exporting |
|
| bool | $as_separate_files | Whether to export databases/tables as separate files |
|
| bool | $asfile | |
|
| string | $charset | |
|
| bool | $onserver | |
|
| bool | $onserver_overwrite | |
|
| bool | $quick_export_onserver | |
|
| bool | $quick_export_onserver_overwrite | |
|
| bool | $remember_file_template | |
|
| string | $file_template_table | Default filename template for table exports. |
|
| string | $file_template_database | Default filename template for database exports. |
|
| string | $file_template_server | Default filename template for server exports. |
|
| string | $codegen_structure_or_data | |
|
| int | $codegen_format | |
|
| bool | $ods_columns | |
|
| string | $ods_null | |
|
| string | $odt_structure_or_data | |
|
| bool | $odt_columns | |
|
| bool | $odt_relation | |
|
| bool | $odt_comments | |
|
| bool | $odt_mime | |
|
| string | $odt_null | |
|
| string | $htmlword_structure_or_data | |
|
| bool | $htmlword_columns | |
|
| string | $htmlword_null | |
|
| string | $texytext_structure_or_data | |
|
| bool | $texytext_columns | |
|
| string | $texytext_null | |
|
| bool | $csv_columns | |
|
| string | $csv_structure_or_data | |
|
| string | $csv_null | |
|
| string | $csv_separator | |
|
| string | $csv_enclosed | |
|
| string | $csv_escaped | |
|
| string | $csv_terminated | |
|
| bool | $csv_removeCRLF | |
|
| bool | $excel_columns | |
|
| string | $excel_null | |
|
| string | $excel_edition | |
|
| bool | $excel_removeCRLF | |
|
| string | $excel_structure_or_data | |
|
| string | $latex_structure_or_data | |
|
| bool | $latex_columns | |
|
| bool | $latex_relation | |
|
| bool | $latex_comments | |
|
| bool | $latex_mime | |
|
| string | $latex_null | |
|
| bool | $latex_caption | |
|
| string | $latex_structure_caption | |
|
| string | $latex_structure_continued_caption | |
|
| string | $latex_data_caption | |
|
| string | $latex_data_continued_caption | |
|
| string | $latex_data_label | |
|
| string | $latex_structure_label | |
|
| string | $mediawiki_structure_or_data | |
|
| bool | $mediawiki_caption | |
|
| bool | $mediawiki_headers | |
|
| string | $ods_structure_or_data | |
|
| string | $pdf_structure_or_data | |
|
| string | $phparray_structure_or_data | |
|
| string | $json_structure_or_data | |
|
| bool | $json_pretty_print | |
|
| bool | $json_unicode | |
|
| string | $sql_structure_or_data | |
|
| string | $sql_compatibility | |
|
| bool | $sql_include_comments | Whether to include comments in SQL export. |
|
| bool | $sql_disable_fk | |
|
| bool | $sql_views_as_tables | |
|
| bool | $sql_metadata | |
|
| bool | $sql_use_transaction | |
|
| bool | $sql_create_database | |
|
| bool | $sql_drop_database | |
|
| bool | $sql_drop_table | |
|
| bool | $sql_if_not_exists | true by default for correct behavior when dealing with exporting of VIEWs and the stand-in table |
|
| bool | $sql_view_current_user | |
|
| bool | $sql_or_replace_view | |
|
| bool | $sql_procedure_function | |
|
| bool | $sql_create_table | |
|
| bool | $sql_create_view | |
|
| bool | $sql_create_trigger | |
|
| bool | $sql_auto_increment | |
|
| bool | $sql_backquotes | |
|
| bool | $sql_dates | |
|
| bool | $sql_relation | |
|
| bool | $sql_truncate | |
|
| bool | $sql_delayed | |
|
| bool | $sql_ignore | |
|
| bool | $sql_utc_time | Export time in UTC. |
|
| bool | $sql_hex_for_binary | |
|
| string | $sql_type | |
|
| int | $sql_max_query_size | |
|
| bool | $sql_mime | |
|
| string | $sql_header_comment | \n is replaced by new line |
|
| string | $sql_insert_syntax | Whether to use complete inserts, extended inserts, both, or neither |
|
| string | $pdf_report_title | |
|
| string | $xml_structure_or_data | |
|
| bool | $xml_export_struc | Export schema for each structure |
|
| bool | $xml_export_events | Export events |
|
| bool | $xml_export_functions | Export functions |
|
| bool | $xml_export_procedures | Export procedures |
|
| bool | $xml_export_tables | Export schema for each table |
|
| bool | $xml_export_triggers | Export triggers |
|
| bool | $xml_export_views | Export views |
|
| bool | $xml_export_contents | Export contents data |
|
| string | $yaml_structure_or_data | |
|
| bool | $remove_definer_from_definitions | |
Methods
No description
No description
Details
__construct(array $export = [])
No description
array
asArray()
No description