.. _f-databaseimportexport: module ``sql.database_import_export`` ===================================== .. inheritance-diagram:: pyensae.sql.database_import_export Short summary +++++++++++++ module ``pyensae.sql.database_import_export`` :class:`Database` :githublink:`%|py|6` Classes +++++++ +-----------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | class | truncated documentation | +=========================================================================================+==========================================================================================================================+ | :class:`DatabaseImportExport ` | This class is not meant to be working alone. It contains import, export function for a database, in various formats. ... | +-----------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ Methods +++++++ +---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------+ | method | truncated documentation | +===========================================================================================================================+===========================================================================================+ | :py:meth:`_append_table ` | Appends element to a database. | +---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------+ | :py:meth:`_clean_string ` | Cleans string. | +---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------+ | :meth:`append_values ` | Uses :meth:`_append_table` to fill a table will the values contained in values (as list). | +---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------+ | :meth:`export_table_into_flat_file ` | Exports a table into a flat file. | +---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------+ | :meth:`export_view_into_flat_file ` | Exports a table into a flat file. | +---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------+ | :meth:`import_table_from_flat_file ` | Adds a table to database from a file. | +---------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pyensae.sql.database_import_export :members: :special-members: __init__ :show-inheritance: