List of all members.
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 |
Detailed Description
Definition at line 56 of file index_hint.h.
Member Function Documentation
void drizzled::Index_hint::print |
( |
String & |
str | ) |
const |
Print an index hint
Prints out the USE|FORCE|IGNORE index hint.
- Parameters:
-
| Session | pointer |
[out] | Appends | the index hint here |
Definition at line 57 of file index_hint.cc.
The documentation for this class was generated from the following files: