isbinary
returns true if its argument is of type varbinary
boolean isbinary
(
arg anything);
Description
isbinary returns one if its argument is of type VARBINARY, zero otherwise.
Parameters
arg – Some variable to be assessed.
Examples
SQL>select isbinary(0x1213);
-> 1 (Yes it is a VARBINARY)