Luanti 5.15.0-dev
 
Loading...
Searching...
No Matches
database-postgresql.h File Reference
#include <string>
#include <libpq-fe.h>
#include "database.h"
+ Include dependency graph for database-postgresql.h:

Go to the source code of this file.

Classes

class  Database_PostgreSQL
 
class  MapDatabasePostgreSQL
 
class  PlayerDatabasePostgreSQL
 
class  AuthDatabasePostgreSQL
 
class  ModStorageDatabasePostgreSQL
 

Macros

#define PARENT_CLASS_FUNCS
 

Macro Definition Documentation

◆ PARENT_CLASS_FUNCS

#define PARENT_CLASS_FUNCS
Value:
void beginSave() { Database_PostgreSQL::beginSave(); } \
void endSave() { Database_PostgreSQL::endSave(); } \
void verifyDatabase() { Database_PostgreSQL::verifyDatabase(); }
void beginSave() override
void endSave() override
void verifyDatabase() override
Open and initialize the database if needed.