MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
void | set (Explain_sort_clause clause, Explain_sort_property property) |
void | set (Explain_format_flags &flags) |
void | reset (Explain_sort_clause clause, Explain_sort_property property) |
bool | get (Explain_sort_clause clause, Explain_sort_property property) const |
bool | any (Explain_sort_property property) const |
Definition at line 470 of file opt_explain_format.h.
|
inline |
Return true if any of clauses has this property set
Definition at line 512 of file opt_explain_format.h.
|
inline |
Return true if property is set for the clause
Definition at line 504 of file opt_explain_format.h.
|
inline |
Clear property bit flag for the clause
Definition at line 496 of file opt_explain_format.h.
|
inline |
Set property bit flag for the clause
Definition at line 483 of file opt_explain_format.h.