Unit 'odbcconn' Package
[Overview][Classes][Procedures and functions][Index] [#fcl-db]

TODBCCursor

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

Declaration

Source position: odbcconn.pas line 28

type TODBCCursor = class(TSQLCursor)

protected

  FSTMTHandle: SQLHSTMT;

  FQuery: string;

  FParamIndex: TParamBinding;

  FParamBuf: array of pointer;

public

  property STMTHandle: SQLHSTMT; [r]

  constructor Create();

  destructor Destroy; override;

end;

Inheritance

TODBCCursor

|

TSQLCursor

|

TSQLHandle

|

TObject


Documentation generated on: 2023-03-18