Class TIBCursor

Unit

Declaration

type TIBCursor = class(TSQLCursor)

Description

This item has no description.

Hierarchy

Overview

Fields

Protected fconnection: tibconnection;
Protected fopen: boolean;
Protected ffetched: boolean;
Protected fempty: boolean;
Protected Status: statusvectorty;
Protected Statement: pointer;
Protected fibstatementtype: integer;
Protected SQLDA: PXSQLDA;
Protected in_SQLDA: PXSQLDA;
Protected fexecsqlda: pxsqlda;
Protected ParamBinding: tparambinding;
Protected paramtypes: fieldtypearty;

Methods

Public constructor create(const aowner: icursorclient; const aconnection: tibconnection);
Public procedure close; override;

Description

Fields

Protected fconnection: tibconnection;

This item has no description.

Protected fopen: boolean;

This item has no description.

Protected ffetched: boolean;

This item has no description.

Protected fempty: boolean;

This item has no description.

Protected Status: statusvectorty;

This item has no description.

Protected Statement: pointer;

This item has no description.

Protected fibstatementtype: integer;

This item has no description.

Protected SQLDA: PXSQLDA;

This item has no description.

Protected in_SQLDA: PXSQLDA;

This item has no description.

Protected fexecsqlda: pxsqlda;

This item has no description.

Protected ParamBinding: tparambinding;

This item has no description.

Protected paramtypes: fieldtypearty;

This item has no description.

Methods

Public constructor create(const aowner: icursorclient; const aconnection: tibconnection);

This item has no description.

Public procedure close; override;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.