Class tmysqlcursor

Unit

Declaration

type tmysqlcursor = class(TSQLCursor)

Description

This item has no description.

Hierarchy

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: integerarty;
Protected fprimarykeyfieldname: string;
Protected fconn: pmysql;
Protected fparambinding: tparambinding;
Protected fprepstatement: pmysql_stmt;
Protected fresultmetadata: pmysql_res;
Protected fresultfieldcount: integer;
Protected fresultbindinginfo: bindinginfoarty;
Protected fresultbindings: pointer;
Protected fresultbuf: pointer;

Methods

Protected procedure freeprepstatement;

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

This item has no description.

Protected fprimarykeyfieldname: string;

This item has no description.

Protected fconn: pmysql;

This item has no description.

Protected fparambinding: tparambinding;

This item has no description.

Protected fprepstatement: pmysql_stmt;

This item has no description.

Protected fresultmetadata: pmysql_res;

This item has no description.

Protected fresultfieldcount: integer;

This item has no description.

Protected fresultbindinginfo: bindinginfoarty;

This item has no description.

Protected fresultbindings: pointer;

This item has no description.

Protected fresultbuf: pointer;

This item has no description.

Methods

Protected procedure freeprepstatement;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.