mysql-lited ~master (2019-08-01T12:32:46Z)
Dub
Repo
MySQLTime
mysql
type
Undocumented in source.
struct
MySQLTime {
uint
days
;
ubyte
negative
;
ubyte
hours
;
ubyte
mins
;
ubyte
secs
;
uint
usecs
;
auto
to
();
auto
to
();
static
MySQLTime
from
(Duration duration);
static
MySQLTime
from
(TimeOfDay tod);
}
Members
Functions
to
auto
to
()
Undocumented in source. Be warned that the author may not have intended to support it.
to
auto
to
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
from
MySQLTime
from
(Duration duration)
Undocumented in source. Be warned that the author may not have intended to support it.
from
MySQLTime
from
(TimeOfDay tod)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
days
uint
days
;
Undocumented in source.
hours
ubyte
hours
;
Undocumented in source.
mins
ubyte
mins
;
Undocumented in source.
negative
ubyte
negative
;
Undocumented in source.
secs
ubyte
secs
;
Undocumented in source.
usecs
uint
usecs
;
Undocumented in source.
Meta
Source
See Implementation
mysql
type
aliases
MySQLHeader
Unboth
enums
isSomeDuration
isValueType
functions
eatMySQLDateTime
eatMySQLTime
eatValue
eatValueText
parseMySQLDateTime
parseMySQLTime
putMySQLDateTime
putMySQLTime
putValue
putValueType
properties
as
ignore
optional
tableName
uncamel
structs
IgnoreAttribute
MySQLBinary
MySQLColumn
MySQLDateTime
MySQLFragment
MySQLRawString
MySQLTime
MySQLValue
NameAttribute
OptionalAttribute
TableNameAttribute
UnCamelCaseAttribute
templates
Unnull
isReadableDataMember
isWritableDataMember