Unit 'IBConnection' Package
[Overview][Constants][Types][Classes][Index] [#fcl-db]

TIBCursor

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: ibconnection.pp line 69

type TIBCursor = class(TSQLCursor)

protected

  Status: TStatusVector;

  TransactionHandle: pointer;

  StatementHandle: pointer;

  SQLDA: PXSQLDA;

  in_SQLDA: PXSQLDA;

  ParamBinding: array of Integer;

  FieldBinding: array of Integer;

  CursorName: AnsiString;

end;

Inheritance

TIBCursor

|

TSQLCursor

|

TSQLHandle

|

TObject


Documentation generated on: 2025-07-25