Unit 'mncPostgre' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_minilib]

TmncPGCursorCommand

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

Declaration

Source position: mncPostgre.pas line 382

type TmncPGCursorCommand = class(TmncCustomPGCommand)

protected

  procedure InternalClose; virtual;

  

  procedure DoPrepare; override;

  

  procedure DoExecute; override;

  

  procedure DoNext; override;

  

  function GetDone; override;

  

  function GetActive; override;

  

  procedure DoClose; override;

  

  function FetchSQL;

  

  function CloseSQL;

  

end;

Inheritance

TmncPGCursorCommand

  

|

TmncCustomPGCommand

  

|

TmncSQLCommand

  

|

TmncCommand

  

|

TmncLinkSession

  

|

TmncLinkObject

  

|

TmncObject

  

|

TObject



CT Web help

CodeTyphon Studio