CPGconn.user

Prototype: PQuser

class CPGconn
string
user
const nothrow @property
(
)
in { assert (conn !is null, "PGconn was finished!"); assert (PQuser !is null, "DerelictPQ isn't loaded!"); }

Meta