Top

Name

isbinary — returns true if its argument is of type varbinary

Synopsis

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

Example 24.188. Simple Use

SQL>select isbinary(0x1213);
-> 1 (Yes it is a VARBINARY)