LONG VARBINARY
and return it as the proper Python value. In
addition, the col_raw function can extract any column type
except LONG VARCHAR
and LONG VARBINARY
as raw binary data
and return it as a Python string.
Inserting, updating, or searching for BINARY
, VARBINARY
,
or LONG VARBINARY
values is not supported. BINARY
and
VARBINARY
values can be read with col or
col_raw.
See About this document... for information on suggesting changes.