SQL-J Language Reference,
Page 100 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 VARCHAR

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

Syntax for Column Definition

LONG VARCHAR

Corresponding Compile-Time Java Type


java.lang.String

JDBC Metadata Type (java.sql.Types)


LONGVARCHAR

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

[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.