[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: ibconnection.pp line 57
type TIBCursor = class(TSQLCursor) |
protected |
TransactionHandle: pointer; |
StatementHandle: pointer; |
SQLDA: PXSQLDA; |
in_SQLDA: PXSQLDA; |
ParamBinding: array of Integer; |
FieldBinding: array of Integer; |
CursorName: string; |
end; |
| |
| |
| |
TObject |