dpq.connection

Members

Classes

Savepoint
class Savepoint
Undocumented in source.

Functions

deserialise
T deserialise(Row r, string prefix)

Deserialises the given Row to the requested type

Structs

Connection
struct Connection

Represents the PostgreSQL connection and allows executing queries on it.

Variables

_dpqLastConnection
Connection* _dpqLastConnection;

Hold the last created connection, not to be used outside the library

c
Connection c;
Undocumented in source.

Meta