d2sqlite3 ~master (2018-04-15T09:30:59Z)
Home
Dub
Repo
ColumnData.as
d2sqlite3
results
ColumnData
Returns the data converted to T.
If the data is NULL, defaultValue is returned.
auto
as
(
T
defaultValue
=
T
.
init
)
auto
as
(
T
defaultValue
=
T
.
init
)
auto
as
(
T
defaultValue
=
T
.
init
)
struct
ColumnData
auto
as
(
T
:
Nullable
!
U
U
...
)
(
T
defaultValue
=
T.init
)
Meta
Source
See Implementation
d2sqlite3
results
ColumnData
constructors
this
functions
as
type
Returns the data converted to T.
If the data is NULL, defaultValue is returned.