![]() |
NDEVR
API Documentation
|
Server actions implementation that directly accesses a MySQL database backend. More...
Public Attributes | |
| Dictionary< uint08, sql::PreparedStatement * > | m_cached_statements |
| Cache of prepared SQL statements. | |
| Dictionary< sint04, sint04 > | resource_ownership_lookup |
| Cache of resource ID to owner ID mappings. | |
Static Public Attributes | |
| static ApplicationOption< String > | address |
| Database server address. | |
| static ApplicationOption< sint04 > | login_check_interval_minutes |
| Interval in minutes for rate limiting checks. | |
| static ApplicationOption< uint04 > | max_login_failure_count |
| Max failed logins before lockout. | |
| static ApplicationOption< PasswordString > | password |
| Database login password. | |
| static ApplicationOption< uint04 > | port |
| Database server port. | |
| static ApplicationOption< String > | username |
| Database login username. | |
Server actions implementation that directly accesses a MySQL database backend.
Definition at line 24 of file DirectServerAction.h.