Drizzled Public API Documentation

InnodbTrxTool::Generator Class Reference

Inheritance diagram for InnodbTrxTool::Generator:
drizzled::plugin::TableFunction::Generator

List of all members.

Public Member Functions

 Generator (drizzled::Field **arg, const char *in_table_name)
bool populate ()
bool sub_populate (uint32_t field_size)
void push (uint64_t arg)
void push (int64_t arg)
void push (const char *arg, uint32_t length=0)
void push (const std::string &arg)
void push (bool arg)
void push ()
bool isWild (const std::string &predicate)

Public Attributes

const CHARSET_INFO * scs

Protected Member Functions

LEX & lex ()
statement::Statement & statement ()
drizzled::SessiongetSession ()

Private Member Functions

void populate_innodb_trx ()
void populate_innodb_locks ()
void populate_innodb_lock_waits ()

Private Attributes

uint32_t record_number
uint32_t number_rows
const char * table_name

Detailed Description

Definition at line 258 of file data_dictionary.h.


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