| check_database_module/1* | |
| check_database_modules/0* | |
| check_modules/2* | Issue a critical error and throw an exit if needing module is missing. |
| check_odbc_option/1* | Return true if odbc option is used. |
| config/0 | Consistency check on ejabberd configuration. |
| get_db_type/1* | Depending in the DB definition, return which type of DB this is. |
| get_db_used/0* | Return the list of databases used. |
| get_missing_modules/1* | Return the list of undefined modules. |
| libs/0 |
check_database_module(X1) -> any()
check_database_modules() -> any()
check_modules(DB, Modules) -> any()
Issue a critical error and throw an exit if needing module is missing.
check_odbc_option(AuthMethods) -> any()
Return true if odbc option is used
config() -> any()
Consistency check on ejabberd configuration
get_db_type(DB) -> mysql | pgsql | odbc
Depending in the DB definition, return which type of DB this is. Note that MSSQL is detected as ODBC.
get_db_used() -> any()
Return the list of databases used
get_missing_modules(Modules) -> any()
Return the list of undefined modules
libs() -> any()
To do
Generated by EDoc, May 23 2012, 07:15:17.