![]() |
SQL-J Language Reference
|
Reference Manual |
LONG VARCHARThe 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. NOTE: For locale-sensitive sorts and other operations, use the LONG NVARCHAR data type. For more information, see International String Data Types. Syntax for Column DefinitionCorresponding Compile-Time Java TypeJDBC Metadata Type (java.sql.Types)When you are converting from Java values to SQL values, no Java type corresponds to LONG VARCHAR. |
|
![]() Cloudscape Version 3.6 For information about Cloudscape technical support, go to: www.cloudscape.com/support/.Copyright © 1998, 1999, 2000 Informix Software, Inc. All rights reserved. |