Go to the source code of this file.
Classes | |
| class | webui.auth.db_queue.CommandRecord |
| class | webui.auth.db_queue.QueueDB |
| class | webui.auth.db_queue.QueueTable |
Namespaces | |
| webui.auth.db_queue | |
Functions | |
| def | webui.auth.db_queue.createDB () |
| def | webui.auth.db_queue.exists () |
| def | webui.auth.db_queue.fullDBPath (path_to_store) |
| def | webui.auth.db_queue.initSchema (create=0, timeout=None) |
| def | webui.auth.db_queue.main (argv, stdout, environ) |
| def | webui.auth.db_queue.test () |
| def | webui.auth.db_queue.usage (progname) |
Variables | |
| string | webui.auth.db_queue.gDBFilename = "queue" |
| string | webui.auth.db_queue.gDBPath = "host" |
| string | webui.auth.db_queue.gDBTablePrefix = "queue" |