NDEVR
API Documentation
DirectServerAction

Server actions implementation that directly accesses a MySQL database backend. More...

Inheritance diagram for DirectServerAction:
[legend]
Collaboration diagram for DirectServerAction:
[legend]

Public Attributes

Dictionary< uint08, sql::PreparedStatement * > m_cached_statements
 Cache of prepared SQL statements.
Dictionary< sint04, sint04resource_ownership_lookup
 Cache of resource ID to owner ID mappings.

Static Public Attributes

static ApplicationOption< Stringaddress
 Database server address.
static ApplicationOption< sint04login_check_interval_minutes
 Interval in minutes for rate limiting checks.
static ApplicationOption< uint04max_login_failure_count
 Max failed logins before lockout.
static ApplicationOption< PasswordStringpassword
 Database login password.
static ApplicationOption< uint04port
 Database server port.
static ApplicationOption< Stringusername
 Database login username.

Detailed Description

Server actions implementation that directly accesses a MySQL database backend.


Definition at line 24 of file DirectServerAction.h.


The documentation for this class was generated from the following file: