Drizzled Public API Documentation

MSEnabledTable Class Reference
Inheritance diagram for MSEnabledTable:
MSOpenSystemTable CSRefObject CSObject

List of all members.

Public Member Functions

 MSEnabledTable (MSSystemTableShare *share, TABLE *table)
void seqScanInit ()
bool seqScanNext (char *buf)
int getRefLen ()
void seqScanPos (unsigned char *pos)
void seqScanRead (unsigned char *pos, char *buf)
void getFieldValue (const char *row, uint16_t column_index, String *value)
void getFieldValue (const char *row, uint16_t column_index, uint64_t *value)
void getFieldValue (const char *row, uint16_t column_index, uint32_t *value)
virtual void use ()
virtual void unuse ()
virtual void backupSeqScanInit ()
virtual void insertRow (char *buf)
virtual void deleteRow (char *buf)
virtual void updateRow (char *old_data, char *new_data)
virtual void retain ()
virtual void release ()
uint32_t getRefCount ()
virtual void finalize ()
virtual CSObjectgetKey ()
virtual int compareKey (CSObject *)
virtual uint32_t hashKey ()
virtual CSObjectgetHashLink ()
virtual void setHashLink (CSObject *)
virtual CSObjectgetNextLink ()
virtual CSObjectgetPrevLink ()
virtual void setNextLink (CSObject *)
virtual void setPrevLink (CSObject *)

Static Public Member Functions

static void setNotNullInRecord (Field *field, char *record)
static void setNullInRecord (Field *field, char *record)

Public Attributes

MSSystemTableSharemyShare
TABLE * mySQLTable

Private Attributes

uint32_t iEnabledIndex

Detailed Description

Definition at line 35 of file systab_enabled_ms.h.


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