Firebird Documentation IndexFirebird 2.5 Language Ref. UpdateExternal functions (UDFs) → bin_or
Firebird Home Firebird Home Prev: bin_andFirebird Documentation IndexUp: External functions (UDFs)Next: bin_xor

bin_or

Library: ib_udf

Added in: IB

Better alternative: Internal function BIN_OR()

Description: Returns the bitwise OR result of the arguments.

Result type: INTEGER

Syntax: 

bin_or (num1, num2)

Declaration: 

DECLARE EXTERNAL FUNCTION bin_or
   INTEGER, INTEGER
   RETURNS INTEGER BY VALUE
   ENTRY_POINT 'IB_UDF_bin_or' MODULE_NAME 'ib_udf'
Prev: bin_andFirebird Documentation IndexUp: External functions (UDFs)Next: bin_xor
Firebird Documentation IndexFirebird 2.5 Language Ref. UpdateExternal functions (UDFs) → bin_or