|
| Index_hint (index_hint_type type_arg, index_clause_map clause_arg, const char *str) |
|
void | print (String &) const |
|
|
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 *) |
|
|
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.
- 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: