Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qsql_psql_p.h File Reference
#include <QtSql/qsqldriver.h>
+ Include dependency graph for qsql_psql_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QPSQLDriver
 

Macros

#define Q_EXPORT_SQLDRIVER_PSQL   Q_SQL_EXPORT
 

Typedefs

typedef struct pg_conn PGconn
 
typedef struct pg_result PGresult
 

Macro Definition Documentation

◆ Q_EXPORT_SQLDRIVER_PSQL

#define Q_EXPORT_SQLDRIVER_PSQL   Q_SQL_EXPORT

Definition at line 23 of file qsql_psql_p.h.

Typedef Documentation

◆ PGconn

typedef struct pg_conn PGconn

Definition at line 26 of file qsql_psql_p.h.

◆ PGresult

typedef struct pg_result PGresult

Definition at line 27 of file qsql_psql_p.h.