ddb v0.3.0 (2017-09-08T08:15:09Z)
Home
Dub
Repo
PGParameter
ddb
postgres
Class representing single query parameter
class
PGParameter {
immutable
short
index
;
immutable
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
Variables
index
short
index
;
Undocumented in source.
type
PGType
type
;
Undocumented in source.
Meta
Source
See Implementation
ddb
postgres
aliases
PGFields
classes
PGCommand
PGConnection
PGParameter
PGParameters
PGResultSet
ParamException
PostgresDB
ResponseMessage
ServerErrorException
enums
PGType
structs
PGField
Class representing single query parameter