CMyMySQLPPConnection | The connection object represents the connection to a mysql server and is used to perform queries |
CMyMySQLPPField | The field object reflects the structure of a field |
CMyMySQLPPResult | The result object contains one result set and can be used to enumerate through the rows and determine the structure of the result set |
CMyMySQLPPRow | Represents a single row in a record set |
CMyMySQLPPTypeConv | Implementation of a type converter that automatically converts mysql type safe row data to the required type |