Benutzerdefiniert Funktionen (UDFs) Previous topic Chapter index Next topic

BIN_AND

 

Beschreibung

Returns the result of a binary AND operation performed on the two input values.

 

Definition

DECLARE EXTERNAL FUNCTION BIN_AND
    INTEGER,
    INTEGER
    RETURNS INTEGER BY VALUE
    ENTRY_POINT 'IB_UDF_bin_and' MODULE_NAME 'ib_udf';

     Previous topic Chapter index Next topic