Drizzled Public API Documentation

drizzled::identifier::Table::Key Class Reference

Public Member Functions

const char * vector () const
 
const char * schema_name () const
 
const char * table_name () const
 
size_t hash () const
 
std::vector< char > & vectorPtr ()
 
void set (size_t resize_arg, const std::string &catalog_arg, const std::string &schema_arg, const std::string &table_arg)
 
size_t size () const
 
size_t getHashValue () const
 

Private Attributes

std::vector< char > key_buffer
 
size_t hash_value
 
size_t schema_offset
 
size_t table_offset
 

Friends

bool operator== (const Key &left, const Key &right)
 
bool operator< (const Key &left, const Key &right)
 

Detailed Description

Definition at line 64 of file table.h.


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