MySQLValue

Undocumented in source.

Constructors

this
this(const(char)[] name, ColumnTypes type, bool signed, void* ptr, size_t size)
Undocumented in source.
this
this(T )
Undocumented in source.
this
this(T value)
Undocumented in source.
this
this(T value)
Undocumented in source.
this
this(T value)
Undocumented in source.
this
this(T value)
Undocumented in source.
this
this(T value)
Undocumented in source.
this
this(T value)
Undocumented in source.
this
this(T value)
Undocumented in source.

Members

Aliases

isDuration
alias isDuration = isTime
Undocumented in source.
isTimestamp
alias isTimestamp = isDateTime
Undocumented in source.

Functions

get
T get(T def)
Undocumented in source. Be warned that the author may not have intended to support it.
get
T get()
Undocumented in source. Be warned that the author may not have intended to support it.
get
T get()
Undocumented in source. Be warned that the author may not have intended to support it.
get
T get()
Undocumented in source. Be warned that the author may not have intended to support it.
get
T get()
Undocumented in source. Be warned that the author may not have intended to support it.
get
T get()
Undocumented in source. Be warned that the author may not have intended to support it.
get
T get()
Undocumented in source. Be warned that the author may not have intended to support it.
get
T get()
Undocumented in source. Be warned that the author may not have intended to support it.
isDateTime
bool isDateTime()
Undocumented in source. Be warned that the author may not have intended to support it.
isFloatingPoint
bool isFloatingPoint()
Undocumented in source. Be warned that the author may not have intended to support it.
isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.
isScalar
bool isScalar()
Undocumented in source. Be warned that the author may not have intended to support it.
isSigned
bool isSigned()
Undocumented in source. Be warned that the author may not have intended to support it.
isString
bool isString()
Undocumented in source. Be warned that the author may not have intended to support it.
isTime
bool isTime()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(MySQLValue other)
Undocumented in source. Be warned that the author may not have intended to support it.
peek
T peek(T def)
Undocumented in source. Be warned that the author may not have intended to support it.
peek
T peek()
Undocumented in source. Be warned that the author may not have intended to support it.
peek
T peek()
Undocumented in source. Be warned that the author may not have intended to support it.
peek
T peek()
Undocumented in source. Be warned that the author may not have intended to support it.
peek
T peek()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(Appender app)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
type
ColumnTypes type()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

BufferSize
enum BufferSize;
Undocumented in source.

Meta