Qt 4.8
Classes | Macros | Typedefs
qsql_psql.h File Reference
#include <QtSql/qsqlresult.h>
#include <QtSql/qsqldriver.h>

Go to the source code of this file.

Classes

class  QPSQLDriver
 
class  QPSQLResult
 

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 51 of file qsql_psql.h.

Typedef Documentation

◆ PGconn

typedef struct pg_conn PGconn

Definition at line 56 of file qsql_psql.h.

◆ PGresult

typedef struct pg_result PGresult

Definition at line 57 of file qsql_psql.h.