Class tfbcursor
Unit
Declaration
type tfbcursor = class(tsqlcursor)
Description
This item has no description.
Hierarchy
- TObject
- TSQLHandle
- TSQLCursor
- tfbcursor
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; |
|
This item has no description. | |
| Protected | fparambinding: tparambinding; |
|
This item has no description. | |
| Protected | fstatement: istatement; |
|
This item has no description. | |
| Protected | fstatementflags: card32; |
|
This item has no description. | |
| Protected | fempty: boolean; |
|
This item has no description. | |
| Protected | ffirstfetch: boolean; |
|
This item has no description. | |
| Protected | fresultset: iresultset; |
|
This item has no description. | |
| Protected | fcursorstate: cursorstatesty; |
|
This item has no description. | |
| Protected | ffieldinfos: fbfieldinfoarty; |
|
This item has no description. | |
| Protected | frowbuffer: string; |
|
This item has no description. | |
Methods
| Public | constructor create(const aowner: icursorclient; const aconnection: tfb3connection); |
|
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.