InternalQueryParams

Used as parameters by PQexecParams-like functions

Constructors

this
this(QueryParams* qp)
Undocumented in source.

Members

Functions

command
const(char)* command()
nParams
int nParams()
paramFormats
const(int)* paramFormats()
paramLengths
const(int)* paramLengths()
paramTypes
const(Oid)* paramTypes()
paramValues
const(ubyte*)* paramValues()
stmtName
const(char)* stmtName()

Values used by PQexecParams-like functions

Variables

resultFormat
ValueFormat resultFormat;
Undocumented in source.

Meta