Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qsql_psql_p.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#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.