PGSQL_GetUserName

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

version 2004


PGSQL_GetUserName (connID; userName) Longint

ParameterTypeDescription
connIDLongintConnection ID returned by PGSQL_Connect
userNameStringCurrent user name
Function resultLongintError code (where 0 means no error)

Description

The PGSQL_GetUserName command gives the name of the current user. 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.

userName is a String that is returned which corresponds to the current user name.


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