.. _f-databaseobject: module ``sql.database_object`` ============================== .. inheritance-diagram:: pyensae.sql.database_object Short summary +++++++++++++ module ``pyensae.sql.database_object`` :class:`Database` :githublink:`%|py|7` Classes +++++++ +----------------------------------------------------------------------+----------------------------------------------------------------+ | class | truncated documentation | +======================================================================+================================================================+ | :class:`DatabaseObject ` | Methods for database related to object, see :class:`Database`. | +----------------------------------------------------------------------+----------------------------------------------------------------+ Methods +++++++ +------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | method | truncated documentation | +======================================================================================================+==============================================================================================================================+ | :meth:`enumerate_objects ` | Iterator on objects assuming each row of a table is a object (classObject type). The classObject must have the following ... | +------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | :meth:`fill_table_with_objects ` | Fill a table of a database with object (from ``iterator_on``) following the interface: | +------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pyensae.sql.database_object :members: :special-members: __init__ :show-inheritance: