CPGconn.escapeLiteral

Prototype: PQescapeLiteral

class CPGconn
string
escapeLiteral
const
(
string msg
)
in { assert (conn !is null, "PGconn was finished!"); assert (PQescapeLiteral !is null, "DerelictPQ isn't loaded!"); }

Throws

PGEscapeException

Meta