ddb ~master (2017-10-20T15:10:57Z)
Home
Dub
Repo
PGParameter
ddb
postgres
Class representing single query parameter
class
PGParameter {
short
index
;
PGType
type
;
Variant
value
[@property getter];
T
value
[@property setter];
}
Members
Properties
value
Variant
value
[@property getter]
T
value
[@property setter]
Value bound to this parameter
Meta
Source
See Implementation
ddb
postgres
aliases
PGFields
classes
PGCommand
PGConnection
PGParameter
PGParameters
PGResultSet
ResponseMessage
ServerErrorException
structs
PGField
Class representing single query parameter