Class TODBCCursor

Unit

Declaration

type TODBCCursor = class(TSQLCursor)

Description

This item has no description.

Hierarchy

Overview

Fields

Protected fconnection: todbcconnection;
Protected ffieldnames: stringarty;
Protected FSTMTHandle:SQLHSTMT;
Protected FQuery:string;
Protected FParamIndex:TParamBinding;
Protected FParamBuf:array of pointer;
Protected fcurrentblobbuffer: ansistring;

Methods

Public constructor Create(const aowner: icursorclient; const aname: ansistring; const Connection:TODBCConnection);
Public destructor Destroy; override;
Public procedure close; override;

Description

Fields

Protected fconnection: todbcconnection;

This item has no description.

Protected ffieldnames: stringarty;

This item has no description.

Protected FSTMTHandle:SQLHSTMT;

This item has no description.

Protected FQuery:string;

This item has no description.

Protected FParamIndex:TParamBinding;

This item has no description.

Protected FParamBuf:array of pointer;

This item has no description.

Protected fcurrentblobbuffer: ansistring;

This item has no description.

Methods

Public constructor Create(const aowner: icursorclient; const aname: ansistring; const Connection:TODBCConnection);

This item has no description.

Public destructor Destroy; override;

This item has no description.

Public procedure close; override;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.