Class TSQLCursor
Unit
Declaration
type TSQLCursor = class(TSQLHandle)
Description
This item has no description.
Hierarchy
- TObject
- TSQLHandle
- TSQLCursor
Overview
Fields
| Public | FPrepared: Boolean; |
| Public | FInitFieldDef: Boolean; |
| Public | FStatementType: TStatementType; |
| Public | ftrans: pointer; |
| Public | fname: ansistring; |
| Public | frowsaffected: integer; |
| Public | frowsreturned: integer; |
Methods
| Public | constructor create(const aowner: icursorclient; const aname: ansistring); |
| Public | procedure close; virtual; |
| Public | function wantblobfetch: boolean; |
| Public | function stringmemo: boolean; |
| Public | function getcachedblob(const blobid: integer): tstream; |
| Public | function addblobdata(const adata: pointer; const alength: integer): integer; overload; |
| Public | procedure addblobcache(const aid: int64; const adata: string); |
| Public | function addblobdata(const adata: string): integer; overload; |
| Public | procedure blobfieldtoparam(const afield: tfield; const aparam: tparam; const asstring: boolean = false); |
Description
Fields
| Public | FPrepared: Boolean; |
|
This item has no description. | |
| Public | FInitFieldDef: Boolean; |
|
This item has no description. | |
| Public | FStatementType: TStatementType; |
|
This item has no description. | |
| Public | ftrans: pointer; |
|
This item has no description. | |
| Public | fname: ansistring; |
|
This item has no description. | |
| Public | frowsaffected: integer; |
|
This item has no description. | |
| Public | frowsreturned: integer; |
|
This item has no description. | |
Methods
| Public | constructor create(const aowner: icursorclient; const aname: ansistring); |
|
This item has no description. | |
| Public | procedure close; virtual; |
|
This item has no description. | |
| Public | function wantblobfetch: boolean; |
|
This item has no description. | |
| Public | function stringmemo: boolean; |
|
This item has no description. | |
| Public | function getcachedblob(const blobid: integer): tstream; |
|
This item has no description. | |
| Public | function addblobdata(const adata: pointer; const alength: integer): integer; overload; |
|
This item has no description. | |
| Public | procedure addblobcache(const aid: int64; const adata: string); |
|
This item has no description. | |
| Public | function addblobdata(const adata: string): integer; overload; |
|
This item has no description. | |
| Public | procedure blobfieldtoparam(const afield: tfield; const aparam: tparam; const asstring: boolean = false); |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.