MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Explain_format_flags Class Reference

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

Detailed Description

Definition at line 470 of file opt_explain_format.h.

Member Function Documentation

bool Explain_format_flags::any ( Explain_sort_property  property) const
inline

Return true if any of clauses has this property set

Definition at line 512 of file opt_explain_format.h.

bool Explain_format_flags::get ( Explain_sort_clause  clause,
Explain_sort_property  property 
) const
inline

Return true if property is set for the clause

Definition at line 504 of file opt_explain_format.h.

void Explain_format_flags::reset ( Explain_sort_clause  clause,
Explain_sort_property  property 
)
inline

Clear property bit flag for the clause

Definition at line 496 of file opt_explain_format.h.

void Explain_format_flags::set ( Explain_sort_clause  clause,
Explain_sort_property  property 
)
inline

Set property bit flag for the clause

Definition at line 483 of file opt_explain_format.h.

Here is the caller graph for this function:


The documentation for this class was generated from the following file: