dpq.connection

Members

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

Meta