Definition at line 95 of file qsql_psql.h.
#include <qsql_psql.h>

| enum Protocol |
Definition at line 99 of file qsql_psql.h.
| QPSQLDriver | ( | QObject * | parent = 0 |
) | [explicit] |
| QPSQLDriver | ( | PGconn * | conn, |
| QObject * | parent = 0 |
||
| ) | [explicit] |
| ~QPSQLDriver | ( | ) |
| bool hasFeature | ( | DriverFeature | f | ) | const [virtual] |
Implements QSqlDriver.
| bool open | ( | const QString & | db, |
| const QString & | user, | ||
| const QString & | password, | ||
| const QString & | host, | ||
| int | port, | ||
| const QString & | connOpts | ||
| ) | [virtual] |
Implements QSqlDriver.
| bool isOpen | ( | ) | const [virtual] |
Reimplemented from QSqlDriver.
| void close | ( | ) | [virtual] |
Implements QSqlDriver.
| QSqlResult* createResult | ( | ) | const [virtual] |
Implements QSqlDriver.
| QStringList tables | ( | QSql::TableType | ) | const [virtual] |
Reimplemented from QSqlDriver.
Reimplemented from QSqlDriver.
| QSqlRecord record | ( | const QString & | tablename | ) | const [virtual] |
Reimplemented from QSqlDriver.
| Protocol protocol | ( | ) | const |
| QVariant handle | ( | ) | const [virtual] |
Reimplemented from QSqlDriver.
| QString escapeIdentifier | ( | const QString & | identifier, |
| IdentifierType | type | ||
| ) | const [virtual] |
Reimplemented from QSqlDriver.
Reimplemented from QSqlDriver.
| bool beginTransaction | ( | ) | [protected, virtual] |
Reimplemented from QSqlDriver.
| bool commitTransaction | ( | ) | [protected, virtual] |
Reimplemented from QSqlDriver.
| bool rollbackTransaction | ( | ) | [protected, virtual] |
Reimplemented from QSqlDriver.
| bool subscribeToNotificationImplementation | ( | const QString & | name | ) | [protected, slot] |
Reimplemented from QSqlDriver.
| bool unsubscribeFromNotificationImplementation | ( | const QString & | name | ) | [protected, slot] |
Reimplemented from QSqlDriver.
| QStringList subscribedToNotificationsImplementation | ( | ) | const [protected, slot] |
Reimplemented from QSqlDriver.