PGSQL_GetByteaValue

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

version 2004


PGSQL_GetByteaValue (resID; fieldIndex; rowIndex; byteaValue) Longint

ParameterTypeDescription
resIDLongintResult ID returned by PGSQL_Execute
fieldIndexIntegerField index
rowIndexLongintRow index
byteaValueBlobBytea value as a 4D Blob
Function resultLongintError code (where 0 means no error)

Description

The PGSQL_GetByteaValue command gets the Bytea value corresponding to the field index and row index passed as parameters. The Bytea value (basically a binary data) is returned as a 4D Blob datatype. It returns an error code (Longint) where 0 means no error.

resID is a Longint that corresponds to the result ID returned by PGSQL_Execute.

fieldIndex is an Integer that corresponds to the field index.

rowIndex is a Longint that corresponds to the row index.

byteaValue is a Blob that is returned which contains the Bytea value as a 4D Blob.


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