[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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] |
| |
| |