CPGresult

Undocumented in source.

Constructors

this
this(Answer result, ILogger plogger)
Undocumented in source.

Members

Functions

asBytes
ubyte[] asBytes(size_t rowNumber, size_t colNumber)
Undocumented in source. Be warned that the author may not have intended to support it.
asColumnBson
Bson asColumnBson(IConnection conn)
Undocumented in source. Be warned that the author may not have intended to support it.
asString
string asString(size_t rowNumber, size_t colNumber)
Undocumented in source. Be warned that the author may not have intended to support it.
fname
string fname(size_t colNumber)
Undocumented in source. Be warned that the author may not have intended to support it.
ftype
OidType ftype(size_t colNumber)
Undocumented in source. Be warned that the author may not have intended to support it.
getisnull
bool getisnull(size_t rowNumber, size_t colNumber)
Undocumented in source. Be warned that the author may not have intended to support it.
isBinary
bool isBinary(size_t colNumber)
Undocumented in source. Be warned that the author may not have intended to support it.
logger
shared(ILogger) logger()
Undocumented in source. Be warned that the author may not have intended to support it.
nfields
size_t nfields()
Undocumented in source. Be warned that the author may not have intended to support it.
ntuples
size_t ntuples()
Undocumented in source. Be warned that the author may not have intended to support it.
resStatus
string resStatus()
Undocumented in source. Be warned that the author may not have intended to support it.
resultErrorMessage
string resultErrorMessage()
Undocumented in source. Be warned that the author may not have intended to support it.
resultStatus
ExecStatusType resultStatus()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IPGresult

resultStatus
ExecStatusType resultStatus()

Prototype: PQresultStatus

resStatus
string resStatus()

Prototype: PQresStatus Note: same as resultStatus, but converts the enum to human-readable string.

resultErrorMessage
string resultErrorMessage()

Prototype: PQresultErrorMessage

ntuples
size_t ntuples()

Prototype: PQntuples

nfields
size_t nfields()

Prototype: PQnfields

fname
string fname(size_t colNumber)

Prototype: PQfname

isBinary
bool isBinary(size_t colNumber)

Prototype: PQfformat

asString
string asString(size_t rowNumber, size_t colNumber)

Prototype: PQgetvalue

asBytes
ubyte[] asBytes(size_t rowNumber, size_t colNumber)

Prototype: PQgetvalue

getisnull
bool getisnull(size_t rowNumber, size_t colNumber)

Prototype: PQgetisnull

ftype
OidType ftype(size_t colNumber)

Prototype: PQftype

asColumnBson
Bson asColumnBson(IConnection conn)

Creates Bson from result in column echelon order.

logger
shared(ILogger) logger()

Getting local logger

Meta