MySqlIndexHint.Option

Undocumented in source.

Constructors

this
this(string name)
Undocumented in source.

Members

Functions

opEquals
bool opEquals(Option h)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Option h)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

GROUP_BY
enum Option GROUP_BY;
Undocumented in source.
JOIN
enum Option JOIN;
Undocumented in source.
ORDER_BY
enum Option ORDER_BY;
Undocumented in source.
name
string name;
Undocumented in source.
name_lcase
string name_lcase;
Undocumented in source.

Meta