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 >
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 >
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: