PGSQL_GetBooleanValue

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

version 2004


PGSQL_GetBooleanValue (resID; rowIndex; fieldIndex; booleanValue) Longint

ParameterTypeDescription
resIDLongintResult ID returned by PGSQL_Execute
rowIndexLongintRow index
fieldIndexIntegerField index
booleanValueIntegerValue returned (0 is False/1 is True)
Function resultLongintError code (where 0 means no error)

Description

The PGSQL_GetBooleanValue command gives the field value of the Boolean type for a field index, at a row index. It returns an error code (Longint) where 0 means no error. fieldIndex and rowIndex are 0 based.

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

rowIndex is a Longint that corresponds to the Row index (0 based).

fieldIndex is an Integer that corresponds to the Field index (0 based).

booleanValue is an Integer that corresponds to the value returned (0 is False/ 1 is True).


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