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

TSQLSequence

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

Declaration

Source position: sqldb.pp line 386

type TSQLSequence = class(TPersistent) end;

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]

Inheritance

TSQLSequence

|

TPersistent,IFPObserved

|

TObject


Documentation generated on: Nov 14 2015