PgDAC

TCustomPgTable Class

A base class that defines functionality for descendant classes which access data in a single table without writing SQL statements.

For a list of all members of this type, see TCustomPgTable members.

Unit

PgAccess

Syntax

TCustomPgTable = class(TCustomPgDataSet);

Remarks

TCustomPgTable implements functionality to access data in a table. Use TCustomPgTable properties and methods to gain direct access to records and fields in an underlying server database without writing SQL statements.

Inheritance Hierarchy

TMemDataSet
   TCustomDADataSet
      TCustomPgDataSet
         TCustomPgTable

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback