Chapter 7 SQL Data Types
285
IMAGE data type [BINARY]
LONG BINARY data allowing NULL.
IMAGE
IMAGE is implemented in Adaptive Server Anywhere as a domain, as
LONG BINARY allowing NULL. It is provided primarily for compatibility
with Adaptive Server Enterprise.
♦
SQL/92 Vendor extension.
♦
Sybase Compatible with Adaptive Server Enterprise.
VARBINARY data type [BINARY]
Identical to BINARY.
VARBINARY [ (
max-length
) ]
Variable length binary strings. The default value for max-length is one.
♦
SQL/92 Vendor extension.
♦
Sybase Compatible with Adaptive Server Enterprise.
"BINARY data type" on page 284
"LONG BINARY data type" on page 284
Function
Syntax
Usage
Standards and
compatibility
Function
Syntax
Usage
Standards and
compatibility
See also