mysql.type

Undocumented in source.

Members

Aliases

MySQLHeader
alias MySQLHeader = MySQLColumn[]
Undocumented in source.
MySQLRow
alias MySQLRow = MySQLValue[]
Undocumented in source.

Functions

eatMySQLDateTime
auto eatMySQLDateTime(InputPacket packet)
Undocumented in source. Be warned that the author may not have intended to support it.
eatMySQLTime
auto eatMySQLTime(InputPacket packet)
Undocumented in source. Be warned that the author may not have intended to support it.
eatValue
MySQLValue eatValue(InputPacket packet, MySQLColumn column)
Undocumented in source. Be warned that the author may not have intended to support it.
putMySQLDateTime
void putMySQLDateTime(OutputPacket packet, MySQLDateTime time)
Undocumented in source. Be warned that the author may not have intended to support it.
putMySQLTime
void putMySQLTime(OutputPacket packet, MySQLTime time)
Undocumented in source. Be warned that the author may not have intended to support it.
putValue
void putValue(OutputPacket packet, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
putValue
void putValue(OutputPacket packet, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
putValue
void putValue(OutputPacket packet, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
putValue
void putValue(OutputPacket packet, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
putValueType
void putValueType(OutputPacket packet, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
putValueType
void putValueType(OutputPacket packet, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
putValueType
void putValueType(OutputPacket packet, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
putValueType
void putValueType(OutputPacket packet, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
putValueType
void putValueType(OutputPacket packet, T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

MySQLColumn
struct MySQLColumn
Undocumented in source.
MySQLDateTime
struct MySQLDateTime
Undocumented in source.
MySQLTime
struct MySQLTime
Undocumented in source.
MySQLValue
struct MySQLValue
Undocumented in source.

Meta