PGSQL_GetFieldMod

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

version 2004


PGSQL_GetFieldMod (resID; fieldIndex; fieldMod) Longint

ParameterTypeDescription
resIDLongintResult ID returned by PGSQL_Execute
fieldIndexIntegerField index in the result set
fieldModIntegerType-specific modification data
Function resultLongintError code (where 0 means no error)

Description

The PGSQL_GetFieldMod command gives the type-specific modification data of the field associated with the given field index. It returns an error code (Longint) where 0 means no error. fieldIndex is 0 based.

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

fieldIndex is an Integer that corresponds to the field index in the result set (0 based).

fieldMod is an integer that is returned which corresponds to the type-specific modification data.


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