Unit 'sqldbrestschema' Package
[Overview][Constants][Types][Classes][Index] [#fcl-web]

TSQLDBRestBusinessProcessor

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

Declaration

Source position: sqldbrestschema.pp line 347

type TSQLDBRestBusinessProcessor = class(TSQLDBRestCustomBusinessProcessor)

protected

  function GetSchema; override;

  function AllowResource(); override;

  function GetAllowedOperations(); override;

  procedure CheckParams(); override;

  function GetDataset(); override;

  function AllowRecord(); override;

published

  property Schema: TSQLDBRestSchema; [rw]

  property ResourceName: UTF8String;

  property OnGetDataset: TSQLDBRestGetDatasetEvent; [rw]

  property OnCheckParams: TSQLDBRestCheckParamsEvent; [rw]

  property OnAllowResource: TSQLDBRestAllowResourceEvent; [rw]

  property OnAllowedOperations: TSQLDBRestAllowedOperationsEvent; [rw]

  property OnAllowRecord: TSQLDBRestAllowRecordEvent; [rw]

  property BeforeDatabaseUpdate: TRestDatabaseEvent; [rw]

  property AfterDatabaseUpdate: TRestDatabaseEvent; [rw]

  property BeforeDatabaseRead: TRestDatabaseEvent; [rw]

  property AfterDatabaseRead: TRestDatabaseEvent; [rw]

end;

Inheritance

TSQLDBRestBusinessProcessor

|

TSQLDBRestCustomBusinessProcessor

|

TObject


Documentation generated on: 2023-03-18