PgDAC

TPgLoader Class

This component serves for loading external data into the database table.

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

Unit

PgLoader

Syntax

TPgLoader = class(TDALoader);

Remarks

TPgLoader allows to load external data into the PostgreSQL database. It uses the COPY command to load data. To specify the name of the loading table set the TableName property. Use the Columns property to access individual columns. Write the OnGetColumnData or OnPutData event handler to read external data and pass it to the database. Call the Load method to start loading data.

Inheritance Hierarchy

TDALoader
   TPgLoader

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