Public Member Functions | |
| Index_hint (index_hint_type type_arg, index_clause_map clause_arg, const char *str) | |
| void | print (String &) const |
Static Public Member Functions | |
| static void * | operator new (size_t size) |
| static void * | operator new (size_t size, Root &root) |
| static void * | operator new (size_t size, Root *root) |
| static void * | operator new[] (size_t size) |
| static void * | operator new[] (size_t size, Root &root) |
| static void * | operator new[] (size_t size, Root *root) |
| static void | operator delete (void *) |
| static void | operator delete (void *, Root &) |
| static void | operator delete (void *, Root *) |
| static void | operator delete[] (void *) |
| static void | operator delete[] (void *, Root &) |
| static void | operator delete[] (void *, Root *) |
Public Attributes | |
| index_hint_type | type |
| index_clause_map | clause |
| const char * | key_name |
Definition at line 56 of file index_hint.h.
| void drizzled::Index_hint::print | ( | String & | str | ) | const |
Print an index hint
Prints out the USE|FORCE|IGNORE index hint.
| Session | pointer | |
| [out] | Appends | the index hint here |
Definition at line 57 of file index_hint.cc.