Unit 'SQLDB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl-db]

TSQLSequence

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

Declaration

Source position: sqldb.pp line 452

type TSQLSequence = class(TPersistent)

public

  constructor Create();

  procedure Assign(); override;

  procedure Apply;

  function GetNextValue;

published

  property FieldName: string; [rw]

  property SequenceName: string; [rw]

  property IncrementBy: Integer; [rw]

  property ApplyEvent: TSQLSequenceApplyEvent; [rw]

end;

Inheritance

TSQLSequence

|

TObject


Documentation generated on: 2023-03-18