[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sqldb' (#fcl)

TCustomSQLStatement

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

Declaration

Source position: sqldb.pp line 224

type TCustomSQLStatement = class(TComponent)

public

  constructor Create(); override;

  destructor Destroy; override;

  procedure Prepare;

  procedure Execute;

  procedure Unprepare;

  function ParamByName();

  function RowsAffected; virtual;

  property Prepared: Boolean; [r]

end;

Inheritance

TCustomSQLStatement

|

TComponent,IUnknown,IInterfaceComponentReference

|

TPersistent,IFPObserved

|

TObject


Documentation generated on: Nov 15 2013