.. _f-rssdatabase: module ``rss.rss_database`` =========================== .. inheritance-diagram:: pyrsslocal.rss.rss_database Short summary +++++++++++++ module ``pyrsslocal.rss.rss_database`` Description of a :epkg:`RSS` stream. :githublink:`%|py|5` Classes +++++++ +----------------------------------------------------------------+-----------------------------------+ | class | truncated documentation | +================================================================+===================================+ | :class:`DatabaseRSS ` | Database specific to :epkg:`RSS`. | +----------------------------------------------------------------+-----------------------------------+ Static Methods ++++++++++++++ +-----------------------------------------------------------------------------+---------------------------------------------+ | staticmethod | truncated documentation | +=============================================================================+=============================================+ | :meth:`getday ` | Returns the same datetime but with no time. | +-----------------------------------------------------------------------------+---------------------------------------------+ | :meth:`getdayn ` | Returns the same datetime but with no time. | +-----------------------------------------------------------------------------+---------------------------------------------+ | :meth:`schema_table ` | returns the schema for a specific table | +-----------------------------------------------------------------------------+---------------------------------------------+ Methods +++++++ +-------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+ | method | truncated documentation | +=======================================================================================================+===========================================================================================================================+ | :py:meth:`__init__ ` | | +-------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+ | :py:meth:`__str__ ` | usual | +-------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+ | :meth:`create_missing_table ` | Creates the missing tables. | +-------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+ | :meth:`enumerate_blogs ` | Enumerates all the blogs from the database. | +-------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+ | :meth:`enumerate_latest_status ` | Retrieves the latest status for a post. | +-------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+ | :meth:`enumerate_posts ` | Enumerates all the posts from the database if the blog id belongs to a selection (or all if blog_selection is empty). ... | +-------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+ | :meth:`enumerate_posts_status ` | Enumerate status. | +-------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+ | :meth:`private_process_condition ` | Returns a :epkg:`SQL` query corresponding to list of posts. | +-------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pyrsslocal.rss.rss_database :members: :special-members: __init__ :show-inheritance: