#include <MyMySQLPPRow.h>
Definition at line 30 of file MyMySQLPPRow.h.
Public Member Functions | |
CMyMySQLPPRow (void) | |
Class constructor. | |
CMyMySQLPPRow (MYSQL_ROW row, MYSQL_RES *res) | |
Class constructor accepting data. | |
~CMyMySQLPPRow (void) | |
Class destructor. | |
void | Free (void) |
Resets internal row and result set pointers. | |
void | Attach (MYSQL_ROW row, MYSQL_RES *res) |
Attaches a row and result set object. | |
unsigned int | GetNumFields (void) |
Returns number of fields in this row. | |
CMyMySQLPPTypeConv | operator[] (int idx) |
Returns value of field. | |
CMyMySQLPPTypeConv | Get (int idx) |
Returns value of field. | |
CMyMySQLPPTypeConv | operator[] (char *name) |
Returns value of field. | |
CMyMySQLPPTypeConv | Get (char *name) |
Returns value of field. |
|
Class constructor.
Definition at line 32 of file MyMySQLPPRow.cpp. References Free(). |
|
Class constructor accepting data.
Definition at line 41 of file MyMySQLPPRow.cpp. References Attach(). |
|
Class destructor.
Definition at line 47 of file MyMySQLPPRow.cpp. References Free(). |
|
Attaches a row and result set object.
Definition at line 63 of file MyMySQLPPRow.cpp. References Free(). Referenced by CMyMySQLPPRow(), and CMyMySQLPPResult::FetchRow(). |
|
Resets internal row and result set pointers.
Definition at line 53 of file MyMySQLPPRow.cpp. Referenced by Attach(), CMyMySQLPPRow(), CMyMySQLPPResult::FetchRow(), and ~CMyMySQLPPRow(). |
|
Returns value of field.
Definition at line 123 of file MyMySQLPPRow.cpp. |
|
Returns value of field.
Definition at line 93 of file MyMySQLPPRow.cpp. |
|
Returns number of fields in this row.
Definition at line 73 of file MyMySQLPPRow.cpp. |
|
Returns value of field.
Definition at line 104 of file MyMySQLPPRow.cpp. |
|
Returns value of field.
Definition at line 82 of file MyMySQLPPRow.cpp. |