Drizzled Public API Documentation

index_hint.h File Reference

Go to the source code of this file.

Classes

class  drizzled::Index_hint

Namespaces

namespace  drizzled
 TODO: Rename this file - func.h is stupid.

Macros

#define INDEX_HINT_MASK_JOIN   (1)
#define INDEX_HINT_MASK_GROUP   (1 << 1)
#define INDEX_HINT_MASK_ORDER   (1 << 2)
#define INDEX_HINT_MASK_ALL   (INDEX_HINT_MASK_JOIN | INDEX_HINT_MASK_GROUP | INDEX_HINT_MASK_ORDER)

Typedefs

typedef unsigned char drizzled::index_clause_map

Enumerations

enum  index_hint_type { INDEX_HINT_IGNORE, INDEX_HINT_USE, INDEX_HINT_FORCE }

Detailed Description

Defines the API for index hints

Definition in file index_hint.h.