shark ~master (2019-01-11T20:47:28Z)
Dub
Repo
Prepared.ParamImpl
shark
sql
SqlDatabase
Prepared
Undocumented in source.
struct
Prepared
static
class
ParamImpl :
Param
(
T
Type
_type
) {
T
value
;
Type
type
();
this
(T value);
string
toString
();
}
Constructors
this
this
(T value)
Undocumented in source.
Alias This
value
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
type
Type
type
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
value
T
value
;
Undocumented in source.
Inherited Members
From Param
type
Type
type
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
shark
sql
SqlDatabase
Prepared
classes
ParamImpl
interfaces
Param
static functions
prepare