Public Member Functions | |
MSReferenceTable (MSSystemTableShare *share, TABLE *table) | |
void | unuse () |
void | seqScanInit () |
int | getRefLen () |
void | seqScanPos (unsigned char *pos) |
virtual void | seqScanRead (uint32_t repo, uint64_t offset, char *buf) |
void | seqScanRead (unsigned char *pos, char *buf) |
bool | seqScanNext (char *buf) |
virtual void | use () |
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 | 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 CSObject * | getKey () |
virtual int | compareKey (CSObject *) |
virtual uint32_t | hashKey () |
virtual CSObject * | getHashLink () |
virtual void | setHashLink (CSObject *) |
virtual CSObject * | getNextLink () |
virtual CSObject * | getPrevLink () |
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 | |
MSSystemTableShare * | myShare |
TABLE * | mySQLTable |
Private Member Functions | |
virtual bool | returnRecord (char *buf) |
virtual bool | returnSubRecord (char *buf) |
virtual bool | returnRow (MSBlobHeadPtr blob, char *buf) |
virtual void | returnRow (MSRefDataPtr ref_data, char *buf) |
virtual bool | resetScan (bool positioned, uint32_t iRepoIndex=0) |
Private Attributes | |
MSRefDataPtr | iRefDataList |
uint32_t | iRefCurrentIndex |
uint64_t | iRefCurrentOffset |
uint32_t | iRefCurrentDataUsed |
uint32_t | iRefCurrentDataPos |
uint32_t | iRefDataSize |
uint32_t | iRefDataUsed |
uint32_t | iRefDataPos |
uint32_t | iRefAuthCode |
uint64_t | iRefBlobSize |
uint32_t | iRefBlobRepo |
uint64_t | iRefBlobOffset |
MSOpenTable * | iRefOpenTable |
MSTempLogFile * | iRefTempLog |
Friends | |
class | MSReferenceTable |
class | MSBlobDataTable |
class | MSMetaDataTable |
class | MSBlobAliasTable |
class | MSDumpTable |
Definition at line 273 of file system_table_ms.h.