hunt-sql ~master (2021-12-24T06:24:51Z)
Home
Dub
Repo
MySqlIndexHint.Option
hunt
sql
dialect
mysql
ast
MySqlIndexHint
MySqlIndexHint
Undocumented in source.
interface
MySqlIndexHint
static
struct
Option {
enum
Option
JOIN
;
enum
Option
ORDER_BY
;
enum
Option
GROUP_BY
;
string
name
;
string
name_lcase
;
this
(string name);
bool
opEquals
(Option h);
bool
opEquals
(Option h);
}
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
Source
See Implementation
hunt
sql
dialect
mysql
ast
MySqlIndexHint
MySqlIndexHint
structs
Option