This component serves for loading external data into the database table.
For a list of all members of this type, see TPgLoader members.
TPgLoader = class(TDALoader);
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.
TDALoader
TPgLoader