Class TMySQL41Cursor
Unit
Declaration
type TMySQL41Cursor = class(TSQLCursor)
Description
This item has no description.
Hierarchy
- TObject
- TSQLHandle
- TSQLCursor
- TMySQL41Cursor
Overview
Fields
| Protected | FRes: PMYSQL_RES; |
| Protected | FNeedData: Boolean; |
| Protected | fstatementm: msestring; |
| Protected | Row: MYSQL_ROW; |
| Protected | LastInsertID: QWord; |
| Protected | ParamBinding: TParamBinding; |
| Protected | ParamReplaceString: mseString; |
| Protected | MapDSRowToMSQLRow: array of integer; |
| Protected | fprimarykeyfieldname: string; |
Description
Fields
| Protected | FRes: PMYSQL_RES; |
|
This item has no description. | |
| Protected | FNeedData: Boolean; |
|
This item has no description. | |
| Protected | fstatementm: msestring; |
|
This item has no description. | |
| Protected | Row: MYSQL_ROW; |
|
This item has no description. | |
| Protected | LastInsertID: QWord; |
|
This item has no description. | |
| Protected | ParamBinding: TParamBinding; |
|
This item has no description. | |
| Protected | ParamReplaceString: mseString; |
|
This item has no description. | |
| Protected | MapDSRowToMSQLRow: array of integer; |
|
This item has no description. | |
| Protected | fprimarykeyfieldname: string; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.