hunt-sql ~master (2021-12-24T06:24:51Z)
Home
Dub
Repo
MySqlShowEngineStatement.Option
hunt
sql
dialect
mysql
ast
statement
MySqlShowEngineStatement
MySqlShowEngineStatement
Undocumented in source.
class
MySqlShowEngineStatement
static
struct
Option {
enum
Option
STATUS
;
enum
Option
MUTEX
;
this
(string name);
string
name
[@property getter];
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.
Properties
name
string
name
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
MUTEX
enum
Option
MUTEX
;
Undocumented in source.
STATUS
enum
Option
STATUS
;
Undocumented in source.
Meta
Source
See Implementation
hunt
sql
dialect
mysql
ast
statement
MySqlShowEngineStatement
MySqlShowEngineStatement
aliases
accept0
functions
getName
getOption
setName
setOption
structs
Option