Class tfbcursor

Unit

Declaration

type tfbcursor = class(tsqlcursor)

Description

Hierarchy

Overview

Fields

Protected fconnection: tfb3connection;
Protected fparambinding: tparambinding;
Protected fstatement: istatement;
Protected fstatementflags: card32;
Protected fempty: boolean;
Protected ffirstfetch: boolean;
Protected fresultset: iresultset;
Protected fcursorstate: cursorstatesty;
Protected ffieldinfos: fbfieldinfoarty;
Protected frowbuffer: string;

Methods

Public constructor create(const aowner: icursorclient; const aconnection: tfb3connection);
Public destructor destroy(); override;
Public procedure close() override;

Description

Fields

Protected fconnection: tfb3connection;
 
Protected fparambinding: tparambinding;
 
Protected fstatement: istatement;
 
Protected fstatementflags: card32;
 
Protected fempty: boolean;
 
Protected ffirstfetch: boolean;
 
Protected fresultset: iresultset;
 
Protected fcursorstate: cursorstatesty;
 
Protected ffieldinfos: fbfieldinfoarty;
 
Protected frowbuffer: string;
 

Methods

Public constructor create(const aowner: icursorclient; const aconnection: tfb3connection);
 
Public destructor destroy(); override;
 
Public procedure close() override;
 

Generated by PasDoc 0.16.0.