MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SPJSanityTest::GenericRow< FieldType > Class Template Reference
Collaboration diagram for SPJSanityTest::GenericRow< FieldType >:

Public Member Functions

 GenericRow (int rowNo)
GenericKey< FieldType > getPrimaryKey () const
GenericKey< FieldType > getIndexKey () const
GenericKey< FieldType > getForeignKey (int keyNo) const
void makeLessThanCond (NdbScanFilter &scanFilter)

Static Public Member Functions

static const char * getType (int colNo)
static void makeSQLValues (char *buffer, int rowNo)
static int getIndexKeyColNo (int indexCol)
static int getForeignKeyColNo (int keyNo, int keyCol)

Public Attributes

FieldType m_values [size]

Static Public Attributes

static const int size = 4

Detailed Description

template<typename FieldType>
class SPJSanityTest::GenericRow< FieldType >

Definition at line 167 of file spj_sanity_test.cpp.

Member Function Documentation

template<typename FieldType >
int SPJSanityTest::GenericRow< FieldType >::getForeignKeyColNo ( int  keyNo,
int  keyCol 
)
static

Get the row column number that corresponds to the n'th column of the m'th foreign key..

Definition at line 253 of file spj_sanity_test.cpp.

template<typename FieldType >
int SPJSanityTest::GenericRow< FieldType >::getIndexKeyColNo ( int  indexCol)
static

Get the row column number that corresponds to the n'th column of the index.

Definition at line 248 of file spj_sanity_test.cpp.


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