PGSQL_GetLOBData

4D - Documentation   Français   English   German   4D For PostgreSQL, Command Theme List   4D For PostgreSQL, Command Alphabetical List   Back   Previous   Next

version 2004


PGSQL_GetLOBData (connID; objectID; lobData) Longint

ParameterTypeDescription
connIDLongintConnection ID returned by PGSQL_Connect
objectIDLongintLarge object reference
lobDataBlobBlob returned
Function resultLongintError code (where 0 means no error)

Description

The PGSQL_GetLOBData command gets the binary data referenced by objectID in the lobData (4D Blob) parameter. It returns an error code (Longint) where 0 means no error.

connID is a Longint that corresponds to the connection ID returned by PGSQL_Connect.

objectID is a Longint that corresponds to the Large object reference.

lobData contains the Blob that is returned.


4D - Documentation   Français   English   German   4D For PostgreSQL, Command Theme List   4D For PostgreSQL, Command Alphabetical List   Back   Previous   Next