salt.modules.inspectlib.dbhandle.
DBHandle
(*args, **kwargs)¶salt.modules.inspectlib.dbhandle.
DBHandleBase
(path)¶Handle for the volatile database, which serves the purpose of caching the inspected data. This database can be destroyed or corrupted, so it should be simply re-created from scratch.
close
()¶Close the database connection.
flush
(table)¶Flush the table.
open
(new=False)¶Init the database, if required.
purge
()¶Purge whole database.
Generated on May 09, 2023 at 04:03:50 UTC.
You are viewing docs for the latest stable release, 3006.1. Switch to docs for the previous stable release, 3005.1, or to a recent doc build from the master branch.
© 2023 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy