hunt-database ~master (2022-02-21T07:44:19Z)
Home
Dub
Repo
SqlResultImpl
hunt
database
base
impl
SqlResultImpl
Undocumented in source.
class
SqlResultImpl : SqlResultBase!(T, SqlResultImpl!(T))(
T
) {
this
(T value);
T
value
();
}
Constructors
this
this
(T value)
Undocumented in source.
Members
Functions
value
T
value
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
database
base
impl
SqlResultImpl
classes
SqlResultImpl