mysql.type

Undocumented in source.

Public Imports

mysql.row
public import mysql.row;
Undocumented in source.

Members

Aliases

MySQLHeader
alias MySQLHeader = MySQLColumn[]
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
void eatValue(InputPacket packet, MySQLColumn column, MySQLValue value)
Undocumented in source. Be warned that the author may not have intended to support it.
eatValueText
void eatValueText(InputPacket packet, MySQLColumn column, MySQLValue value)
Undocumented in source. Be warned that the author may not have intended to support it.
parseMySQLDateTime
auto parseMySQLDateTime(const(char)[] x)
Undocumented in source. Be warned that the author may not have intended to support it.
parseMySQLTime
auto parseMySQLTime(const(char)[] x)
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.
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.
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.
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.

Properties

as
NameAttribute as [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ignore
IgnoreAttribute ignore [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
optional
OptionalAttribute optional [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
tableName
TableNameAttribute tableName [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
uncamel
UnCamelCaseAttribute uncamel [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

IgnoreAttribute
struct IgnoreAttribute
Undocumented in source.
MySQLBinary
struct MySQLBinary
Undocumented in source.
MySQLColumn
struct MySQLColumn
Undocumented in source.
MySQLDateTime
struct MySQLDateTime
Undocumented in source.
MySQLFragment
struct MySQLFragment
Undocumented in source.
MySQLRawString
struct MySQLRawString
Undocumented in source.
MySQLTime
struct MySQLTime
Undocumented in source.
MySQLValue
struct MySQLValue
Undocumented in source.
NameAttribute
struct NameAttribute
Undocumented in source.
OptionalAttribute
struct OptionalAttribute
Undocumented in source.
TableNameAttribute
struct TableNameAttribute
Undocumented in source.
UnCamelCaseAttribute
struct UnCamelCaseAttribute
Undocumented in source.

Templates

isReadableDataMember
template isReadableDataMember(T, string Member)
Undocumented in source.
isValueType
template isValueType(T)
Undocumented in source.
isWritableDataMember
template isWritableDataMember(T, string Member)
Undocumented in source.

Meta