PGSQL_CreateLOB

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

version 2004


PGSQL_CreateLOB (connID; mode) Longint

ParameterTypeDescription
connIDLongintConnection ID returned by PGSQL_Connect
modeIntegerRights mode
Function resultLongintError code (where 0 means no error)

Description

The PGSQL_CreateLOB command creates an empty large object and returns its objectID. Codes for modes are as follows:

0 – Read and Write

1 – Read only

2 – Write only

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

mode is an Integer that corresponds to the rights mode.


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