mysql-lited ~master (2019-08-01T12:32:46Z)
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
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