PostgresDAC

TPSQLCopy.Methods

Previous Next

Please see TPSQLCopy methods short descriptions below:

LoadFromClientSideFile

Copies data from a local (client) file to a table.

LoadFromServerSideFile

Copies data from a remote (server) file to a table.

LoadFromStream

Send to server data read from a stream.

LoadFromStrings

Send to server data read from a TStrings object.

SaveToClientSideFile

Writes the returned data to the specified file situated on the client filesystem.

SaveToServerSideFile

Writes the returned data to the specified file situated on the server filesystem.

SaveToStream

Writes the fetched data to a stream object.

SaveToStrings

Writes the fetched data to a TStrings object.