ddb v0.3.0 (2017-09-08T08:15:09Z)
Home
Dub
Repo
PGParameters
ddb
postgres
Collection of query parameters
class
PGParameters {
short
length
[@property getter];
PGParameter
add
(short index, PGType type);
PGParameter
opIndex
(short index);
int
opApply
(int delegate(ref PGParameter param) dg);
}
Members
Functions
add
PGParameter
add
(short index, PGType type)
Creates and returns new parameter.
opApply
int
opApply
(int delegate(ref PGParameter param) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
PGParameter
opIndex
(short index)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
length
short
length
[@property getter]
Meta
Source
See Implementation
ddb
postgres
aliases
PGFields
classes
PGCommand
PGConnection
PGParameter
PGParameters
PGResultSet
ParamException
PostgresDB
ResponseMessage
ServerErrorException
enums
PGType
structs
PGField
Collection of query parameters