[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: mysqlconn.inc line 155
| type TCursorName = class(TSQLCursor) | 
| protected | 
| FRes: PMYSQL_RES; | 
| FPreparedStatement: string; | 
| FActualStatement: string; | 
| FStatement: string; | 
| Row: MYSQL_ROW; | 
| Lengths: pculong; | 
| RowsAffected: QWord; | 
| LastInsertID: QWord; | 
| ParamReplaceString: string; | 
| MapDSRowToMSQLRow: array of Integer; | 
| end; | 
| | | 
| | | 
| | | 
| TObject |