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

TDDTableDef

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

Declaration

Source position: fpdatadict.pp line 235

type TDDTableDef = class(TIniCollectionItem)

protected

  function GetSectionName; override;

  procedure SetSectionName(); override;

public

  constructor Create(); override;

  destructor Destroy; override;

  function DataDictionary;

  function TableDefs;

  function ImportFromDataset();

  procedure ApplyToDataset();

  function AddField();

  procedure SaveToIni(); override;

  procedure LoadFromIni(); override;

  procedure PrimaryIndexToFields;

  procedure FieldsToPrimaryIndex;

  property Fields: TDDFieldDefs; [r]

  property Indexes: TDDIndexDefs; [r]

  property ForeignKeys: TDDForeignKeyDefs; [r]

  property OnProgress: TDDProgressEvent; [r]

  property PrimaryIndexDef: TDDIndexDef; [r]

published

  property TableName: string; [rw]

  property PrimaryKeyConstraintName: string; [rw]

end;

Inheritance

TDDTableDef

|

TObject


Documentation generated on: 2023-03-18