mysql-lited v0.2.17 (2015-10-29T14:31:15Z)
Dub
Repo
MySQLBinary
mysql
type
Undocumented in source.
struct
MySQLBinary {
this
(T[] data);
auto
length
[@property getter];
auto
data
[@property getter];
}
Constructors
this
this
(T[] data)
Undocumented in source.
Members
Properties
data
auto
data
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
auto
length
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
mysql
type
aliases
MySQLHeader
functions
eatMySQLDateTime
eatMySQLTime
eatValue
putMySQLDateTime
putMySQLTime
putValue
putValueType
structs
MySQLBinary
MySQLColumn
MySQLDateTime
MySQLRawString
MySQLTime
MySQLValue