MessageFunctions

Incomplete documentation - sorry!

Note

Neil - please put some data in technical/class_headings/MessageFunctions.rst

methods and attributes

class lib_openmolar.server.functions.message_functions.MessageFunctions[source]

Bases: object

A class whose functions will be inherited by the server

__init__()
admin_welcome()

the html shown on startup to the admin application

admin_welcome_template()[source]

return the html shown at admin_startup

available_databases(*args, **kwargs)
db_table(dbs)

gets html showing available databases includes links for management and configuration.

get_schema_version(*args, **kwargs)
list_sessions(*args, **kwargs)
location_header[source]

an html header giving information about the server.

login_roles(*args, **kwargs)

the “url” here will be text of a link that has been displayed as part of the html from the server.

no_databases_message[source]
pg_server_info(*args, **kwargs)
pg_server_table

returns formatted server information

postgres_error_message()[source]
user_html

returns html showing login roles

Table Of Contents

Previous topic

Installer

Next topic

OMServer