TrinityCore
Loading...
Searching...
No Matches
LoginDatabase.h
Go to the documentation of this file.
1/*
2 * This file is part of the TrinityCore Project. See AUTHORS file for Copyright information
3 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms of the GNU General Public License as published by the
6 * Free Software Foundation; either version 2 of the License, or (at your
7 * option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12 * more details.
13 *
14 * You should have received a copy of the GNU General Public License along
15 * with this program. If not, see <http://www.gnu.org/licenses/>.
16 */
17
18#ifndef _LOGINDATABASE_H
19#define _LOGINDATABASE_H
20
21#include "MySQLConnection.h"
22
24{
25 /* Naming standard for defines:
26 {DB}_{SEL/INS/UPD/DEL/REP}_{Summary of data changed}
27 When updating more than one field, consider looking at the calling function
28 name for a suiting suffix.
29 */
30
103
108
112
116
119
122
124{
125public:
127
128 //- Constructors for sync and async connections
132
133 //- Loads database type specific prepared statements
134 void DoPrepareStatements() override;
135};
136
137#endif
#define TC_DATABASE_API
Definition Define.h:102
uint32_t uint32
Definition Define.h:133
LoginDatabaseStatements
@ LOGIN_UPD_MUTE_TIME_LOGIN
@ LOGIN_GET_EMAIL_BY_ID
@ LOGIN_INS_ACCOUNT_BANNED
@ LOGIN_SEL_ACCOUNT_LIST_BY_EMAIL
@ LOGIN_INS_ACCOUNT_AUTO_BANNED
@ LOGIN_INS_LOG
@ LOGIN_SEL_ACCOUNT_ACCESS_SECLEVEL_TEST
@ LOGIN_UPD_EMAIL
@ LOGIN_SEL_ACCOUNT_BY_IP
@ LOGIN_DEL_ACCOUNT_ACCESS_BY_REALM
@ LOGIN_GET_ACCOUNT_ID_BY_USERNAME
@ LOGIN_SEL_ACCOUNT_BANNED_BY_FILTER
@ LOGIN_UPD_UPTIME_PLAYERS
@ LOGIN_SEL_LAST_ATTEMPT_IP
@ LOGIN_UPD_REG_EMAIL
@ LOGIN_DEL_IP_NOT_BANNED
@ LOGIN_SEL_ACCOUNT_BY_ID
@ LOGIN_INS_ALDL_IP_LOGGING
@ LOGIN_DEL_ACCOUNT_MUTED
@ LOGIN_REP_REALM_CHARACTERS
@ LOGIN_DEL_ACCOUNT_BANNED
@ LOGIN_DEL_EXPIRED_IP_BANS
@ LOGIN_SEL_CHECK_PASSWORD_BY_NAME
@ LOGIN_SEL_PINFO
@ MAX_LOGINDATABASE_STATEMENTS
@ LOGIN_UPD_ACCOUNT_TOTP_SECRET
@ LOGIN_UPD_LAST_ATTEMPT_IP
@ LOGIN_DEL_ACCOUNT_ACCESS
@ LOGIN_SEL_ACCOUNT_WHOIS
@ LOGIN_UPD_USERNAME
@ LOGIN_INS_IP_BANNED
@ LOGIN_SEL_SECRET_DIGEST
@ LOGIN_SEL_REALMLIST
@ LOGIN_DEL_RBAC_ACCOUNT_PERMISSION
@ LOGIN_SEL_IP_BANNED_BY_IP
@ LOGIN_GET_GMLEVEL_BY_REALMID
@ LOGIN_UPD_EXPANSION
@ LOGIN_UPD_ACCOUNT_LOCK_COUNTRY
@ LOGIN_SEL_REALMLIST_SECURITY_LEVEL
@ LOGIN_SEL_RBAC_ACCOUNT_PERMISSIONS
@ LOGIN_INS_SECRET_DIGEST
@ LOGIN_SEL_ACCOUNT_MUTE_INFO
@ LOGIN_UPD_ACCOUNT_NOT_BANNED
@ LOGIN_SEL_GM_ACCOUNTS
@ LOGIN_UPD_LOGON
@ LOGIN_SEL_ACCOUNT_LIST_BY_NAME
@ LOGIN_SEL_ACCOUNT_TOTP_SECRET
@ LOGIN_INS_FALP_IP_LOGGING
@ LOGIN_UPD_MUTE_TIME
@ LOGIN_UPD_LAST_IP
@ LOGIN_SEL_ACCOUNT_ACCESS_BY_ID
@ LOGIN_UPD_LOGONPROOF
@ LOGIN_UPD_ACCOUNT_LOCK
@ LOGIN_SEL_AUTOBROADCAST
@ LOGIN_SEL_SUM_REALM_CHARACTERS
@ LOGIN_UPD_ACCOUNT_ONLINE
@ LOGIN_GET_USERNAME_BY_ID
@ LOGIN_DEL_ACCOUNT
@ LOGIN_SEL_LAST_IP
@ LOGIN_INS_REALM_CHARACTERS_INIT
@ LOGIN_SEL_IP_INFO
@ LOGIN_DEL_SECRET_DIGEST
@ LOGIN_UPD_EXPIRED_ACCOUNT_BANS
@ LOGIN_SEL_ACCOUNT_BANNED_BY_USERNAME
@ LOGIN_INS_FACL_IP_LOGGING
@ LOGIN_INS_CHAR_IP_LOGGING
@ LOGIN_SEL_RECONNECTCHALLENGE
@ LOGIN_INS_ACCOUNT_ACCESS
@ LOGIN_DEL_REALM_CHARACTERS
@ LOGIN_SEL_CHECK_PASSWORD
@ LOGIN_SEL_PINFO_BANS
@ LOGIN_SEL_ACCOUNT_ID_BY_NAME
@ LOGIN_UPD_FAILEDLOGINS
@ LOGIN_SEL_ACCOUNT_ACCESS
@ LOGIN_SEL_IP_BANNED_ALL
@ LOGIN_INS_IP_AUTO_BANNED
@ LOGIN_SEL_ACCOUNT_INFO
@ LOGIN_INS_RBAC_ACCOUNT_PERMISSION
@ LOGIN_SEL_LOGONCHALLENGE
@ LOGIN_DEL_OLD_LOGS
@ LOGIN_SEL_ACCOUNT_BANNED_ALL
@ LOGIN_SEL_REALM_CHARACTER_COUNTS
@ LOGIN_SEL_ACCOUNT_INFO_BY_NAME
@ LOGIN_INS_ACCOUNT_MUTE
@ LOGIN_INS_ACCOUNT
LoginDatabaseStatements Statements
virtual void DoPrepareStatements()=0