SQL-J Language Reference,
Page 99 of 118


[top]
[prev]
[next]
Documentation Top
Global Index
Reference Manual
TOC Index
Grammar index
Developer's Guide
TOC Index
Tuning Cloudscape
TOC Index

LONG VARBINARY, LONG BIT VARYING, LONG BINARY

The LONG VARBINARY type allows storage of bit strings of unlimited length. It is identical to BIT, except that you do not have to specify a maximum length when creating columns of this type.

Syntax for Column Definition

{
    LONG VARBINARY |
    LONG BIT VARYING |
    LONG BINARY
}

Corresponding Compile-Time Java Type


byte[]

JDBC Metadata Type (java.sql.Types)


LONGVARBINARY

When you are converting from Java values to SQL values, no Java type corresponds to LONG VARBINARY.

[top]
[prev]
[next]


Cloudscape Version 3.0
For technical support, go to: www.cloudscape.com and click Support.
Copyright © 1998 and 1999 Cloudscape, Inc. All rights reserved.