.. _f-filestoresqlite: module ``server.filestore_sqlite`` ================================== .. inheritance-diagram:: pyquickhelper.server.filestore_sqlite Short summary +++++++++++++ module ``pyquickhelper.server.filestore_sqlite`` Simple class to store and retrieve files with a sqlite3 detabase. :githublink:`%|py|6` Classes +++++++ +--------------------------------------------------------------------------------------+--------------------------------------------------------------+ | class | truncated documentation | +======================================================================================+==============================================================+ | :class:`SqlLite3FileStore ` | Simple file storage implemented with :epkg:`python:sqlite3`. | +--------------------------------------------------------------------------------------+--------------------------------------------------------------+ Static Methods ++++++++++++++ +---------------------------------------------------------------------------+-------------------------+ | staticmethod | truncated documentation | +===========================================================================+=========================+ | :meth:`v2s ` | | +---------------------------------------------------------------------------+-------------------------+ Methods +++++++ +------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------+ | method | truncated documentation | +============================================================================================================+============================================================================+ | :py:meth:`__init__ ` | | +------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------+ | :py:meth:`_check_same_column ` | | +------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------+ | :py:meth:`_create ` | Creates the database if it does not exists. | +------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------+ | :py:meth:`_enumerate ` | | +------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------+ | :py:meth:`_get_column_table ` | | +------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------+ | :py:meth:`_get_connexion ` | | +------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------+ | :meth:`enumerate ` | Queries the database, enumerates the results. | +------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------+ | :meth:`enumerate_content ` | Queries the database, enumerates the results, returns the content as well. | +------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------+ | :meth:`enumerate_data ` | Queries the database, enumerates the results. | +------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------+ | :meth:`submit ` | Submits a file to the database. | +------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------+ | :meth:`submit_data ` | Submits data to the database. | +------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pyquickhelper.server.filestore_sqlite :members: :special-members: __init__ :show-inheritance: